SDMEE_TREE_COND SAP (DMEE: Format Object - & Mapping Conditions) Structure details

Dictionary Type: Structure
Description: DMEE: Format Object - & Mapping Conditions




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




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

SDMEE_TREE_COND 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 "DMEE: Format Object - & Mapping Conditions" 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_SDMEE_TREE_COND TYPE SDMEE_TREE_COND.

The SDMEE_TREE_COND table consists of various fields, each holding specific information or linking keys about DMEE: Format Object - & Mapping Conditions data available in SAP. These include TREE_ID (DMEE: unique description for a DMEE format tree), VERSION (DMEE: version of format tree), COND_ID (DMEE: condition ID), COND_NUMBER (DMEE: sequential number of condition).. 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: Not classified


SAP SDMEE_TREE_COND 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
TREE_TYPEDMEE: tree type DMEE_TREETYPECHAR4Assigned to domainDMEE_TREETYPEDMEE_TREE_TYPE
TREE_IDDMEE: unique description for a DMEE format tree DMEE_TREEIDCHAR30Assigned to domainDMEE_TREEIDDMEE_TREE_ID
VERSIONDMEE: version of format tree DMEE_VERSIONNUMC3Assigned to domainDMEE_VERSION
COND_IDDMEE: condition ID DMEE_CONDIDCHAR12DMEE_CONDID
COND_NUMBERDMEE: sequential number of condition DMEE_COND_NUMBERNUMC3DMEE_COND_NUMBER
ARG1_FLDDMEE: name of a source field DMEE_MP_SC_FLDCHAR30DMEE_MP_SC_FLD
ARG1_TABDMEE: name of DDIC structure for source field DMEE_MP_SC_TABCHAR30DMEE_MP_SC_TAB
ARG1_NODEDMEE: node ID DMEE_NODEIDCHAR12Assigned to domainDMEE_NODEID
ARG1_NODE_ATTRDMEE: node attribute that serves as source value DMEE_MP_SC_NODE_ATTRCHAR2DMEE_MP_SC_NODE_ATTR
ARG2_FLDDMEE: name of a source field DMEE_MP_SC_FLDCHAR30DMEE_MP_SC_FLD
ARG2_TABDMEE: name of DDIC structure for source field DMEE_MP_SC_TABCHAR30DMEE_MP_SC_TAB
ARG2_NODEDMEE: node ID DMEE_NODEIDCHAR12Assigned to domainDMEE_NODEID
ARG2_NODE_ATTRDMEE: node attribute that serves as source value DMEE_MP_SC_NODE_ATTRCHAR2DMEE_MP_SC_NODE_ATTR
OPERATORDMEE: logical operator DMEE_OPERATORCHAR2DMEE_OPERATOR
LINK_OPERATORDMEE: linking operator DMEE_LINK_OPERATORCHAR3DMEE_LINK_OPERATOR
CD_EXIT_FUNCDMEE: function name of the condition exit DMEE_CD_EXIT_FUNCCHAR30DMEE_CD_EXIT_FUNC

Key field Non-key field



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

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

How to access SAP table SDMEE_TREE_COND

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