P19ES_EMP SAP (Employee Summary - employee header) Structure details

Dictionary Type: Structure
Description: Employee Summary - employee header




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




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

P19ES_EMP 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 "Employee Summary - employee header" 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_P19ES_EMP TYPE P19ES_EMP.

The P19ES_EMP table consists of various fields, each holding specific information or linking keys about Employee Summary - employee header data available in SAP. These include BDATE (Date of Birth), HIRDA (Start Date), PRMDA (Start Date), BASIC (HR Payroll: Amount).. 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 P19ES_EMP 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
SNAMEFull name PPT_FULNACHAR60PPT_FULNA
BDATEDate of Birth GBDATDATS8PDATEGBDAT
HIRDAStart Date BEGDADATS8DATUM
PRMDAStart Date BEGDADATS8DATUM
BASICHR Payroll: Amount MAXBTCURR15(2) PRBETRG
RECURHR Payroll: Amount MAXBTCURR15(2) PRBETRG
IRREGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
OVAMTHR Payroll: Amount MAXBTCURR15(2) PRBETRG
MOHRSMonthly hours MOSTDDEC5(2) STDAZ
OVNUMHR payroll: Number PRANZDEC15(2) PRANZHL
WKHRSHours per week WOSTDDEC5(2) STDAZ
REMCTPS - Control remuneration PPT_PSRCTNUMC1NUMC1
PRCODProfessional category IRC code PPT_PRCODNUMC5NUMC5
PRCODTXTHR-PT: Professional Category designation PPT_PIRCTCHAR128TEXT128
PRCNPProfessional classification (CNP or CPP) PPT_PRCNPCHAR6Assigned to domainPPT_PRCNP
PRCNPTXTProfessional classification (CNP or CPP) PPT_PCNPTCHAR128TEXT128
PSEDUEducation/training categories AUSGRNUMC3Assigned to domainAUSGR
PSEDUTXTEducation/training category text AGRTXCHAR25TEXT25
PSNATPS - Nationality indicator PPT_PSNATNUMC3PPT_PSNAT
PSNATTXTNationality PPT_NATIOCHAR30CHAR30
PRSITProfessional situation PPT_PRSITNUMC1PPT_PRSIT
PRSITTXTSituation PPT_SITUCHAR10CHAR10
PSCTTPS - Contract type PPT_PSCTTNUMC1PPT_PSCTT
PSCTTTXTContract type PPT_CONTYCHAR32CHAR32
WRKRGPS - work schedule regime PPT_PSWSRNUMC1PPT_PSWSR
WRKRGTXTWork schedule regime PPT_WRKSPCHAR9CHAR9
GESCHGender Key GESCHCHAR1GESCH
SSNUMSocial security no. PPT_SSNUMCHAR15TEXT15

Key field Non-key field



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

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

How to access SAP table P19ES_EMP

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