The Function Module BAPIADDRESSEMPSIMULATECREATION (Simulation: Create employee address) is a standard Function Module in SAP ERP and is part of the function group PADR within the package PBAS.
Function Module | BAPIADDRESSEMPSIMULATECREATION |
Short Text | Simulation: Create employee address |
Function Group | PADR |
Package | PBAS |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ADDRESSTYPE | LIKE | BAPIP0006-SUBTY | Subtype | |
CITY | LIKE | BAPIP0006-ORT01 | City | |
CONAME | LIKE | BAPIP0006-NAME2 | C/O Name | |
COUNTRY | LIKE | BAPIP0006-LAND1 | Country Key | |
DISTRICT | LIKE | BAPIP0006-ORT02 | District | |
EMPLOYEENUMBER | LIKE | BAPIP0006-PERNR | Personnel Number | |
NOCOMMIT | LIKE | BAPI_STAND-NO_COMMIT | COMMIT Control at BAPI Interface | |
POSTALCODECITY | LIKE | BAPIP0006-PSTLZ | Postal Code | |
SCNDADDRESSLINE | LIKE | BAPIP0006-LOCAT | 2nd Address Line | |
STATE | LIKE | BAPIP0006-STATE | Region | |
STREETANDHOUSENO | LIKE | BAPIP0006-STRAS | Street and House Number | |
TELEPHONENUMBER | LIKE | BAPIP0006-TELNR | Telephone Number | |
VALIDITYBEGIN | LIKE | BAPIP0006-BEGDA | Validity Start Date | |
VALIDITYEND | LIKE | BAPIP0006-ENDDA | Validity End Date |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EMPLOYEENUMBER | LIKE | BAPIP0006-PERNR | Personnel Number | |
LOCKINDICATOR | LIKE | BAPIP0006-SPRPS | Lock Indicator for HR Master Record | |
OBJECTID | LIKE | BAPIP0006-OBJPS | Object Identification | |
RECORDNUMBER | LIKE | BAPIP0006-SEQNR | Number of Infotype Record | |
RETURN | LIKE | BAPIRETURN1 | Structure for Return Code | |
SUBTYPE | LIKE | BAPIP0006-SUBTY | Subtype | |
VALIDITYBEGIN | LIKE | BAPIP0006-BEGDA | Validity Start Date | |
VALIDITYEND | LIKE | BAPIP0006-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.