SDDIC_DDLS_MOCK_MAIN is an SAP Structure so does not store data like a database table does but can be used to process "Main DDLS Mock Data" 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_SDDIC_DDLS_MOCK_MAIN TYPE SDDIC_DDLS_MOCK_MAIN .
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 |
UNAM | UNAM | CHAR | 12 | Last changed by | ||
UDAT | RDIR_UDATE | DATS | 8 | Changed On | ||
UTIME | DDTIME | TIMS | 6 | Dictionary: time of last change | ||
CNAM | CNAM | CHAR | 12 | Author | ||
CDAT | RDIR_CDATE | DATS | 8 | Created on | ||
SOURCE | STRING |
Key field | |
Non-key field |
SDDIC_DDLS_MOCK_MAIN - Main DDLS Mock Data SDDIC_DDLS_MOCK_KEY - Main DDLS Mock Data: Key SDDIC_DDLS_MOCK - DDLS Mock Data SDDIC_ADT_TYPEINFO_STRING_DESC - Predefined Type: String Property Descriptor SDDIC_ADT_TYPEINFO_OUTPUT_DESC - Predefined Type: Outputstyle Property Descriptor SDDIC_ADT_TYPEINFO_OUTPUTSTYLE - Output style of predefined type