P7905 is an SAP Structure so does not store data like a database table does but can be used to process "Infotype 7905: XLSO Configuration" 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_P7905 TYPE P7905 .
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 | HRIPKEY | Key Structure for Infotype Structures PNNNN | ||||
MANDT | MANDT | CLNT | 3 | T000 | Client | |
PLVAR | PLVAR | CHAR | 2 | T778P | Plan Version | |
OTYPE | OTYPE | CHAR | 2 | T778O | Object Type | |
OBJID | OBJEKTID | NUMC | 8 | Object ID | ||
INFTY | INFOTYP | CHAR | 4 | T778T | Infotype | |
SUBTY | SUBTYP | CHAR | 4 | T778U | Subtype | |
ISTAT | ISTAT_D | CHAR | 1 | T778S | Planning Status | |
PRIOX | PRIOX | CHAR | 2 | Priority | ||
BEGDA | BEGDATUM | DATS | 8 | Start Date | ||
ENDDA | ENDDATUM | DATS | 8 | End Date | ||
VARYF | VARYF | CHAR | 10 | Variation Field for File PLOG | ||
SEQNR | SEQNR | NUMC | 3 | Number of Infotype Record with Same Key | ||
.INCLUDE | HRIADMIN | Infotype Administration Data | ||||
AEDTM | AEDTM | DATS | 8 | Changed on | ||
UNAME | USRNAME | CHAR | 12 | User Name | ||
REASN | REASN | CHAR | 2 | Reason | ||
HISTO | HISTO | CHAR | 1 | Historical Record Flag | ||
ITXNR | ITXNR | NUMC | 8 | Text Module for Infotype | ||
.INCLUDE | HRI7905 | xLSO Configuration infotype | ||||
CB_CHK | /XLSO/E_CHK_CB | CHAR | 1 | Check for booking with Curriculam Bundle | ||
CANCEL_RULE | /XLSO/E_RULE | NUMC | 2 | /XLSO/CNL_RULE | Rule |
Key field | |
Non-key field |