Menu

SAP Function Module BAPI_EMPPREVIER_CREATE

Create Previous Employer

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

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.

Technical Information

Function Module BAPI_EMPPREVIER_CREATE
Short Text Create Previous Employer
Function Group PPER
Package PB13_ESS
Module Type Remote-Enabled

Importing Parameters

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

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.