MDG_OIF_S_INTMOD_DETAILS is an SAP Structure so does not store data like a database table does but can be used to process "Structure for interface model details" 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_MDG_OIF_S_INTMOD_DETAILS TYPE MDG_OIF_S_INTMOD_DETAILS .
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 |
INT_MODEL_ID | MDG_OIF_INT_MOD_ID | CHAR | 20 |
* | Outbound Interface Model ID | |
OTC | MDG_OBJECT_TYPE_CODE_BS | CHAR | 10 |
* | Business Object Type | |
USMD_MODEL | USMD_MODEL | CHAR | 2 |
* | Data Model | |
USMD_TOP_ENTITY | USMD_ENTITY | CHAR | 9 |
* | Entity Type | |
PACKAGE_NAME | PACKNAME | CHAR | 30 |
* | Package | |
FUNC_GROUP_NAME | AREA | CHAR | 26 |
* | Name of function group | |
RFC_FUNC_MOD_NAM | RS38L_FNAM | CHAR | 30 |
* | Name of Function Module | |
INT_MODEL_DESC | TEXT60 | CHAR | 60 | Text Field of Length 60 | ||
RFC_FUNC_MOD_DES | RS38L_FTXT | CHAR | 74 | Short text for function module | ||
CREATED_BY | UNAME | CHAR | 12 | User Name | ||
CREATED_AT | TIMESTAMP | DEC | 15 | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | ||
CHANGED_BY | UNAME | CHAR | 12 | User Name | ||
CHANGED_AT | TIMESTAMP | DEC | 15 | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) |
Key field | |
Non-key field |