MDG_GN_TEXBP SAP (Directory of Executed Blueprints) Table details

Dictionary Type: Table
Description: Directory of Executed Blueprints




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




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

MDG_GN_TEXBP is a standard SAP Table which is used to store Directory of Executed Blueprints data and is available within R/3 SAP systems depending on the version and release level.

The MDG_GN_TEXBP table consists of various fields, each holding specific information or linking keys about Directory of Executed Blueprints data available in SAP. These include CLIENT (Client), BUILDING_PLAN (Class that Implements the Blueprint), CONFIG_OBJ (Name of Configuration Object (Generator)), CONFIG_KEY (Instance Key for a Configuration Object).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP MDG_GN_TEXBP 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
APPL_BPGenerator: Application MDG_GN_APPLCHAR2MDG_GN_TBPMDG_GN_APPL
CLIENTClient MANDTCLNT3T000MANDT
BUILDING_PLANClass that Implements the Blueprint MDG_GN_BUILDING_PLANCHAR30MDG_GN_TBPSEOCLSNAME
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
OBJ_GUID_BPUUID in X form (binary) SYSUUID_XRAW16SYSUUID
.INCLU-BPV 0
DATEBPV 0
TIMEBPV 0
.INCLU-BPT 0
DATEBPT 0
TIMEBPT 0
.INCLU-SBU 0
DATESBU 0
TIMESBU 0
BP_USERAuthor of the Last Execution of the Blueprint MDG_GN_BP_USERCHAR12AS4USER

Key field Non-key field



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

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

SELECT SINGLE *
FROM MDG_GN_TEXBP
INTO CORRESPONDING FIELDS OF WA_MDG_GN_TEXBP
WHERE...

How to access SAP table MDG_GN_TEXBP

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