SAP PAR01 Data for generation of the DGI-SIJP diskette Table data and field list

PAR01 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 generation of the DGI-SIJP diskette" 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_PAR01 TYPE PAR01.

The PAR01 table consists of various fields, each holding specific information or linking keys about Data for generation of the DGI-SIJP diskette data available in SAP. These include OBRAS (Welfare Fund), CONYU (Spouse/Partner), HIJOS (Number children according to Welfare Fund), ADHER (Welfare Fund next of kin)... 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. .

PAR01 structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP PAR01 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 PAR01 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
OBRASWelfare Fund PAR_OBRASCHAR6Assigned to domainPAR_OBRAS
CONYUSpouse/Partner PAR_CONYUNUMC1NUMC1
HIJOSNumber children according to Welfare Fund PAR_CANTHNUMC2NUMC2
ADHERWelfare Fund next of kin PAR_ADHERNUMC2NUMC2
ACTIVActivity accord.to situation, condit. and activ. of employee PAR_ACTIVNUMC4NUMC4
PROMOReduction percentage due to approved type PAR_PROMONUMC3NUMC3
ZONDIInternal Revenue (DGI) contribution reduction area codes PAR_COZONCHAR2Assigned to domainPAR_COZON
DISCOPercentage of contribution giveback by area PAR_DISCONUMC2NUMC2
ASFAMSum paid in family allowances PAR_ASFAMCHAR9CHAR9
RETOTTotal employee pay (gross sum settled) PAR_RETOTCHAR9CHAR9
REISSTaxable pay PAR_REISSCHAR9CHAR9
APJVOVoluntary retirement contribution PAR_APJVOCHAR9CHAR9
REIOSWelfare Fund taxable pay PAR_REIOSCHAR9CHAR9
APAOSAdditionall contribution Welfare Fund PAR_APAOSCHAR9CHAR9
AFZONFamily allowance area code PAR_AFZONCHAR2Assigned to domainPAR_AFZON
HIJODAmount family allowances for disabled children PAR_CANHDNUMC2NUMC2
PRENAIndicator: Employee receives prenatal family allowance PAR_PRENACHAR1CHAR1
CANAEAmount of family allowances for special schooling assistance PAR_CANAENUMC2NUMC2
ZONDESupplement amount for family allowances in disadvant. area PAR_ZONDECHAR9CHAR9

Key field Non-key field



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

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

How to access SAP table PAR01

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

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