PAR29 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 11" 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_PAR29 TYPE PAR29 .
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 | |
| REISS | MAXBT | CURR | 15(2) | HR Payroll: Amount | ||
| AMT_CURR_ISS | 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 | |
| TIKET | MAXBT | CURR | 15(2) | HR Payroll: Amount | ||
| AMT_CURR_TIK | 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 | |
| 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 | ||
| BEGDA | BEGDA | DATS | 8 | Start Date | ||
| ENDDA | ENDDA | DATS | 8 | End Date | ||
| Key field | |
| Non-key field |
PAR29 - Item structure for SIJP List - Version 11 PAR26 - Item structure for list SI.CO.RE 3-Taxables Deducted PAR25 - Item structure for SI.CO.RE list 3-Deductions PAR23 - Structure for gross and contributions difference list PAR22 - Structure item for Vacation List (HARCVAC0) PAR21 - Structure item for HARCTER0 List