MDG_GN_V_GOBJ SAP (Logical View for Object Catalog) Structure details

Dictionary Type: Structure
Description: Logical View for Object Catalog




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




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

MDG_GN_V_GOBJ 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 "Logical View for Object Catalog" 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_GN_V_GOBJ TYPE MDG_GN_V_GOBJ.

The MDG_GN_V_GOBJ table consists of various fields, each holding specific information or linking keys about Logical View for Object Catalog data available in SAP. These include PHYSICAL_NAME (Physical Name of an Object (Generator)), NEW_VERSION (Physical Name of an Object (Generator)), CLIENT_GO (Client), SUFFIX (Suffix for Generated Objects).. 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_GN_V_GOBJ 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
KINDObject Type (Generator) MDG_GN_OBJ_KINDCHAR4MDG_GN_OBJ_KIND
PHYSICAL_NAMEPhysical Name of an Object (Generator) MDG_GN_PHYSICAL_NAMECHAR30MDG_GN_TGOBJCHAR30
NEW_VERSIONPhysical Name of an Object (Generator) MDG_GN_PHYSICAL_NAMECHAR30CHAR30
CLIENT_GOClient MANDTCLNT3T000MANDT
SUFFIXSuffix for Generated Objects MDG_GN_SUFFIXCHAR5
TAB_SUFFIX_LENSuffix Length for Table Names MDG_GN_SUFFIX_LENNUMC1MDG_GN_SUFFIX_LEN
GEN_NAMEFlag: Name Created by Generator MDG_GN_GEN_NAMECHAR1BOOLE
APPLGenerator: Application MDG_GN_APPLCHAR2MDG_GN_TCONFIGMDG_GN_APPL
BUILDING_PLANClass that Implements the Blueprint MDG_GN_BUILDING_PLANCHAR30SEOCLSNAME
CONFIG_OBJName of Configuration Object (Generator) MDG_GN_CONFIG_OBJCHAR30MDG_GN_CONFIG_OBJ
CONFIG_KEYInstance Key for a Configuration Object MDG_GN_CONFIG_KEYCHAR60MDG_GN_CONFIG_KEY
LOGICAL_NAMELogical Name of Object (Generator) MDG_GN_LOGICAL_NAMECHAR30MDG_GN_LOGICAL_NAME
VERSIONVersion of a Generated Object (Numeric) MDG_GN_OBJ_VERSIONCHAR4
STATEStatus of an Object (Generator) MDG_GN_OBJ_STATECHAR1MDG_GN_OBJ_STATE
UNAMEUser Name SYUNAMECHAR12SYCHAR12
CLIENT_DEPEND Flag: Objekt Client-Specific0
TRANSPORT_NAME Flag: Transport of the Object Name0
.INCLU-BPV 0
DATEBPV 0
TIMEBPV 0
.INCLU-BPT 0
DATEBPT 0
TIMEBPT 0

Key field Non-key field



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

As MDG_GN_V_GOBJ 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_GN_V_GOBJ as there is no data to select.

How to access SAP table MDG_GN_V_GOBJ

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