Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!
Bei amazon.de ansehen →The Function Module BAPI_EMPALTNAME_CREATE (Create employee alternative name) is a standard Function Module in SAP ERP and is part of the function group PALT within the package P99_INFTY0185.
Function Module | BAPI_EMPALTNAME_CREATE |
Short Text | Create employee alternative name |
Function Group | PALT |
Package | P99_INFTY0185 |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ALTERNAME | LIKE | BAPIP0182-ALTERNAME | Alternative Name | |
INEMPLOYEENUMBER | LIKE | BAPIP0182-EMPLOYEENO | Personnel number | |
INVALIDITYBEGIN | LIKE | BAPIP0182-VALIDBEGIN | Valid from date | |
INVALIDITYEND | LIKE | BAPIP0182-VALIDEND | Valid to date | |
NAMETYPE | LIKE | BAPIP0182-NAMETYPE | Name type | |
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 | BAPIP0182-EMPLOYEENO | Personnel Number | |
LOCKINDICATOR | LIKE | BAPIP0182-LOCKINDIC | Lock indicator for HR master record | |
OBJECTID | LIKE | BAPIP0182-OBJECTID | Object identification | |
RECORDNUMBER | LIKE | BAPIP0182-RECORDNR | Number of infotype record | |
RETURN | LIKE | BAPIRETURN1 | Structure for return code | |
SUBTYPE | LIKE | BAPIP0182-SUBTYPE | Subtype | |
VALIDITYBEGIN | LIKE | BAPIP0182-VALIDBEGIN | Valid from date | |
VALIDITYEND | LIKE | BAPIP0182-VALIDEND | Valid to 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.