E2P0002 SAP (HR: HR Master Record Infotype 0002 (Personal Data)) Structure details

Dictionary Type: Structure
Description: HR: HR Master Record Infotype 0002 (Personal Data)




ABAP Code to SELECT data from E2P0002
Related tables to E2P0002
Access table E2P0002




Structure field list including key, data, relationships and ABAP select examples

E2P0002 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "HR: HR Master Record Infotype 0002 (Personal Data)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_E2P0002 TYPE E2P0002.

The E2P0002 table consists of various fields, each holding specific information or linking keys about HR: HR Master Record Infotype 0002 (Personal Data) data available in SAP. These include INFTY (Infotype), SUBTY (Subtype), OBJPS (Object Identification), SPRPS (Lock Indicator for HR Master Data Record).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP E2P0002 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
INFTYInfotype INFTYCHAR4INFOTYPITP
SUBTYSubtype SUBTYCHAR4SUBTYSUB
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
SPRPSLock Indicator for HR Master Data Record SPRPSCHAR1SPRPS
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
AEDTMChanged On AEDATDATS8DATUM
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
HISTOHistorical Record Flag HISTOCHAR1CHAR1
ITXEXText Exists for Infotype ITXEXCHAR1XFELD
REFEXReference Fields Exist (Primary/Secondary Costs) PRFEXCHAR1XFELD
ORDEXConfirmation Fields Exist ORDEXCHAR1XFELD
ITBLDInfotype Screen Control ITBLDCHAR2CHAR2
PREASReason for Changing Master Data PREASCHAR2Assigned to domainPREAS
FLAG1Reserved Field/Unused Field NUSEDCHAR1NUSED
FLAG2Reserved Field/Unused Field NUSEDCHAR1NUSED
FLAG3Reserved Field/Unused Field NUSEDCHAR1NUSED
FLAG4Reserved Field/Unused Field NUSEDCHAR1NUSED
RESE1Reserved Field/Unused Field of Length 2 NUSED2CHAR2NUSED2
RESE2Reserved Field/Unused Field of Length 2 NUSED2CHAR2NUSED2
INITSInitials INITSCHAR10TEXT10
NACHNLast Name NACHNCHAR25NACHN
NAME2Second Name / Name at Birth NACH2CHAR25NACHN
VORNAFirst Name VORNACHAR25VORNM
TITELTitle TITELCHAR15Assigned to domainTITEL
TITL2Second Title TITL2CHAR15Assigned to domainTITEL
NAMZUOther Title NAMZUCHAR15Assigned to domainTITEL
VORSWName Prefix VORSWCHAR15Assigned to domainTITEL
VORS2Second Name Prefix VORS2CHAR15Assigned to domainTITEL
RUFNMNickname RUFNMCHAR25VORNM
KNZNMName Format Indicator for Employee in a List KNZNMNUMC2KNZN2
ANREDForm-of-Address Key ANRDECHAR1Assigned to domainANRDE
GESCHGender Key GESCHCHAR1GESCH
GBDATDate of Birth GBDATDATS8PDATEGBDAT
GBLNDCountry ISO code INTCACHAR2INTCAF4_INTCA
GBDEPState GBDEPCHAR3Assigned to domainREGIO
GBORTBirthplace GBORTCHAR25TEXT25
NATIOCountry ISO code INTCACHAR2INTCAF4_INTCA
NATI2Country ISO code INTCACHAR2INTCAF4_INTCA
NATI3Country ISO code INTCACHAR2INTCAF4_INTCA
SPRSLLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
KONFEReligious Denomination Key KONFECHAR2Assigned to domainKONFE
FAMSTMarital Status Key FAMSTCHAR1Assigned to domainFAMST
FAMDTValid From Date of Current Marital Status FAMDTDATS8DATUM
ANZKDNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
NACONName Connection NACONCHAR1CHAR1
PERMOModifier for Personnel Identifier PIDMOCHAR2CHAR2
PERIDPersonnel ID Number PRDNICHAR20CHAR20
GBPASDate of Birth According to Passport GBPASDATS8DATUM
FNAMKFirst name (Katakana) P22J_FNAMKCHAR24P22J_NAME
LNAMKLast Name (Katakana) P22J_LNAMKCHAR24P22J_NAME
FNAMRFirst name (Romaji) P22J_FNAMRCHAR24P22J_NAME
LNAMRLast name (Romaji) P22J_LNAMRCHAR24P22J_NAME
NABIKName of Birth (Katakana) P22J_NABIKCHAR24P22J_NAME
NABIRName of Birth (Romaji) P22J_NABIRCHAR24P22J_NAME
NICKKNickname (Katakana) P22J_NICKKCHAR24P22J_NAME
NICKRNickname (Romaji) P22J_NICKRCHAR24P22J_NAME
GBJHRYear of Birth GBJHRNUMC4GJAHRGJAHR
GBMONMonth of Birth GBMONNUMC2NUM2
GBTAGBirth Date (to Month/Year) GBTAGNUMC2NUM2
NCHMCLast Name (Field for Search Help) NACHNMCCHAR25CHAR25
VNAMCFirst Name (Field for Search Help) VORNAMCCHAR25CHAR25

Key field Non-key field



How do I retrieve data from SAP structure E2P0002 using ABAP code?

As E2P0002 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on E2P0002 as there is no data to select.

How to access SAP table E2P0002

Within an ECC or HANA version of SAP you can also view further information about E2P0002 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!