SAP HR_PREPARE_NEW_EE Function Module for Transfer Employee Data to SAP System
HR_PREPARE_NEW_EE is a standard hr prepare new ee SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for Transfer Employee Data to SAP System processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.
See here to view full function module documentation and code listing for hr prepare new ee FM, simply by entering the name HR_PREPARE_NEW_EE into the relevant SAP transaction such as SE37 or SE38.
Function Group: HRAI
Program Name: SAPLHRAI
Main Program: SAPLHRAI
Appliation area: P
Release date: 08-Aug-1997
Mode(Normal, Remote etc): Remote-Enabled
Update:

Function HR_PREPARE_NEW_EE pattern details
In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.CALL FUNCTION 'HR_PREPARE_NEW_EE'"Transfer Employee Data to SAP System.
EXPORTING
* HIREDATE = "Hiring Date
* LASTNAME = "Last Name
* FIRSTNAME = "First Name
* MIDDLENAME = "Middle Name
* SECONDNAME = "Second Name
* ACADEMICGRADE = "Academic Title
* ARISTROCATICTITLE = "Aristocratic Title
* SURNAMEPREFIX = "Name Prefix
* SECONDACADGRADE = "Second Title
* INITIALS = "Initials
* KNOWNAS = "Known as
* EMPLOYEENUMBER = "Employee Number (if Internal Applicant)
* SSN = "Social Insurance Number (US)
* FORMOFADDRESS = "Form of Address
* GENDER = "Gender
* DATEOFBIRTH = "Date of Birth
* COUNTRYOFBIRTH = "Country of Birth
* STATEOFBIRTH = "State (Birth)
* BIRTHPLACE = "Place of Birth
* NATIONALITY = "Nationality
* NATIONALITY2 = "Second Nationality
* NATIONALITY3 = "Third Nationality
* PERSONNELAREA = "Personnel Area
* CORRESPONDLANGUAGE = "Correspondence Language
* MARITALSTATUS = "Marital Status
* MARITALSTATUSSINCE = "Marital Status Valid from
* NUMBEROFCHILDREN = "No. of Children
* CONAME = "C/O Name
* STREET = "Street
* SCNDADDRESSLINE = "2nd Address Line
* CITY = "City
* ZIPCODE = "Postal Code
* COUNTRY = "Country
* PERSONNNELSUBAREA = "Personnel Subarea
* STATE = "State
* TELEPHONENUMBER = "Telephone Number
* BANKKEY = "Bank Number
* BANKACCOUNTNUMBER = "Bank Account Number
* ETHNICORIGIN = "Ethnic Origin
* MILITARYSTATUS = "Military Status
* RELIGION = "Religious Denomination
* DISABILITY = "Challenge
* VETERANSTATUS = "Veteran Status
* APPLICANTNUMBER = "Applicant Number
* EMPLOYEEGROUP = "Employee Group
* ETHNICITY = "Ethnicity
* RAC01 = "Race 1
* RAC02 = "Race 2
* RAC03 = "Race 3
* RAC04 = "Race 4
* RAC05 = "Race 5
* RAC06 = "Race 6
* RAC07 = "Race 7
* RAC08 = "Race 8
* RAC09 = "Race 9
* EMPLOYEESUBGROUP = "Employee Subgroup
* RAC10 = "Race 10
* IBAN = "IBAN (International Bank Account Number)
* ORGUNIT = "Organizational Unit
* POSITION = "Position
* JOB = "Job
IMPORTING
ERROR = "Error Message
TABLES
* EDUCATION = "Education and Training
* FORMEREMPLOYER = "Previous Employers
IMPORTING Parameters details for HR_PREPARE_NEW_EE
HIREDATE - Hiring Date
Data type: P0000-BEGDAOptional: Yes
Call by Reference: No ( called with pass by value option)
LASTNAME - Last Name
Data type: P0002-NACHNOptional: Yes
Call by Reference: No ( called with pass by value option)
FIRSTNAME - First Name
Data type: P0002-VORNAOptional: Yes
Call by Reference: No ( called with pass by value option)
MIDDLENAME - Middle Name
Data type: P0002-MIDNMOptional: Yes
Call by Reference: No ( called with pass by value option)
SECONDNAME - Second Name
Data type: P0002-NAME2Optional: Yes
Call by Reference: No ( called with pass by value option)
ACADEMICGRADE - Academic Title
Data type: P0002-TITELOptional: Yes
Call by Reference: No ( called with pass by value option)
ARISTROCATICTITLE - Aristocratic Title
Data type: P0002-TITL2Optional: Yes
Call by Reference: No ( called with pass by value option)
SURNAMEPREFIX - Name Prefix
Data type: P0002-NAMZUOptional: Yes
Call by Reference: No ( called with pass by value option)
SECONDACADGRADE - Second Title
Data type: P0002-VORSWOptional: Yes
Call by Reference: No ( called with pass by value option)
INITIALS - Initials
Data type: P0002-INITSOptional: Yes
Call by Reference: No ( called with pass by value option)
KNOWNAS - Known as
Data type: P0002-RUFNMOptional: Yes
Call by Reference: No ( called with pass by value option)
EMPLOYEENUMBER - Employee Number (if Internal Applicant)
Data type: P0000-PERNROptional: Yes
Call by Reference: No ( called with pass by value option)
SSN - Social Insurance Number (US)
Data type: P0002-PERIDOptional: Yes
Call by Reference: No ( called with pass by value option)
FORMOFADDRESS - Form of Address
Data type: P0002-ANREDOptional: Yes
Call by Reference: No ( called with pass by value option)
GENDER - Gender
Data type: P0002-GESCHOptional: Yes
Call by Reference: No ( called with pass by value option)
DATEOFBIRTH - Date of Birth
Data type: P0002-GBDATOptional: Yes
Call by Reference: No ( called with pass by value option)
COUNTRYOFBIRTH - Country of Birth
Data type: P0002-GBLNDOptional: Yes
Call by Reference: No ( called with pass by value option)
STATEOFBIRTH - State (Birth)
Data type: P0002-GBDEPOptional: Yes
Call by Reference: No ( called with pass by value option)
BIRTHPLACE - Place of Birth
Data type: P0002-GBORTOptional: Yes
Call by Reference: No ( called with pass by value option)
NATIONALITY - Nationality
Data type: P0002-NATIOOptional: Yes
Call by Reference: No ( called with pass by value option)
NATIONALITY2 - Second Nationality
Data type: P0002-NATI2Optional: Yes
Call by Reference: No ( called with pass by value option)
NATIONALITY3 - Third Nationality
Data type: P0002-NATI3Optional: Yes
Call by Reference: No ( called with pass by value option)
PERSONNELAREA - Personnel Area
Data type: P0001-WERKSOptional: Yes
Call by Reference: No ( called with pass by value option)
CORRESPONDLANGUAGE - Correspondence Language
Data type: P0002-SPRSLOptional: Yes
Call by Reference: No ( called with pass by value option)
MARITALSTATUS - Marital Status
Data type: P0002-FAMSTOptional: Yes
Call by Reference: No ( called with pass by value option)
MARITALSTATUSSINCE - Marital Status Valid from
Data type: P0002-FAMDTOptional: Yes
Call by Reference: No ( called with pass by value option)
NUMBEROFCHILDREN - No. of Children
Data type: P0002-ANZKDOptional: Yes
Call by Reference: No ( called with pass by value option)
CONAME - C/O Name
Data type: P0006-NAME2Optional: Yes
Call by Reference: No ( called with pass by value option)
STREET - Street
Data type: P0006-STRASOptional: Yes
Call by Reference: No ( called with pass by value option)
SCNDADDRESSLINE - 2nd Address Line
Data type: P0006-LOCATOptional: Yes
Call by Reference: No ( called with pass by value option)
CITY - City
Data type: P0006-ORT01Optional: Yes
Call by Reference: No ( called with pass by value option)
ZIPCODE - Postal Code
Data type: P0006-PSTLZOptional: Yes
Call by Reference: No ( called with pass by value option)
COUNTRY - Country
Data type: P0006-LAND1Optional: Yes
Call by Reference: No ( called with pass by value option)
PERSONNNELSUBAREA - Personnel Subarea
Data type: P0001-BTRTLOptional: Yes
Call by Reference: No ( called with pass by value option)
STATE - State
Data type: P0006-STATEOptional: Yes
Call by Reference: No ( called with pass by value option)
TELEPHONENUMBER - Telephone Number
Data type: P0006-TELNROptional: Yes
Call by Reference: No ( called with pass by value option)
BANKKEY - Bank Number
Data type: P0009-BANKLOptional: Yes
Call by Reference: No ( called with pass by value option)
BANKACCOUNTNUMBER - Bank Account Number
Data type: P0009-BANKNOptional: Yes
Call by Reference: No ( called with pass by value option)
ETHNICORIGIN - Ethnic Origin
Data type: P0077-RACKYOptional: Yes
Call by Reference: No ( called with pass by value option)
MILITARYSTATUS - Military Status
Data type: P0077-MILSAOptional: Yes
Call by Reference: No ( called with pass by value option)
RELIGION - Religious Denomination
Data type: P0077-RELGNOptional: Yes
Call by Reference: No ( called with pass by value option)
DISABILITY - Challenge
Data type: P0077-DISABOptional: Yes
Call by Reference: No ( called with pass by value option)
VETERANSTATUS - Veteran Status
Data type: P0077-VETSTOptional: Yes
Call by Reference: No ( called with pass by value option)
APPLICANTNUMBER - Applicant Number
Data type: APPLICANT-APLNOOptional: Yes
Call by Reference: No ( called with pass by value option)
EMPLOYEEGROUP - Employee Group
Data type: P0001-PERSGOptional: Yes
Call by Reference: No ( called with pass by value option)
ETHNICITY - Ethnicity
Data type: P0077-ETHENOptional: Yes
Call by Reference: No ( called with pass by value option)
RAC01 - Race 1
Data type: P0077-RAC01Optional: Yes
Call by Reference: No ( called with pass by value option)
RAC02 - Race 2
Data type: P0077-RAC02Optional: Yes
Call by Reference: No ( called with pass by value option)
RAC03 - Race 3
Data type: P0077-RAC03Optional: Yes
Call by Reference: No ( called with pass by value option)
RAC04 - Race 4
Data type: P0077-RAC04Optional: Yes
Call by Reference: No ( called with pass by value option)
RAC05 - Race 5
Data type: P0077-RAC05Optional: Yes
Call by Reference: No ( called with pass by value option)
RAC06 - Race 6
Data type: P0077-RAC06Optional: Yes
Call by Reference: No ( called with pass by value option)
RAC07 - Race 7
Data type: P0077-RAC07Optional: Yes
Call by Reference: No ( called with pass by value option)
RAC08 - Race 8
Data type: P0077-RAC08Optional: Yes
Call by Reference: No ( called with pass by value option)
RAC09 - Race 9
Data type: P0077-RAC09Optional: Yes
Call by Reference: No ( called with pass by value option)
EMPLOYEESUBGROUP - Employee Subgroup
Data type: P0001-PERSKOptional: Yes
Call by Reference: No ( called with pass by value option)
RAC10 - Race 10
Data type: P0077-RAC10Optional: Yes
Call by Reference: No ( called with pass by value option)
IBAN - IBAN (International Bank Account Number)
Data type: IBANOptional: Yes
Call by Reference: No ( called with pass by value option)
ORGUNIT - Organizational Unit
Data type: P0001-ORGEHOptional: Yes
Call by Reference: No ( called with pass by value option)
POSITION - Position
Data type: P0001-PLANSOptional: Yes
Call by Reference: No ( called with pass by value option)
JOB - Job
Data type: P0001-STELLOptional: Yes
Call by Reference: No ( called with pass by value option)
EXPORTING Parameters details for HR_PREPARE_NEW_EE
ERROR - Error Message
Data type: BAPIRETURNOptional: No
Call by Reference: No ( called with pass by value option)
TABLES Parameters details for HR_PREPARE_NEW_EE
EDUCATION - Education and Training
Data type: BAPIEDUCOptional: Yes
Call by Reference: No ( called with pass by value option)
FORMEREMPLOYER - Previous Employers
Data type: BAPIEMPLOYOptional: Yes
Call by Reference: No ( called with pass by value option)
Copy and paste ABAP code example for HR_PREPARE_NEW_EE Function Module
The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.| DATA: | ||||
| lv_error | TYPE BAPIRETURN, " | |||
| lv_hiredate | TYPE P0000-BEGDA, " | |||
| lt_education | TYPE STANDARD TABLE OF BAPIEDUC, " | |||
| lv_lastname | TYPE P0002-NACHN, " | |||
| lv_firstname | TYPE P0002-VORNA, " | |||
| lv_middlename | TYPE P0002-MIDNM, " | |||
| lv_secondname | TYPE P0002-NAME2, " | |||
| lv_academicgrade | TYPE P0002-TITEL, " | |||
| lv_aristrocatictitle | TYPE P0002-TITL2, " | |||
| lv_surnameprefix | TYPE P0002-NAMZU, " | |||
| lv_secondacadgrade | TYPE P0002-VORSW, " | |||
| lv_initials | TYPE P0002-INITS, " | |||
| lv_knownas | TYPE P0002-RUFNM, " | |||
| lv_employeenumber | TYPE P0000-PERNR, " | |||
| lt_formeremployer | TYPE STANDARD TABLE OF BAPIEMPLOY, " | |||
| lv_ssn | TYPE P0002-PERID, " | |||
| lv_formofaddress | TYPE P0002-ANRED, " | |||
| lv_gender | TYPE P0002-GESCH, " | |||
| lv_dateofbirth | TYPE P0002-GBDAT, " | |||
| lv_countryofbirth | TYPE P0002-GBLND, " | |||
| lv_stateofbirth | TYPE P0002-GBDEP, " | |||
| lv_birthplace | TYPE P0002-GBORT, " | |||
| lv_nationality | TYPE P0002-NATIO, " | |||
| lv_nationality2 | TYPE P0002-NATI2, " | |||
| lv_nationality3 | TYPE P0002-NATI3, " | |||
| lv_personnelarea | TYPE P0001-WERKS, " | |||
| lv_correspondlanguage | TYPE P0002-SPRSL, " | |||
| lv_maritalstatus | TYPE P0002-FAMST, " | |||
| lv_maritalstatussince | TYPE P0002-FAMDT, " | |||
| lv_numberofchildren | TYPE P0002-ANZKD, " | |||
| lv_coname | TYPE P0006-NAME2, " | |||
| lv_street | TYPE P0006-STRAS, " | |||
| lv_scndaddressline | TYPE P0006-LOCAT, " | |||
| lv_city | TYPE P0006-ORT01, " | |||
| lv_zipcode | TYPE P0006-PSTLZ, " | |||
| lv_country | TYPE P0006-LAND1, " | |||
| lv_personnnelsubarea | TYPE P0001-BTRTL, " | |||
| lv_state | TYPE P0006-STATE, " | |||
| lv_telephonenumber | TYPE P0006-TELNR, " | |||
| lv_bankkey | TYPE P0009-BANKL, " | |||
| lv_bankaccountnumber | TYPE P0009-BANKN, " | |||
| lv_ethnicorigin | TYPE P0077-RACKY, " | |||
| lv_militarystatus | TYPE P0077-MILSA, " | |||
| lv_religion | TYPE P0077-RELGN, " | |||
| lv_disability | TYPE P0077-DISAB, " | |||
| lv_veteranstatus | TYPE P0077-VETST, " | |||
| lv_applicantnumber | TYPE APPLICANT-APLNO, " | |||
| lv_employeegroup | TYPE P0001-PERSG, " | |||
| lv_ethnicity | TYPE P0077-ETHEN, " | |||
| lv_rac01 | TYPE P0077-RAC01, " | |||
| lv_rac02 | TYPE P0077-RAC02, " | |||
| lv_rac03 | TYPE P0077-RAC03, " | |||
| lv_rac04 | TYPE P0077-RAC04, " | |||
| lv_rac05 | TYPE P0077-RAC05, " | |||
| lv_rac06 | TYPE P0077-RAC06, " | |||
| lv_rac07 | TYPE P0077-RAC07, " | |||
| lv_rac08 | TYPE P0077-RAC08, " | |||
| lv_rac09 | TYPE P0077-RAC09, " | |||
| lv_employeesubgroup | TYPE P0001-PERSK, " | |||
| lv_rac10 | TYPE P0077-RAC10, " | |||
| lv_iban | TYPE IBAN, " | |||
| lv_orgunit | TYPE P0001-ORGEH, " | |||
| lv_position | TYPE P0001-PLANS, " | |||
| lv_job | TYPE P0001-STELL. " |
|   CALL FUNCTION 'HR_PREPARE_NEW_EE' "Transfer Employee Data to SAP System |
| EXPORTING | ||
| HIREDATE | = lv_hiredate | |
| LASTNAME | = lv_lastname | |
| FIRSTNAME | = lv_firstname | |
| MIDDLENAME | = lv_middlename | |
| SECONDNAME | = lv_secondname | |
| ACADEMICGRADE | = lv_academicgrade | |
| ARISTROCATICTITLE | = lv_aristrocatictitle | |
| SURNAMEPREFIX | = lv_surnameprefix | |
| SECONDACADGRADE | = lv_secondacadgrade | |
| INITIALS | = lv_initials | |
| KNOWNAS | = lv_knownas | |
| EMPLOYEENUMBER | = lv_employeenumber | |
| SSN | = lv_ssn | |
| FORMOFADDRESS | = lv_formofaddress | |
| GENDER | = lv_gender | |
| DATEOFBIRTH | = lv_dateofbirth | |
| COUNTRYOFBIRTH | = lv_countryofbirth | |
| STATEOFBIRTH | = lv_stateofbirth | |
| BIRTHPLACE | = lv_birthplace | |
| NATIONALITY | = lv_nationality | |
| NATIONALITY2 | = lv_nationality2 | |
| NATIONALITY3 | = lv_nationality3 | |
| PERSONNELAREA | = lv_personnelarea | |
| CORRESPONDLANGUAGE | = lv_correspondlanguage | |
| MARITALSTATUS | = lv_maritalstatus | |
| MARITALSTATUSSINCE | = lv_maritalstatussince | |
| NUMBEROFCHILDREN | = lv_numberofchildren | |
| CONAME | = lv_coname | |
| STREET | = lv_street | |
| SCNDADDRESSLINE | = lv_scndaddressline | |
| CITY | = lv_city | |
| ZIPCODE | = lv_zipcode | |
| COUNTRY | = lv_country | |
| PERSONNNELSUBAREA | = lv_personnnelsubarea | |
| STATE | = lv_state | |
| TELEPHONENUMBER | = lv_telephonenumber | |
| BANKKEY | = lv_bankkey | |
| BANKACCOUNTNUMBER | = lv_bankaccountnumber | |
| ETHNICORIGIN | = lv_ethnicorigin | |
| MILITARYSTATUS | = lv_militarystatus | |
| RELIGION | = lv_religion | |
| DISABILITY | = lv_disability | |
| VETERANSTATUS | = lv_veteranstatus | |
| APPLICANTNUMBER | = lv_applicantnumber | |
| EMPLOYEEGROUP | = lv_employeegroup | |
| ETHNICITY | = lv_ethnicity | |
| RAC01 | = lv_rac01 | |
| RAC02 | = lv_rac02 | |
| RAC03 | = lv_rac03 | |
| RAC04 | = lv_rac04 | |
| RAC05 | = lv_rac05 | |
| RAC06 | = lv_rac06 | |
| RAC07 | = lv_rac07 | |
| RAC08 | = lv_rac08 | |
| RAC09 | = lv_rac09 | |
| EMPLOYEESUBGROUP | = lv_employeesubgroup | |
| RAC10 | = lv_rac10 | |
| IBAN | = lv_iban | |
| ORGUNIT | = lv_orgunit | |
| POSITION | = lv_position | |
| JOB | = lv_job | |
| IMPORTING | ||
| ERROR | = lv_error | |
| TABLES | ||
| EDUCATION | = lt_education | |
| FORMEREMPLOYER | = lt_formeremployer | |
| . " HR_PREPARE_NEW_EE | ||
ABAP code using 7.40 inline data declarations to call FM HR_PREPARE_NEW_EE
The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.| "SELECT single BEGDA FROM P0000 INTO @DATA(ld_hiredate). | ||||
| "SELECT single NACHN FROM P0002 INTO @DATA(ld_lastname). | ||||
| "SELECT single VORNA FROM P0002 INTO @DATA(ld_firstname). | ||||
| "SELECT single MIDNM FROM P0002 INTO @DATA(ld_middlename). | ||||
| "SELECT single NAME2 FROM P0002 INTO @DATA(ld_secondname). | ||||
| "SELECT single TITEL FROM P0002 INTO @DATA(ld_academicgrade). | ||||
| "SELECT single TITL2 FROM P0002 INTO @DATA(ld_aristrocatictitle). | ||||
| "SELECT single NAMZU FROM P0002 INTO @DATA(ld_surnameprefix). | ||||
| "SELECT single VORSW FROM P0002 INTO @DATA(ld_secondacadgrade). | ||||
| "SELECT single INITS FROM P0002 INTO @DATA(ld_initials). | ||||
| "SELECT single RUFNM FROM P0002 INTO @DATA(ld_knownas). | ||||
| "SELECT single PERNR FROM P0000 INTO @DATA(ld_employeenumber). | ||||
| "SELECT single PERID FROM P0002 INTO @DATA(ld_ssn). | ||||
| "SELECT single ANRED FROM P0002 INTO @DATA(ld_formofaddress). | ||||
| "SELECT single GESCH FROM P0002 INTO @DATA(ld_gender). | ||||
| "SELECT single GBDAT FROM P0002 INTO @DATA(ld_dateofbirth). | ||||
| "SELECT single GBLND FROM P0002 INTO @DATA(ld_countryofbirth). | ||||
| "SELECT single GBDEP FROM P0002 INTO @DATA(ld_stateofbirth). | ||||
| "SELECT single GBORT FROM P0002 INTO @DATA(ld_birthplace). | ||||
| "SELECT single NATIO FROM P0002 INTO @DATA(ld_nationality). | ||||
| "SELECT single NATI2 FROM P0002 INTO @DATA(ld_nationality2). | ||||
| "SELECT single NATI3 FROM P0002 INTO @DATA(ld_nationality3). | ||||
| "SELECT single WERKS FROM P0001 INTO @DATA(ld_personnelarea). | ||||
| "SELECT single SPRSL FROM P0002 INTO @DATA(ld_correspondlanguage). | ||||
| "SELECT single FAMST FROM P0002 INTO @DATA(ld_maritalstatus). | ||||
| "SELECT single FAMDT FROM P0002 INTO @DATA(ld_maritalstatussince). | ||||
| "SELECT single ANZKD FROM P0002 INTO @DATA(ld_numberofchildren). | ||||
| "SELECT single NAME2 FROM P0006 INTO @DATA(ld_coname). | ||||
| "SELECT single STRAS FROM P0006 INTO @DATA(ld_street). | ||||
| "SELECT single LOCAT FROM P0006 INTO @DATA(ld_scndaddressline). | ||||
| "SELECT single ORT01 FROM P0006 INTO @DATA(ld_city). | ||||
| "SELECT single PSTLZ FROM P0006 INTO @DATA(ld_zipcode). | ||||
| "SELECT single LAND1 FROM P0006 INTO @DATA(ld_country). | ||||
| "SELECT single BTRTL FROM P0001 INTO @DATA(ld_personnnelsubarea). | ||||
| "SELECT single STATE FROM P0006 INTO @DATA(ld_state). | ||||
| "SELECT single TELNR FROM P0006 INTO @DATA(ld_telephonenumber). | ||||
| "SELECT single BANKL FROM P0009 INTO @DATA(ld_bankkey). | ||||
| "SELECT single BANKN FROM P0009 INTO @DATA(ld_bankaccountnumber). | ||||
| "SELECT single RACKY FROM P0077 INTO @DATA(ld_ethnicorigin). | ||||
| "SELECT single MILSA FROM P0077 INTO @DATA(ld_militarystatus). | ||||
| "SELECT single RELGN FROM P0077 INTO @DATA(ld_religion). | ||||
| "SELECT single DISAB FROM P0077 INTO @DATA(ld_disability). | ||||
| "SELECT single VETST FROM P0077 INTO @DATA(ld_veteranstatus). | ||||
| "SELECT single APLNO FROM APPLICANT INTO @DATA(ld_applicantnumber). | ||||
| "SELECT single PERSG FROM P0001 INTO @DATA(ld_employeegroup). | ||||
| "SELECT single ETHEN FROM P0077 INTO @DATA(ld_ethnicity). | ||||
| "SELECT single RAC01 FROM P0077 INTO @DATA(ld_rac01). | ||||
| "SELECT single RAC02 FROM P0077 INTO @DATA(ld_rac02). | ||||
| "SELECT single RAC03 FROM P0077 INTO @DATA(ld_rac03). | ||||
| "SELECT single RAC04 FROM P0077 INTO @DATA(ld_rac04). | ||||
| "SELECT single RAC05 FROM P0077 INTO @DATA(ld_rac05). | ||||
| "SELECT single RAC06 FROM P0077 INTO @DATA(ld_rac06). | ||||
| "SELECT single RAC07 FROM P0077 INTO @DATA(ld_rac07). | ||||
| "SELECT single RAC08 FROM P0077 INTO @DATA(ld_rac08). | ||||
| "SELECT single RAC09 FROM P0077 INTO @DATA(ld_rac09). | ||||
| "SELECT single PERSK FROM P0001 INTO @DATA(ld_employeesubgroup). | ||||
| "SELECT single RAC10 FROM P0077 INTO @DATA(ld_rac10). | ||||
| "SELECT single ORGEH FROM P0001 INTO @DATA(ld_orgunit). | ||||
| "SELECT single PLANS FROM P0001 INTO @DATA(ld_position). | ||||
| "SELECT single STELL FROM P0001 INTO @DATA(ld_job). | ||||
Search for further information about these or an SAP related objects