P7902 is an SAP Structure so does not store data like a database table does but can be used to process "Infotype 7902: Ext. Learning Community" 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_P7902 TYPE P7902 .
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 | HRI7902 | Structure for Infotype 7902 - External Learning Community | ||||
ACTIVE_FLAG | XFELD | CHAR | 1 | Checkbox | ||
VISIBILITY | /XLSO/E_COMMUNITY_VISIBILITY | NUMC | 2 | External Community Visibility | ||
AVAILABILITY | /XLSO/E_COMMUNITY_AVAILABILITY | NUMC | 2 | External Community Availability | ||
CORR_ON_CREATION | /XLSO/E_CORR_CREATION | CHAR | 1 | Correspond on creation | ||
CORR_ON_DELETION | /XLSO/E_CORR_DELETION | CHAR | 1 | Correspond on Deletion | ||
COMPONENT_CORREL | CIFGUID32 | CHAR | 32 | Generic Data Element for GUID Fields (C32) | ||
COMMUNITY_ID | /XLSO/E_COMM_ID | CHAR | 10 | community id | ||
COMPONENT_URL | /XLSO/E_BASE_URL | CHAR | 255 | Base URL | ||
REMOVE_USER | /XLSO/E_REMOVE_USER | CHAR | 1 | Remove user from community once he has completed the course | ||
REMOVE_USER_DAYS | /XLSO/E_REMOVE_USER_DURATION | NUMC | 10 | The duration after completing the course, the user is remove | ||
APPROVAL_REQIRED | /XLSO/E_APPROVE | NUMC | 2 | Approval Required or not | ||
COMMUNITY_NAME | /XLSO/E_COMMUNITY_NAME | CHAR | 100 | Community Name |
Key field | |
Non-key field |