MDG_DT_API_S_MODEL_HEADER_IN SAP (Model Header without timestamp and user details used for inp) Structure details

Dictionary Type: Structure
Description: Model Header without timestamp and user details used for inp




ABAP Code to SELECT data from MDG_DT_API_S_MODEL_HEADER_IN
Related tables to MDG_DT_API_S_MODEL_HEADER_IN
Access table MDG_DT_API_S_MODEL_HEADER_IN




Structure field list including key, data, relationships and ABAP select examples

MDG_DT_API_S_MODEL_HEADER_IN is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Model Header without timestamp and user details used for inp" 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_DT_API_S_MODEL_HEADER_IN TYPE MDG_DT_API_S_MODEL_HEADER_IN.

The MDG_DT_API_S_MODEL_HEADER_IN table consists of various fields, each holding specific information or linking keys about Model Header without timestamp and user details used for inp data available in SAP. These include REUSE_ACT_AREA (Active Area), DESCRIPTION (Description), MODEL_STATUS (Active Version).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP MDG_DT_API_S_MODEL_HEADER_IN structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MODEL_NAMEData Model USMD_MODELCHAR2Assigned to domainUSMD_MODEL
REUSE_ACT_AREAActive Area USMD_PP_DOMAINCHAR10Assigned to domainUSMD_PP_DOMAIN
DESCRIPTIONDescription USMD_MODEL_OBJ_TXTCHAR60TEXT60
MODEL_STATUSActive Version USMD_OBJSTAT_DIFFCHAR1USMD_OBJSTAT_DIFF

Key field Non-key field



How do I retrieve data from SAP structure MDG_DT_API_S_MODEL_HEADER_IN using ABAP code?

As MDG_DT_API_S_MODEL_HEADER_IN is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on MDG_DT_API_S_MODEL_HEADER_IN as there is no data to select.

How to access SAP table MDG_DT_API_S_MODEL_HEADER_IN

Within an ECC or HANA version of SAP you can also view further information about MDG_DT_API_S_MODEL_HEADER_IN and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!