The Function Module BAPI_EMPPREVIER_CREATE (Create Previous Employer) is a standard Function Module in SAP ERP and is part of the function group PPER within the package PB13_ESS.
Function Module | BAPI_EMPPREVIER_CREATE |
Short Text | Create Previous Employer |
Function Group | PPER |
Package | PB13_ESS |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CITY | LIKE | BAPIP0023-ORT01 | City | |
COUNTRY | LIKE | BAPIP0023-LAND1 | Country key | |
EMPLOYER | LIKE | BAPIP0023-ARBGB | Name of employer | |
INDUSTRY | LIKE | BAPIP0023-BRANC | Industry key | |
INEMPLOYEENUMBER | LIKE | BAPIP0023-PERNR | Personnel Number | |
INVALIDITYBEGIN | LIKE | BAPIP0023-BEGDA | Validity Start date | |
INVALIDITYEND | LIKE | BAPIP0023-ENDDA | Validity End Date | |
JOB | LIKE | BAPIP0023-TAETE | Job at former employer(s) | |
NOCOMMIT | LIKE | BAPI_STAND-NO_COMMIT | COMMIT control at BAPI interface |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EMPLOYEENUMBER | LIKE | BAPIP0023-PERNR | Personnel Number | |
LOCKINDICATOR | LIKE | BAPIP0023-SPRPS | Lock indicator for HR master record | |
OBJECTID | LIKE | BAPIP0023-OBJPS | Object identification | |
RECORDNUMBER | LIKE | BAPIP0023-SEQNR | Number of infotype record | |
RETURN | LIKE | BAPIRETURN1 | Structure for return code | |
SUBTYPE | LIKE | BAPIP0023-SUBTY | Subtype | |
VALIDITYBEGIN | LIKE | BAPIP0023-BEGDA | Validity Start Date | |
VALIDITYEND | LIKE | BAPIP0023-ENDDA | Validity End Date |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.