MDGV_CODEMAP SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

MDGV_CODEMAP is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The MDGV_CODEMAP table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include OBJ_NAME (GDT Name), MAPCONTEXT (Mapping ID), MAPCODE (Mapping Combination Key), INTERNAL_CODE (Internal Code Value).. 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: Not classified


SAP MDGV_CODEMAP table view 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_MAPCONTEXTCHAR10MDGD_MAPCONTEXTCHAR10
MAPCODEMapping Combination Key MDG_MAPCODENUMC5NUMC5
INTERNAL_CODEInternal Code Value MDG_INTERNAL_CODECHAR30CHAR30
EXTERNAL_CODEExternal Code Value MDG_EXTERNAL_CODECHAR30CHAR30
IN_MAP_DEFAULTDefault Inbound Mapping MDG_IN_MAP_DEFAULTCHAR1XFELD
OUT_MAP_DEFAULTDefault for Outbound Mapping MDG_OUT_MAP_DEFAULTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM MDGV_CODEMAP
INTO CORRESPONDING FIELDS OF WA_MDGV_CODEMAP
WHERE...

How to access SAP table MDGV_CODEMAP

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