PC225 SAP (Payroll result: Social Insurance (ES)) Structure details

Dictionary Type: Structure
Description: Payroll result: Social Insurance (ES)




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




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

PC225 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 "Payroll result: Social Insurance (ES)" 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_PC225 TYPE PC225.

The PC225 table consists of various fields, each holding specific information or linking keys about Payroll result: Social Insurance (ES) data available in SAP. These include BEGDA (Start Date), ENDDA (End Date), NATSS (Employee's Social insurance number), EPIGR (Epigraph).. 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 PC225 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
CNTR1SI split CNTR1RAW1RAW1
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
NATSSEmployee's Social insurance number NATSSNUMC12NUM12
EPIGREpigraph EPIGRNUMC3Assigned to domainEPIGR
GRCOTKey for the contribution group GRCOTNUMC2Assigned to domainGRCOT
BERKTProfessional category BERK1CHAR3CHAR3
TICONContract type key TICONNUMC2Assigned to domainTICON
DICONMonthly workdays (part-time contracts) DICONDEC2DEC2
HOCONWorking hours in month (part-time contracts) HOCONDEC5(2) DEC3_2
NRHIJNumber of children NRHIJDEC2DEC2
NRHMINumber of challenged children NRHMIDEC2DEC2
PEPFIPrevious family allowance PEPFICURR9(2) WERTV5
PETPCPercentage for non-industrial risks (min.) PETPCDEC5(2) DEC3_2
PENSSAuthorization number for multiple employment PENSSCHAR13CHAR13
PESOCContract type key PESOCCHAR15CHAR15
SOILTHealthcare company for ind. accidents and ind. disease SOILTCHAR3Assigned to domainCOSOC
SOASVHealthcare company for non-industrial disease SOASVCHAR3Assigned to domainCOSOC
EPIG2Epigraph 114 EPIG2CHAR1XFELD
INDREReduction indicator INDRECHAR1CHAR1
FEREDStart date for reduction/allowance FEREDDATS8DATUM
INDFNIndicator for large family INDFNCHAR1CHAR1
NOMATMatriculation number NOMA1NUMC6NUM6
PLNSSCompany CA code for multiple employment PLNSSNUMC11NUM11
PPCG2Percentage for non-industrial risks PPCG2DEC5(2) DEC3_2
PPAT1IA and ID risk percentage (min.) PPAT1DEC5(2) DEC3_2
PPAT2IA and ID risk percentage (max.) PPAT2DEC5(2) DEC3_2
PCILTTemporary incapcity grace period indicator PCILTCHAR1PES_CARIT
PCMATIndicator for maternity grace period PCMATCHAR1CHAR1
EXESSExemption indicator EXESSCHAR1XFELD
NISSECompany CA code NISS1NUMC11NUM11
MUTADReserved for the Public Sector PES_RESSPCHAR2CHAR2
MADFEReserved for the Public Sector PES_RESSPCHAR2CHAR2
OCUPAEmployment (IA and ID contribution) PES_OCUPACHAR2PES_OCUPA
PTPARPart-time percentage of the normal working time PES_PTPARDEC5(2) DEC3_2
RELABSpecial work relationship PES_RELLABCHAR4PES_RELLAB
FEINIContracts start date PES_FECH_IDATS8DATUM
METO3Contract processing method (other methods) PES_METO2CHAR4PES_METODO
FERE3Start date for reduction/allowance (other methods) PES_FERE2DATS8DATUM
METO4Contract processing method (other methods) PES_METO2CHAR4PES_METODO
FERE4Start date for reduction/allowance (other methods) PES_FERE2DATS8DATUM

Key field Non-key field



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

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

How to access SAP table PC225

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