DMEE_TREE_COND SAP (DMEE: Format Object - & Mapping Conditions) Table details

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




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




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

DMEE_TREE_COND is a standard SAP Table which is used to store DMEE: Format Object - & Mapping Conditions data and is available within R/3 SAP systems depending on the version and release level.

The DMEE_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), NODE_ID (DMEE: node 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DMEE_TREE_COND 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
TREE_TYPEDMEE: tree type DMEE_TREETYPECHAR4DMEE_TREE_TYPEDMEE_TREETYPEDMEE_TREE_TYPE
TREE_IDDMEE: unique description for a DMEE format tree DMEE_TREEIDCHAR30DMEE_TREEDMEE_TREEIDDMEE_TREE_ID
VERSIONDMEE: version of format tree DMEE_VERSIONNUMC3DMEE_TREE_HEADDMEE_VERSION
NODE_IDDMEE: node ID DMEE_NODEIDCHAR12DMEE_TREE_NODEDMEE_NODEID
COND_NUMBERDMEE: sequential number of condition DMEE_COND_NUMBERNUMC3DMEE_COND_NUMBER
ARG1_FLDDMEE: name of condition field DMEE_CD_FLDCHAR30DMEE_MP_SC_FLD
ARG1_TABDMEE: table name of condition field DMEE_CD_TABCHAR30DMEE_MP_SC_TAB
ARG1_XPARAMDMEE: type of interface that source struct. originates from DMEE_IF_TPCHAR1DMEE_IF_TP
ARG1_CONSTDMEE: constant as a comparison value DMEE_CD_CONSTCHAR132DMEE_MP_CONST
ARG1_NODEDMEE: node ID DMEE_NODEIDCHAR12Assigned to domainDMEE_NODEID
ARG1_NODE_ATTRDMEE: node attribute as a comparison value DMEE_CD_NODE_ATTRCHAR2DMEE_MP_SC_NODE_ATTR
ARG1_REF_NAMEDMEE: reference ID of the referenced node DMEE_USED_REF_NAMECHAR12DMEE_REF_NAME
ARG1_TYPEDMEE: type of argument for a condition DMEE_COND_TYPECHAR1DMEE_COND_TYPE
ARG2_FLDDMEE: name of condition field DMEE_CD_FLDCHAR30DMEE_MP_SC_FLD
ARG2_TABDMEE: table name of condition field DMEE_CD_TABCHAR30DMEE_MP_SC_TAB
ARG2_XPARAMDMEE: type of interface that source struct. originates from DMEE_IF_TPCHAR1DMEE_IF_TP
ARG2_CONSTDMEE: constant as a comparison value DMEE_CD_CONSTCHAR132DMEE_MP_CONST
ARG2_NODEDMEE: node ID DMEE_NODEIDCHAR12Assigned to domainDMEE_NODEID
ARG2_NODE_ATTRDMEE: node attribute as a comparison value DMEE_CD_NODE_ATTRCHAR2DMEE_MP_SC_NODE_ATTR
ARG2_REF_NAMEDMEE: reference ID of the referenced node DMEE_USED_REF_NAMECHAR12DMEE_REF_NAME
ARG2_TYPEDMEE: type of argument for a condition DMEE_COND_TYPECHAR1DMEE_COND_TYPE
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 table DMEE_TREE_COND using ABAP code

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

SELECT SINGLE *
FROM DMEE_TREE_COND
INTO CORRESPONDING FIELDS OF WA_DMEE_TREE_COND
WHERE...

How to access SAP table DMEE_TREE_COND

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