MDG_UUID is an SAP Structure so does not store data like a database table does but can be used to process "Proxy Structure (generated)" 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_UUID TYPE MDG_UUID .
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 |
CONTROLLER | PRXCTRLTAB | TTYP | Control Flags for Fields of a Structure | |||
SCHEME_ID | CHAR | 60 | ||||
SCHEME_AGENCY_ID | CHAR | 60 | ||||
CONTENT | MDG_UUID_CONTENT | CHAR | 36 | Universally Unique Identifier |
Key field | |
Non-key field |
MDG_UUID - Proxy Structure (generated) MDG_USER_PROXY_SETTING - user proxy settings for file upload MDG_UPLOAD_S_OTC_OBJECT_TYPE - MDG Upload: Object type & its Description from OTC MDG_UPLOAD_SETTING_FIELDS - User interface setting fields for file uploader. MDG_UPLOAD_DUPLICATES - Upload duplicates MDG_UI_BUILD_FIELDS - Details to build fields on user interface