BBPD_MDG_FLDMAP SAP (MDG: Assignment Entity/Database Field Name) Table details

Dictionary Type: Table
Description: MDG: Assignment Entity/Database Field Name




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




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

BBPD_MDG_FLDMAP is a standard SAP Table which is used to store MDG: Assignment Entity/Database Field Name data and is available within R/3 SAP systems depending on the version and release level.

The BBPD_MDG_FLDMAP table consists of various fields, each holding specific information or linking keys about MDG: Assignment Entity/Database Field Name data available in SAP. These include ENTITY (Entity Type), ATTRIBUTE (Attribute), OBJECT_TYPE_CODE (Business Object Type), TABNM (Table name, 16 characters).. 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: Can be enhanced (character-type or numeric)


SAP BBPD_MDG_FLDMAP 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
MODELData Model USMD_MODELCHAR2Assigned to domainUSMD_MODEL
ENTITYEntity Type USMD_ENTITYCHAR9Assigned to domainUSMD_ENTITY
ATTRIBUTEAttribute USMD_ATTRIBUTECHAR9Assigned to domainUSMD_ATTRIBUTE
OBJECT_TYPE_CODEBusiness Object Type MDG_OBJECT_TYPE_CODE_BSCHAR10Assigned to domainMDG_OBJECT_TYPE_CODE_BSSH_MDG_CC_OTC
TABNMTable name, 16 characters TABNAME16CHAR16DBOBJ_NAMEDTBDD_DBTB_16
CDOBJObject class CDOBJECTCLCHAR15ALPHAOBJECTCL
FELDNField name NAME_FELDCHAR30Assigned to domainFDNAMEDFD

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBPD_MDG_FLDMAP
INTO CORRESPONDING FIELDS OF WA_BBPD_MDG_FLDMAP
WHERE...

How to access SAP table BBPD_MDG_FLDMAP

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