DMC_STREE SAP (DMC: Tree Structure for Administration of Structures) Table details

Dictionary Type: Table
Description: DMC: Tree Structure for Administration of Structures




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




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

DMC_STREE is a standard SAP Table which is used to store DMC: Tree Structure for Administration of Structures data and is available within R/3 SAP systems depending on the version and release level.

The DMC_STREE table consists of various fields, each holding specific information or linking keys about DMC: Tree Structure for Administration of Structures data available in SAP. These include CONTAINER (MWB: GUID of a Container for Metadata), STYPE (DMC: Flag if receiver or sender structure), SEQNUM (DMC: Position in Tree Depth-First), IDENT (Tree Structure ID).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = DMC_STREET


SAP DMC_STREE 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
GUIDMWB: GUID of a Node in the Hierarchy DMC_STREE_GUIDCHAR22SYSUUID_22
CONTAINERMWB: GUID of a Container for Metadata DMC_CONTAINER_GUIDCHAR22DMC_CNTNSYSUUID_22
STYPEDMC: Flag if receiver or sender structure DMC_SRTYPECHAR1DMC_SRTYPE
SEQNUMDMC: Position in Tree Depth-First DMC_SEQNONUMC4NUMC4
IDENTTree Structure ID DMC_STIDTCHAR20DMC_STIDT
STRUCTMWB: GUID of a Data Structure DMC_STRUCT_GUIDCHAR22SYSUUID_22
FILEDESCGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
PRECGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
VERSIOVersion Number of Objects DMC_VERSIONUMC4DMC_VERSIO
CHNAMUser Name SYUNAMECHAR12SYCHAR12
STRUCLEVELDMC: Structure Level of a Node DMC_SLEVELNUMC2NUMC2
PARENTIDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
CHANGEDATESystem Date SYDATUMDATS8SYDATS
AUTHORUser Name SYUNAMECHAR12SYCHAR12
CREATEDATESystem Date SYDATUMDATS8SYDATS
DESCRDescription DMC_DESCRCHAR60DMC_DSTR
REFNAMEReference to Original Sender/Receiver Structure DMC_REFNMCHAR30
STREE_TYPETree types, like table type, structure, etc. DMC_STREE_TYPECHAR1DMC_STREE_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMC_STREE
INTO CORRESPONDING FIELDS OF WA_DMC_STREE
WHERE...

How to access SAP table DMC_STREE

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