The Function Module HR_OUT_GEN_EXIT (Payroll Outsourcing User Exit) is a standard Function Module in SAP ERP and is part of the function group POUT within the package POUT.
Function Module | HR_OUT_GEN_EXIT |
Short Text | Payroll Outsourcing User Exit |
Function Group | POUT |
Package | POUT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IABKRS | LIKE | T549A-ABKRS | Payroll area processing in export | |
IFPPER | LIKE | PC261-FPPER | Period being exported | |
IMOLGA | LIKE | T001P-MOLGA | Country being exported | |
IP0001 | LIKE | P0001 | Pay periods org. assignment for Employee | |
IPAYID | LIKE | PC261-PAYID | Payroll identifier for special runs | |
IPAYTY | LIKE | PC261-PAYTY | Payroll type of export | |
IPERBE | LIKE | SY-DATUM | Period begin date for export | |
IPEREN | LIKE | SY-DATUM | Period end date for export | |
IPERNR | LIKE | PSHDR-PERNR | Personnel number being exported | |
IVERSN | LIKE | T549A-ABKRS | Payroll outsourcing version (MD/PY) | |
IZEINH | LIKE | T549R-ZEINH | Time unit for payroll area being exported |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ICUST | LIKE | E1HR_CS | Outsourcing Customized idoc data for e1hr_cs | |
SUBRC | LIKE | SY-SUBRC | Return code from user exit |
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 |
---|---|---|---|---|
MASTER_IDOC | LIKE | EDIDD | Data record (IDoc) |
This function module does not define any Exceptions.