PAR35 is an SAP Structure so does not store data like a database table does but can be used to process "Item structure for SIJP list - Version 14" 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_PAR35 TYPE PAR35 .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
| Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
| TOTAL | PAR_TOTSO | CHAR | 20 | Total companies header | ||
| BUKRS | BUKRS | CHAR | 4 |
* | Company Code | |
| BUTXT | BUTXT | CHAR | 25 | Name of Company Code or Company | ||
| REGIS | NUM8 | NUMC | 8 | Eight-digit numeric value | ||
| PERNR | P_PERNR | NUMC | 8 | Personnel Number | ||
| RETOT | MAXBT | CURR | 15(2) | HR Payroll: Amount | ||
| AMT_CURR_TOT | WAERS | CUKY | 5 |
* | Currency Key | |
| REAOS | MAXBT | CURR | 15(2) | HR Payroll: Amount | ||
| AMT_CURR_REA | WAERS | CUKY | 5 |
* | Currency Key | |
| REICO | MAXBT | CURR | 15(2) | HR Payroll: Amount | ||
| AMT_CURR_REI | WAERS | CUKY | 5 |
* | Currency Key | |
| REIM3 | MAXBT | CURR | 15(2) | HR Payroll: Amount | ||
| AMT_CURR_RE3 | WAERS | CUKY | 5 |
* | Currency Key | |
| REIOS | MAXBT | CURR | 15(2) | HR Payroll: Amount | ||
| AMT_CURR_REO | WAERS | CUKY | 5 |
* | Currency Key | |
| APJVO | MAXBT | CURR | 15(2) | HR Payroll: Amount | ||
| BETPE_JVO | BETPE | CURR | 15(2) | Payroll: Amount per unit | ||
| RTE_CURR_JVO | WAERS | CUKY | 5 |
* | Currency Key | |
| AMT_CURR_JVO | WAERS | CUKY | 5 |
* | Currency Key | |
| ASFAM | MAXBT | CURR | 15(2) | HR Payroll: Amount | ||
| BETPE_ASF | BETPE | CURR | 15(2) | Payroll: Amount per unit | ||
| RTE_CURR_ASF | WAERS | CUKY | 5 |
* | Currency Key | |
| AMT_CURR_ASF | WAERS | CUKY | 5 |
* | Currency Key | |
| IADOS | MAXBT | CURR | 15(2) | HR Payroll: Amount | ||
| AMT_CURR_IAD | WAERS | CUKY | 5 |
* | Currency Key | |
| EXASS | MAXBT | CURR | 15(2) | HR Payroll: Amount | ||
| AMT_CURR_EXA | WAERS | CUKY | 5 |
* | Currency Key | |
| EXAOS | MAXBT | CURR | 15(2) | HR Payroll: Amount | ||
| AMT_CURR_EXO | WAERS | CUKY | 5 |
* | Currency Key | |
| TIKET | MAXBT | CURR | 15(2) | HR Payroll: Amount | ||
| AMT_CURR_TIK | WAERS | CUKY | 5 |
* | Currency Key | |
| CAPRE | MAXBT | CURR | 15(2) | HR Payroll: Amount | ||
| AMT_CURR_CAP | WAERS | CUKY | 5 |
* | Currency Key | |
| CCUIL | PAR_CCUIL | CHAR | 13 | Worker identification code | ||
| NOMAP | PAR_NOMAP | CHAR | 30 | Employee name and last name | ||
| CONTF | PAR_CONTF | CHAR | 1 | Spouse/Partner | ||
| HIJOS | PAR_CANTH | NUMC | 2 | Number children according to Welfare Fund | ||
| SITUA | PAR_SITUA | NUMC | 2 | Employee review situation - SIJP | ||
| CONDI | PAR_CONDI | NUMC | 2 | Employee work status | ||
| ACTSI | PAR_ACTSI | NUMC | 2 | Employee activity | ||
| ZONDI | PAR_COZON | CHAR | 2 |
* | Internal Revenue (DGI) contribution reduction area codes | |
| AADSS | PAR_AADSS | CHAR | 5 | Additional contribution percentage for Social Insurance | ||
| TCSIJ | PAR_TCSIJ | NUMC | 3 | Contract category code for SIJP | ||
| OBRAS | PAR_OBRAS | CHAR | 6 |
* | Welfare Fund | |
| ADHER | PAR_ADHER | NUMC | 2 | Welfare Fund next of kin | ||
| LOCTX | PAR_LOCTX | CHAR | 50 | Description of locality for SIJP | ||
| SINSI | PAR_SINSI | CHAR | 2 | Claimant code | ||
| CORSI | PAR_CORSI | CHAR | 1 | Employee is entitled to reduction | ||
| BEGDA | BEGDA | DATS | 8 | Start Date | ||
| ENDDA | ENDDA | DATS | 8 | End Date | ||
| Key field | |
| Non-key field |
PAR35 - Item structure for SIJP list - Version 14 PAR34 - Data for generating DGI-SIJP diskette - Version 13 PAR33 - SICORE file (Taxed persons Income Tax) PAR32 - SICORE file (Income Tax deductions) PAR31 - Data for generation of floppy disk DGI-SIJP/Version 11 PAR30 - Item structure for SIJP list/Version 13