The Function Module HR_BEN_COB_FILL_EVENT_REPLY (COBRA Ereignisse lesen: Daten zur Antwort auf COBRA Anschreiben füllen) is a standard Function Module in SAP ERP and is part of the function group HRBENUSCOBRA within the package PBEN.
Function Module | HR_BEN_COB_FILL_EVENT_REPLY |
Short Text | COBRA Ereignisse lesen: Daten zur Antwort auf COBRA Anschreiben füllen |
Function Group | HRBENUSCOBRA |
Package | PBEN |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BEGDA | TYPE | SYDATUM | '18000101' | Datum und Zeit, aktuelles (Applikationsserver-)Datum |
COBRA_EVENT | TYPE | RPCOBEVENT | COBRA-Referenzstruktur für qualifizierende Ereignisse | |
ENDDA | TYPE | SYDATUM | '99991231' | Datum und Zeit, aktuelles (Applikationsserver-)Datum |
REACTION | TYPE | SYMSGTY | Nachrichten, Nachrichtentyp |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
OWN_COVERAGE_BEGDA | TYPE | SYDATUM | Datum und Zeit, aktuelles (Applikationsserver-)Datum | |
REPLY_DATE | TYPE | COB_REPLY | COBRA Antwortdatum des COBRA-Leistungsberechtigten | |
REPLY_STATUS | TYPE | COB_RESTA | COBRA Verwaltungsstatus nach Erhalt der Antwort | |
SUBRC | TYPE | SYSUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ERROR_TABLE | LIKE | RPBENERR | ArbgLeistung Struktur für Fehlertabelle | |
IT0211 | LIKE | P0211 | Personal-Stammsatz Infotyp 0211 (COBRA Leistungsbegünstigte) | |
PREVIOUS_EVENTS | LIKE | RPCOBEVENT | COBRA-Referenzstruktur für qualifizierende Ereignisse |
This function module does not define any Exceptions.