MDGD_ELEMENT SAP (Specifies proxy elements where core data type is code) Table details

Dictionary Type: Table
Description: Specifies proxy elements where core data type is code




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




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

MDGD_ELEMENT is a standard SAP Table which is used to store Specifies proxy elements where core data type is code data and is available within R/3 SAP systems depending on the version and release level.

The MDGD_ELEMENT table consists of various fields, each holding specific information or linking keys about Specifies proxy elements where core data type is code data available in SAP. These include OBJ_NAME (GDT Name), DEFAULT_FOR_GDT (Default for GDT), DEFAULT_MAPPER (Mapping Class), CLIENT_DEPENDENT (Internal Element Values Are Client Dependent).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP MDGD_ELEMENT table 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
OBJECTConnect to or Disconnect From External Code List MDG_PRX_R3OBJCHAR4MDG_PRX_R3OBJ
OBJ_NAMEGDT Name MDG_PRX_R3NAMECHAR30MDG_PRX_R3NAME
DEFAULT_FOR_GDTDefault for GDT MDG_DEFAULT_FOR_GDTCHAR1XFELD
DEFAULT_MAPPERMapping Class MDG_MAPPERCHAR30SEOCLASSSEOCLSNAME
CLIENT_DEPENDENTInternal Element Values Are Client Dependent MDG_CLIENT_DEPENDENTCHAR1XFELD
CONTEXT_STRUCTContext structure MDG_STRUCNAMECHAR30DD02LAS4TABDTB
CODELIST_PROV_CLInput Help MDG_CODELIST_PROVIDER_CLASSCHAR30SEOCLASSSEOCLSNAME

Key field Non-key field



How do I retrieve data from SAP table MDGD_ELEMENT using ABAP code

The following ABAP code Example will allow you to do a basic selection on MDGD_ELEMENT to SELECT all data from the table
DATA: WA_MDGD_ELEMENT TYPE MDGD_ELEMENT.

SELECT SINGLE *
FROM MDGD_ELEMENT
INTO CORRESPONDING FIELDS OF WA_MDGD_ELEMENT
WHERE...

How to access SAP table MDGD_ELEMENT

Within an ECC or HANA version of SAP you can also view further information about MDGD_ELEMENT 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!