P0023 is an SAP Structure so does not store data like a database table does but can be used to process "HR Master Record: Infotype 0023 (Other/Previous Employers)" 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_P0023 TYPE P0023 .
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 |
.INCLUDE | PSHDR | Headers for Infotype Records | ||||
.INCLUDE | PSKEY | Keys for HR Master Data | ||||
PERNR | PERNR_D | NUMC | 8 | Personnel Number | ||
INFTY | INFTY | CHAR | 4 | T582A | Infotype | |
SUBTY | SUBTY | CHAR | 4 | Subtype | ||
OBJPS | OBJPS | CHAR | 2 | Object Identification | ||
SPRPS | SPRPS | CHAR | 1 | Lock Indicator for HR Master Data Record | ||
ENDDA | ENDDA | DATS | 8 | End Date | ||
BEGDA | BEGDA | DATS | 8 | Start Date | ||
SEQNR | SEQNR | NUMC | 3 | Number of Infotype Record with Same Key | ||
.INCLUDE | PSHD1 | HR Master Record: Control Field | ||||
AEDTM | AEDAT | DATS | 8 | Changed On | ||
UNAME | AENAM | CHAR | 12 | Name of Person Who Changed Object | ||
HISTO | HISTO | CHAR | 1 | Historical Record Flag | ||
ITXEX | ITXEX | CHAR | 1 | Text Exists for Infotype | ||
REFEX | PRFEX | CHAR | 1 | Reference Fields Exist (Primary/Secondary Costs) | ||
ORDEX | ORDEX | CHAR | 1 | Confirmation Fields Exist | ||
ITBLD | ITBLD | CHAR | 2 | Infotype Screen Control | ||
PREAS | PREAS | CHAR | 2 | T530E | Reason for Changing Master Data | |
FLAG1 | NUSED | CHAR | 1 | Reserved Field/Unused Field | ||
FLAG2 | NUSED | CHAR | 1 | Reserved Field/Unused Field | ||
FLAG3 | NUSED | CHAR | 1 | Reserved Field/Unused Field | ||
FLAG4 | NUSED | CHAR | 1 | Reserved Field/Unused Field | ||
RESE1 | NUSED2 | CHAR | 2 | Reserved Field/Unused Field of Length 2 | ||
RESE2 | NUSED2 | CHAR | 2 | Reserved Field/Unused Field of Length 2 | ||
GRPVL | PCCE_GPVAL | CHAR | 4 | Grouping Value for Personnel Assignments | ||
.INCLUDE | PS0023 | HR Master Record: Infotype 0023 (Other/Previous Employers) | ||||
ARBGB | VORAG | CHAR | 60 | Name of employer | ||
ORT01 | ORT01 | CHAR | 25 | City | ||
LAND1 | LAND1 | CHAR | 3 | T005 | Country Key | |
BRANC | BRSCH | CHAR | 4 | T016 | Industry key | |
TAETE | TAETE | NUMC | 8 | T513C | Job at former employer(s) | |
ANSVX | ANSVX | CHAR | 2 | T542C | Work Contract - Other Employers | |
ORTJ1 | P22J_ADDR1 | CHAR | 40 | First address line (Kanji) | ||
ORTJ2 | P22J_ADDR2 | CHAR | 40 | Second address line (Kanji) | ||
ORTJ3 | P22J_ADDR3 | CHAR | 40 | Third address line (Kanji) |
Key field | |
Non-key field |