Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.
Bei amazon.de ansehen →The Function Module BAPI_APPLICANT_CREATE (Create applicant) is a standard Function Module in SAP ERP and is part of the function group APPL within the package PAPL.
Function Module | BAPI_APPLICANT_CREATE |
Short Text | Create applicant |
Function Group | APPL |
Package | PAPL |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
2ND_ADD_LN | LIKE | BAPIAPLADR-2ND_ADD_LN | 2nd address line | |
2ND_TITLE | LIKE | BAPIAPLPER-2ND_TITLE | Second title | |
ADVERT | LIKE | BAPIAPPLIC-ADVERT | Advertisement | |
AFFIX | LIKE | BAPIAPLPER-AFFIX | Name Prefix | |
AP_GROUP | LIKE | BAPIAPLORG-AP_GROUP | Applicant group | |
AP_SUBGRP | LIKE | BAPIAPLORG-AP_SUBGRP | Applicant range | |
ARI_TITLE | LIKE | BAPIAPLPER-ARI_TITLE | Aristocratic title | |
BIRTHNAME | LIKE | BAPIAPLPER-BIRTHNAME | Name at Birth | |
BIRTHPLACE | LIKE | BAPIAPLPER-BIRTHPLACE | Birthplace | |
B_DATE | LIKE | BAPIAPLPER-B_DATE | Date of birth | |
CITY | LIKE | BAPIAPLADR-CITY | City | |
CNTRY | LIKE | BAPIAPLADR-CNTRY | Country key | |
COMMUNICATION_TYPE | LIKE | BAPIP0105B-USERTYPE | Communication type | |
C_O | LIKE | BAPIAPLADR-C_O | C/O name | |
DISTRICT | LIKE | BAPIAPLADR-DISTRICT | District | |
EMPLOYEENUMBER | LIKE | BAPIP0001-PERNR | Internal applicant's personnel number | |
E_MAIL | LIKE | BAPIHR0105-E_MAIL | Internet mail (SMTP) address | |
FOA_KEY | LIKE | BAPIAPLPER-FOA_KEY | Form of address | |
F_NAME | LIKE | BAPIAPLPER-F_NAME | First name | |
GENDER | LIKE | BAPIAPLPER-GENDER | Gender key | |
INITIALS | LIKE | BAPIAPLPER-INITIALS | Initials | |
KNOWN_AS | LIKE | BAPIAPLPER-KNOWN_AS | Known As | |
LANGU | LIKE | BAPIAPLPER-LANGU | Correspondence language | |
L_NAME | LIKE | BAPIAPLPER-L_NAME | Last name | |
MAR_STAT | LIKE | BAPIAPLPER-MAR_STAT | Marital status | |
MEDIUM | LIKE | BAPIAPPLIC-MEDIUM | Medium | |
NATION | LIKE | BAPIAPLPER-NATION | Nationality | |
PCD_CITY | LIKE | BAPIAPLADR-PCD_CITY | Postal code | |
PERSONNEL | LIKE | BAPIAPLORG-PERSONNEL | Personnel Officer | |
PERS_AREA | LIKE | BAPIAPLORG-PERS_AREA | Personnel area | |
PREFIX_2 | LIKE | BAPIAPLPER-PREFIX_2 | Second name prefix | |
P_SUBAREA | LIKE | BAPIAPLORG-P_SUBAREA | Personnel subarea | |
REGION | LIKE | BAPIAPLADR-REGION | Region | |
SECONDNAME | LIKE | BAPIAPLPER-LAST_NAME2 | Second last name | |
SSN | LIKE | BAPIAPLPER-SSN | Social insurance number | |
STRDS | LIKE | BAPIHR0006-STREET_ABBREVIATION | Street code | |
STREET | LIKE | BAPIAPLADR-STREET | Street and House Number | |
TEL_NO | LIKE | BAPIAPLADR-TEL_NO | Telephone number | |
TITLE | LIKE | BAPIAPLPER-TITLE | Title | |
UNSAPPGP | LIKE | BAPIAPPLIC-UNSAPPGP | Unsolicited application group |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
APPLICANTNUMBER | LIKE | BAPIAPPL-PERNR | Applicant number | |
RETURN | LIKE | BAPIRETURN | Structure for return code |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EDUCATION | LIKE | BAPIEDUC | Education | |
PREVIOUS_EMPLOYMENT | LIKE | BAPIEMPLOY | Previous employers | |
QUALIFICATION | LIKE | BAPIQUALI | Skills | |
VACANCY_ASSIGNMENT | LIKE | BAPIVACASS | Vacancies |
This function module does not define any Exceptions.