E1P0002 SAP (HR: HR Master Record Infotype 0002 (Personal Data)) IDoc segment structure details

Dictionary Type: IDoc segment structure
Description: HR: HR Master Record Infotype 0002 (Personal Data)




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




IDoc segment structure field list including key, data, relationships and ABAP select examples

E1P0002 is a standard SAP Structure which is used to define the field attributes of IDoc segment E1P0002. The segment is used within the below IDoc to send HR: HR Master Record Infotype 0002 (Personal Data) information via the IDoc send process

HRMD_A01
HRMD_A02
HRMD_A03
HRMD_A04
HRMD_A05
HRMD_A06
HRMD_A07
HRMD_A08
HRMD_A09
HRMD_ABA01
HRMD_ABA02
HRMD_ABA03
HRMD_ABA04
HRMD_ABA05
HRMD_ABAWFM
HRMD_ABAWMEM_HCM
HRSM_A01
HRSM_A03

Below is the standard documentation available and a few details of the fields which make up this IDoc segment structure. To view further details checkout the IDoc links above or use relevant transactions such as WE30(IDoc development), WE31 (segment development)...Also check here for more IDoc related development help, or you can obviously also use standard dictionary object dev tcodes such as SE11, SE80 etc...

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


SAP E1P0002 idoc segment 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
SPRSL_ISO 0
NACHN_40 0
NAME2_40 0
NACH2 0
VORNA_40 0
CNAME_40 0
RUFNM_40 0
MIDNM 0
GBORT_40 0

Key field Non-key field



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

As E1P0002 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 E1P0002 as there is no data to select.

How to access SAP table E1P0002

Within an ECC or HANA version of SAP you can also view further information about E1P0002 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!