Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.
Bei amazon.de ansehen →The Function Module BAPI_EMPPERSID_CREATE (Create Personal-ID) is a standard Function Module in SAP ERP and is part of the function group PPID within the package P99_INFTY0185.
Function Module | BAPI_EMPPERSID_CREATE |
Short Text | Create Personal-ID |
Function Group | PPID |
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 |
---|---|---|---|---|
APPLICATIONDATE | LIKE | BAPIP0185-TIMES | Application date | |
APPLICATIONSTATUS | LIKE | BAPIP0185-ASTAT | Application status | |
DOCISSUENUMBER | LIKE | BAPIP0185-DOCN1 | Document isuing number | |
ICNUMBER | LIKE | BAPIP0185-ICNUM | Identity Number | |
ICTYPE | LIKE | BAPIP0185-ICTYP | Type of identification (IC type) | |
IDCOUNTRY | LIKE | BAPIP0185-IDCOT | Country of ID | |
IDEXPIRYDATE | LIKE | BAPIP0185-EXPID | ID expiry date | |
IDISSUEDCOUNTRY | LIKE | BAPIP0185-ISCOT | Country of issue | |
IDISSUEDPLACE | LIKE | BAPIP0185-ISSPL | Place of issue of Identification | |
INDICATORCONSCHKOVERRIDE | LIKE | BAPIP0185-OVCHK | Indicator for overriding consistency check | |
INEMPLOYEENUMBER | LIKE | BAPIP0185-EMPLOYEENO | Personnel number | |
INVALIDITYBEGIN | LIKE | BAPIP0185-VALIDBEGIN | Valid from date | |
INVALIDITYEND | LIKE | BAPIP0185-VALIDEND | Valid to date | |
ISSUINGAUTHORITY | LIKE | BAPIP0185-AUTH1 | Issuing authority | |
LENGTHOFMULTIPLEVISA | LIKE | BAPIP0185-DATEN | Valid length of multiple visa | |
NOCOMMIT | LIKE | BAPI_STAND-NO_COMMIT | COMMIT control at BAPI interface | |
OLDICNUMBER | LIKE | BAPIP0185-ICOLD | Old IC number | |
PERSONALIDISSUEDT | LIKE | BAPIP0185-FPDAT | Date of issue for personal ID | |
REJECTREASON | LIKE | BAPIP0185-REJEC | Reject reason | |
SINGLEMULTIPLE | LIKE | BAPIP0185-AKIND | Single/multiple | |
TIMEUNITFORNEXTPAYMENT | LIKE | BAPIP0185-DATEU | Time unit for determining next payment | |
USEDFROMDATE | LIKE | BAPIP0185-USEFR | Used from -date | |
USEDTODATE | LIKE | BAPIP0185-USETO | Used to -date |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EMPLOYEENUMBER | LIKE | BAPIP0185-EMPLOYEENO | Personnel number | |
LOCKINDICATOR | LIKE | BAPIP0185-LOCKINDIC | Lock indicator for HR master record | |
OBJECTID | LIKE | BAPIP0185-OBJECTID | Object identification | |
RECORDNUMBER | LIKE | BAPIP0185-RECORDNR | Number of infotype record | |
RETURN | LIKE | BAPIRETURN1 | Structure for return code | |
SUBTYPE | LIKE | BAPIP0185-SUBTYPE | Subtype | |
VALIDITYBEGIN | LIKE | BAPIP0185-VALIDBEGIN | Valid from date | |
VALIDITYEND | LIKE | BAPIP0185-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.