CNVTDMS_WD_TREE SAP (Structure For Tree UI Element) Structure details

Dictionary Type: Structure
Description: Structure For Tree UI Element




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




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

CNVTDMS_WD_TREE 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 "Structure For Tree UI Element" 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_CNVTDMS_WD_TREE TYPE CNVTDMS_WD_TREE.

The CNVTDMS_WD_TREE table consists of various fields, each holding specific information or linking keys about Structure For Tree UI Element data available in SAP. These include TREE_PATH (Tree Path), PARENT_PATH (Parent Path), LEAF (Leaf), EXPANDED (Expanded).. 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: Cannot Be Enhanced


SAP CNVTDMS_WD_TREE 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_ELEMENTTree Element CNVTDMS_WD_TREE_ELEMENTCHAR60CNV_MBT_DESCRIPT
TREE_PATHTree Path CNVTDMS_WD_TREE_PATHCHAR255CHAR255
PARENT_PATHParent Path CNVTDMS_WD_PARENT_PATHCHAR255CHAR255
LEAFLeaf CNVTDMS_WD_LEAFCHAR1WDY_BOOLEAN
EXPANDEDExpanded CNVTDMS_WD_EXPANDEDCHAR1WDY_BOOLEAN
CHILDREN_LOADEDChildren Loaded CNVTDMS_WD_CHILDREN_LOADEDCHAR1WDY_BOOLEAN
SELECTED_NODESelected Node CNVTDMS_WD_SELECTED_NODECHAR1WDY_BOOLEAN
CELL_COLORCell Color CNVTDMS_WD_CELL_COLORNUMC2WDUI_TABLE_CELL_DESIGN

Key field Non-key field



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

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

How to access SAP table CNVTDMS_WD_TREE

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