Menu

SAP Function Module BAPI_PERSDATA_SIMULATECREATION

Simulation: Create personal data

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_PERSDATA_SIMULATECREATION (Simulation: Create personal data) is a standard Function Module in SAP ERP and is part of the function group PERS within the package PBAS.

Technical Information

Function Module BAPI_PERSDATA_SIMULATECREATION
Short Text Simulation: Create personal data
Function Group PERS
Package PBAS
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ACADEMICGRADE LIKE BAPIP0002-TITEL Title
ARISTROCRATICTITLE LIKE BAPIP0002-NAMZU Other Title
BIRTHPLACE LIKE BAPIP0002-GBORT Birthplace
COUNTRYOFBIRTH LIKE BAPIP0002-GBLND Country of Birth
DATEOFBIRTH LIKE BAPIP0002-GBDAT Date of birth
EMPLOYEENUMBER LIKE BAPIP0002-PERNR Personnel number
FIRSTNAME LIKE BAPIP0002-VORNA First name
FORMOFADDRESS LIKE BAPIP0002-ANRED Form-of-address key
FULLNAME LIKE BAPIP0002-CNAME Full employee name
GENDER LIKE BAPIP0002-GESCH Gender key
IDNUMBER LIKE BAPIP0002-PERID Personnel ID number
INITIALS LIKE BAPIP0002-INITS Employee's Initials
KNOWNAS LIKE BAPIP0002-RUFNM Known As
LANGUAGE LIKE BAPIP0002-SPRSL Language key
LANGUAGE_ISO LIKE BAPIP0002-SPRSL_ISO Language according to ISO 639
LASTNAME LIKE BAPIP0002-NACHN Last name
MARITALSTATUS LIKE BAPIP0002-FAMST Marital status key
MARITALSTATUSSINCE LIKE BAPIP0002-FAMDT Valid from date of current marital status
MIDDLENAME LIKE BAPIP0002-MIDNM Middle name
NAMEATBIRTH LIKE BAPIP0002-NAME2 Name at Birth
NAME_FORMAT_INDICATOR LIKE BAPIP0002-KNZNM Name format indicator for employee in a list
NATIONALITY LIKE BAPIP0002-NATIO Nationality
NOCOMMIT LIKE BAPI_STAND-NO_COMMIT COMMIT control at BAPI interface
NUMBEROFCHILDREN LIKE BAPIP0002-ANZKD Number of children
RELIGION LIKE BAPIP0002-KONFE Religious denomination key
SECONDACADGRADE LIKE BAPIP0002-TITL2 Second title
SECONDARISTROTITLE LIKE BAPIP0002-NAMZ2 Name affix for name at birth
SECONDNAME LIKE BAPIP0002-NACH2 Second name
SECONDNAMEPREFIX LIKE BAPIP0002-VORS2 Second name prefix
SECONDNATIONALITY LIKE BAPIP0002-NATI2 Second nationality
STATEOFBIRTH LIKE BAPIP0002-GBDEP State
SURNAMEPREFIX LIKE BAPIP0002-VORSW Name Prefix
THIRDNATIONALITY LIKE BAPIP0002-NATI3 Third nationality
UPDATE_ONLY_GBDAT LIKE BAPIP0002-ONLY_GBDAT Flag: Only Update on GBDAT
VALIDITYBEGIN LIKE BAPIP0002-BEGDA Valid from date
VALIDITYEND LIKE BAPIP0002-ENDDA Valid To Date

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EMPLOYEENUMBER LIKE BAPIP0002-PERNR Personnel number
LOCKINDICATOR LIKE BAPIP0002-SPRPS Lock indicator for HR master record
OBJECTID LIKE BAPIP0002-OBJPS Object ID
RECORDNUMBER LIKE BAPIP0002-SEQNR Number of Infotype Record
RETURN LIKE BAPIRETURN1 Structure for return code
SUBTYPE LIKE BAPIP0002-SUBTY Subtype
VALIDITYBEGIN LIKE BAPIP0002-BEGDA Valid from date
VALIDITYEND LIKE BAPIP0002-ENDDA Valid To 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.