The Function Module HR_BEN_RET_IDOC_RECEIVE (Empfang eines IDoc für Pensionspläne) is a standard Function Module in SAP ERP and is part of the function group HRBEN00IDOC within the package PBEN.
Function Module | HR_BEN_RET_IDOC_RECEIVE |
Short Text | Empfang eines IDoc für Pensionspläne |
Function Group | HRBEN00IDOC |
Package | PBEN |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
INPUT_METHOD | LIKE | BDWFAP_PAR-INPUTMETHD | Methode: Dunkel, Hell usw. | |
MASS_PROCESSING | LIKE | BDWFAP_PAR-MASS_PROC | Flag: Masseneingang |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
APPLICATION_VARIABLE | LIKE | BDWFAP_PAR-APPL_VAR | Anwendungsvariable | |
CALL_TRANSACTION_DONE | LIKE | BDWFAP_PAR-CALLTRANS | Flag: Call Transaction wurde aufgerufen | |
IN_UPDATE_TASK | LIKE | BDWFAP_PAR-UPDATETASK | Flag: Programme im Verbucher aufgerufen | |
WORKFLOW_RESULT | LIKE | BDWFAP_PAR-RESULT | Ergebnis der Methode für Workflow |
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 |
---|---|---|---|---|
IDOC_CONTRL | LIKE | EDIDC | IDOC Verwaltungssätze | |
IDOC_DATA | LIKE | EDIDD | IDOC Datensätze | |
IDOC_STATUS | LIKE | BDIDOCSTAT | IDOC Statussätze | |
RETURN_VARIABLES | LIKE | BDWFRETVAR | Ergebnisvariablen mit Werte für Workflow | |
SERIALIZATION_INFO | LIKE | BDI_SER | Serialisierungsinfo - wird nicht verwendet |
This function module does not define any Exceptions.