MDGD_MAPCONTEXT SAP (Specifies Mapping Contexts of code-mapping) Table details

Dictionary Type: Table
Description: Specifies Mapping Contexts of code-mapping




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




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

MDGD_MAPCONTEXT is a standard SAP Table which is used to store Specifies Mapping Contexts of code-mapping data and is available within R/3 SAP systems depending on the version and release level.

The MDGD_MAPCONTEXT table consists of various fields, each holding specific information or linking keys about Specifies Mapping Contexts of code-mapping data available in SAP. These include OBJ_NAME (GDT Name), MAPCONTEXT (Mapping ID), LIST_ID (List ID), LIST_AGENCY_ID (List Agency ID).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP MDGD_MAPCONTEXT 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_R3OBJCHAR4MDGD_ELEMENTMDG_PRX_R3OBJ
OBJ_NAMEGDT Name MDG_PRX_R3NAMECHAR30MDGD_ELEMENTMDG_PRX_R3NAME
MAPCONTEXTMapping ID MDG_MAPCONTEXTCHAR10CHAR10
LIST_IDList ID MDG_LIST_IDCHAR60CHAR60
LIST_AGENCY_IDList Agency ID MDG_LIST_AGENCY_IDCHAR60CHAR60
LIST_VERSIONCCT List Version ID, like UKM_E_CCT_ID_SV_ID MDG_LIST_VERSIONCHAR15CHAR15
INTERNAL_LIST_IDInternal List ID MDG_INT_LIST_IDCHAR60CHAR60
OUT_MAP_DEFAULTDefault for Outbound Mapping MDG_OUT_MAP_DEFAULTCHAR1XFELD
OUT_NO_MAPNo Mapping MDG_OUT_NO_MAPCHAR1XFELD
MAPPERMapping Class MDG_MAPPERCHAR30SEOCLSNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM MDGD_MAPCONTEXT
INTO CORRESPONDING FIELDS OF WA_MDGD_MAPCONTEXT
WHERE...

How to access SAP table MDGD_MAPCONTEXT

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