SAP PAR55 Data for floppy disk DGI-SIJP generation - Version 34 Table data and field list

PAR55 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 "Data for floppy disk DGI-SIJP generation - Version 34" 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_PAR55 TYPE PAR55.

The PAR55 table consists of various fields, each holding specific information or linking keys about Data for floppy disk DGI-SIJP generation - Version 34 data available in SAP. These include NOMAP (Employee name and last name), CONTF (Spouse/Partner), HIJOS (Number children according to Welfare Fund), SITUA (Employee review situation - SIJP)... 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. .

PAR55 structure Technical Details:

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


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

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the PAR55 table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CCUILWorker identification number (CUIL) (11 characters) PAR_CUILCNUMC11NUMC11
NOMAPEmployee name and last name PAR_NOMAPCHAR30CHAR30
CONTFSpouse/Partner PAR_CONTFCHAR1CHAR01
HIJOSNumber children according to Welfare Fund PAR_CANTHNUMC2NUMC2
SITUAEmployee review situation - SIJP PAR_SITUANUMC2NUM2
CONDIEmployee work status PAR_CONDINUMC2NUMC2
ACTSIEmployee activity PAR_ACTSINUMC2NUMC2
ZONDIInternal Revenue (DGI) contribution reduction area codes PAR_COZONCHAR2Assigned to domainPAR_COZON
AADSSAdditional contribution percentage for Social Insurance PAR_AADSSCHAR5CHAR5
TCSIJContract category code for SIJP PAR_TCSIJNUMC3NUMC03
OBRASWelfare Fund PAR_OBRASCHAR6Assigned to domainPAR_OBRAS
ADHERWelfare Fund next of kin PAR_ADHERNUMC2NUMC2
RETOTTotal employee pay (gross sum settled) PAR_RETOTCHAR9CHAR9
REAOSTaxable remuneration for contributions and Welfare Fund PAR_REAOSCHAR9CHAR9
ASFAMSum paid in family allowances PAR_ASFAMCHAR9CHAR9
APJVOVoluntary retirement contribution PAR_APJVOCHAR9CHAR9
IADOSAdditional Welfare Fund amount PAR_IADOSCHAR9CHAR9
EXASSSurplus Social Insurance contribution amount PAR_EXASSCHAR9CHAR9
EXAOSSurplus Welfare Fund contribution amount PAR_EXAOSCHAR9CHAR9
LOCTXDescription of locality for SIJP PAR_LOCTXCHAR50CHAR50
REICOTaxable remuneration for contributions PAR_REICOCHAR9CHAR9
REIM3Taxable remuneration 3 - SIJP PAR_REIM3CHAR9CHAR9
REIOSWelfare Fund taxable pay PAR_REIOSCHAR9CHAR9
SINSIClaimant code PAR_SINSICHAR2PAR_SINIE
CORSIEmployee is entitled to reduction PAR_CORSICHAR1CHAR1
CAPRERecomposition funds PAR_CAPRECHAR9CHAR9
TIPEMCompany type PAR_TIPEMCHAR1PAR_TIPEM
APAOSAdditionall contribution Welfare Fund PAR_APAOSCHAR9CHAR9
REJUBRetirement category PAR_REJUBCHAR1CHAR1
SITU1Review situation 1 PAR_SITU1CHAR2CHAR2
SITD1Start date review situation 1 PAR_SITD1CHAR2CHAR2
SITU2Review situation 2 PAR_SITU2CHAR2CHAR2
SITD2Start review situtaion 2 PAR_SITD2CHAR2CHAR2
SITU3Review situation 3 PAR_SITU3CHAR2CHAR2
SITD3Start review situation 3 PAR_SITD3CHAR2CHAR2
SUESISalary and extras PAR_SUESICHAR9CHAR9
SACSISAC (annual extra payment) - SIJP PAR_SACSICHAR9CHAR9
HEXSIOvertime - SIJP PAR_HEXSICHAR9CHAR9
ZDESIDisadvantaged area - SIJP PAR_ZDESICHAR9CHAR9
VACSILeave - SIJP PAR_VACSICHAR9CHAR9
DTRSINumber of days worked PAR_DTRSICHAR9CHAR9
REIM5Taxable remuneration 5 - SIJP PAR_REIM5CHAR9CHAR9
CNVSIWorker covered by Pay Scale - SIJP PAR_CNVSICHAR1CHAR1
REIM6Taxable remuneration 6 - SIJP PAR_REIM6CHAR9CHAR9
TIPOPOperation Type PAR_TIPOPCHAR1CHAR1
ADCNLAdicionales PAR_ADCNLCHAR9CHAR9
PREMSPremios PAR_PREMSCHAR9CHAR9
R7885Rem.Dec.788/05 PAR_788_05CHAR9CHAR9
REIM7Remuneración Imponible 7 PAR_REIM7CHAR9CHAR9
CAHEXNumber of paid overtime hours (SIJP) PAR_CAHEXNUMC3NUMC3
RNORENon deductible concepts PAR_RNORECHAR9CHAR9
REMATMaternity PAR_REMATCHAR9CHAR9
RRECTRemuneration correction PAR_RRECTCHAR9CHAR9
REIM9Taxable remuneration 9 - SIJP PAR_REIM9CHAR9CHAR9
PERDTDifferent task percentage - SIJP PAR_PERDTCHAR9CHAR9
WKHRSAmount of hours worked - SIJP PAR_WKHRSNUMC3NUMC3
SEVIOMandatory collective life insurance - SIJP PAR_SEVIONUMC1

Key field Non-key field



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

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

How to access SAP table PAR55

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

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