Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module HR_BEN_COB_GET_DEPEND_STATUS (COBRA-Status anhand der aktuellen COBRA-Mitversicherungen bestimmen) 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_GET_DEPEND_STATUS |
Short Text | COBRA-Status anhand der aktuellen COBRA-Mitversicherungen bestimmen |
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 |
---|---|---|---|---|
ACTION_TYPE | TYPE | C | COBRA Art der An-/Abmeldung des qualif. Begünstigten | |
BEGDA | TYPE | BEGDA | COBRA Verwaltungsstatus des Mitversicherten Gültigkeitsbeginn | |
COB_STATUS | TYPE | COB_STATUS | COBRA aktueller Verwaltungsstatus des Mitversicherten | |
DEP_ID | TYPE | BEN_DEPID | COBRA Mitversicherter Objekt-Identifikation | |
DEP_TYPE | TYPE | BEN_DEPTYP | COBRA Mitversicherter Subtyp | |
ENDDA | TYPE | ENDDA | '99991231' | COBRA Verwaltungsstatus des Mitversicherten Gültigkeitsende |
ITY_SW | TYPE | BEN_INFTYS | '1' | COBRA Infotypschalter für Mitversicherten: '1' - IT0021, '2' - T74AB |
PERNR | TYPE | PERNR_D | Personalnummer | |
REACTION | TYPE | SYMSGTY | Nachrichtentyp |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NEW_STATUS | TYPE | COB_STATUS | COBRA neuer Verwaltungsstatus des Mitversicherten | |
SUBRC | TYPE | SYSUBRC | Rückgabewert |
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 Fehlertabelle | |
IT0212 | LIKE | P0212 | Personal-Stammsatz Infotyp 0212 (COBRA KrankenversichPlan) |
This function module does not define any Exceptions.