PAR05 is an SAP Structure so does not store data like a database table does but can be used to process "Temse file for named person" 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_PAR05 TYPE PAR05 .
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 |
| TIREG | PAR_TIREG | CHAR | 1 | Record type | ||
| CCUIL | PAR_CUILC | NUMC | 11 | Worker identification number (CUIL) (11 characters) | ||
| APELC | PAR_APELC | CHAR | 28 | Married last name | ||
| APELL | PAR_APELL | CHAR | 28 | Last name | ||
| NOMBS | PAR_NOMBS | CHAR | 28 | Names | ||
| TIDOC | PAR_TIDOC | CHAR | 2 | ANSes Census document type | ||
| NUDOC | PAR_NUDOC | NUMC | 10 | Document number | ||
| FENAC | PAR_FENAC | NUMC | 8 | Date of birth | ||
| TSEXO | PAR_CSEXO | CHAR | 1 | Gender of employee/family member | ||
| CALLE | PAR_CALLE | CHAR | 30 | Street | ||
| NUMER | PAR_NUMER | CHAR | 5 | Number | ||
| PISOT | PAR_PISON | CHAR | 4 | Floor | ||
| DEPAR | PAR_DEPTO | CHAR | 4 | Department | ||
| LOCAL | PAR_LOCAL | CHAR | 28 | Town | ||
| CODPO | PAR_CODPO | NUMC | 4 | Postal code | ||
| CODPR | PAR_CODPR | NUMC | 2 | ANSes Census province code | ||
| OBRAS | PAR_OBSOC | NUMC | 6 | Welfare Fund code | ||
| NACIO | PAR_NACIO | NUMC | 3 | ANSeS Census nationality code | ||
| FALTA | PAR_FALTA | NUMC | 8 | Employment entry date | ||
| SIREV | PAR_SIREV | NUMC | 2 | Review situation - ANSES Census | ||
| CIVIL | PAR_CIVIL | NUMC | 1 | ANSeS census marital status | ||
| DISCA | PAR_DISCA | CHAR | 1 | Disability named person/family member | ||
| FRELE | PAR_FRELE | NUMC | 8 | Date of substitution | ||
| CODPA | PAR_CODPA | NUMC | 1 | Family relationship code | ||
| DOMEX | PAR_DOMEX | NUMC | 6 | Business address code | ||
| CCUIT | PAR_CUITC | NUMC | 11 | Taxpayer Identification Number (CUIT) (11 characters) | ||
| RESER | PAR_RESER | CHAR | 5 | Blank spaces reserved - Named person register | ||
| CBAJA | PAR_CBAJA | NUMC | 2 | Leaving code | ||
| TINOV | PAR_NOVED | CHAR | 1 | Type of update | ||
| FINRE | PAR_FINRE | CHAR | 1 | End of record | ||
| Key field | |
| Non-key field |