MDG_MDF_ENQHRYND SAP (Enqueue/Dequeue Table for Nodes in Master Data Hierarchies) Table details

Dictionary Type: Table
Description: Enqueue/Dequeue Table for Nodes in Master Data Hierarchies




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




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

MDG_MDF_ENQHRYND is a standard SAP Table which is used to store Enqueue/Dequeue Table for Nodes in Master Data Hierarchies data and is available within R/3 SAP systems depending on the version and release level.

The MDG_MDF_ENQHRYND table consists of various fields, each holding specific information or linking keys about Enqueue/Dequeue Table for Nodes in Master Data Hierarchies data available in SAP. These include FIELDNAME (Master Data: Field Name), HRY_VERSION (Hierarchy version), INDEP_VALUE (Characteristic Value), NODE_FSID (Field Name SID of Node).. 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_MDF_ENQHRYND 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
FIELDNAMEMaster Data: Field Name MDG_MDF_FIELDNAMECHAR30Assigned to domainFDNAMEMDG_MDF_FIELDNAME_BASIC
HRY_VERSIONHierarchy version RSVERSIONCHAR3RSVERSION
INDEP_VALUECharacteristic Value MDG_MDF_VALUECHAR60MDG_MDF_VALUE
NODE_FSID Field Name SID of Node0
NODE_VSID Value SID of Node0

Key field Non-key field



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

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

SELECT SINGLE *
FROM MDG_MDF_ENQHRYND
INTO CORRESPONDING FIELDS OF WA_MDG_MDF_ENQHRYND
WHERE...

How to access SAP table MDG_MDF_ENQHRYND

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