/SDF/SNODETEXT SAP (Additional Information for Hierarchy Nodes) Structure details

Dictionary Type: Structure
Description: Additional Information for Hierarchy Nodes




ABAP Code to SELECT data from /SDF/SNODETEXT
Related tables to /SDF/SNODETEXT
Access table /SDF/SNODETEXT




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

/SDF/SNODETEXT 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 "Additional Information for Hierarchy Nodes" 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_/SDF/SNODETEXT TYPE /SDF/SNODETEXT.

The /SDF/SNODETEXT table consists of various fields, each holding specific information or linking keys about Additional Information for Hierarchy Nodes data available in SAP. These include ID (Internal: Node ID), TYPE (Node type), NAME (Object name), TLEVEL (Node level).. 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 /SDF/SNODETEXT 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
ID Internal: Node ID0
TYPE Node type0
NAME Object name0
TLEVEL Node level0
LINK Link ID0
COMPRESS Internal: Compression ID0
LEAF Internal: Page ID0
TLOCK Internal: Selection ID0
PARENT Internal: Node ID0
CHILD Internal: Node ID0
NEXT Internal: Node ID0
NLENGTH Output length of a hierarchy node0
COLOR Color display of a hierarchy node0
INTENSIV Intensity of display0
TEXT Text/icon/symbol0
TLENGTH Output length of a hierarchy node0
TCOLOR Color display of a hierarchy node0
TINTENSIV Intensity of display0
TPOS Hierarchy display: Column position of a text0
KIND Text type (Space = Text, 'I' = 'Icon', 'S' = Symbol)0
TEXT1 Text/icon/symbol0
TLENGTH1 Output length of a hierarchy node0
TCOLOR1 Color display of a hierarchy node0
TINTENSIV1 Intensity of display0
TPOS1 Hierarchy display: Column position of a text0
KIND1 Text type (Space = Text, 'I' = 'Icon', 'S' = Symbol)0
TEXT2 Text/icon/symbol0
TLENGTH2 Output length of a hierarchy node0
TCOLOR2 Color display of a hierarchy node0
TINTENSIV2 Intensity of display0
TPOS2 Hierarchy display: Column position of a text0
KIND2 Text type (Space = Text, 'I' = 'Icon', 'S' = Symbol)0
TEXT3 Text/icon/symbol0
TLENGTH3 Output length of a hierarchy node0
TCOLOR3 Color display of a hierarchy node0
TINTENSIV3 Intensity of display0
TPOS3 Color display of a hierarchy node0
KIND3 Text type (Space = Text, 'I' = 'Icon', 'S' = Symbol)0
TEXT4 Text/icon/symbol0
TLENGTH4 Output length of a hierarchy node0
TCOLOR4 Color display of a hierarchy node0
TINTENSIV4 Intensity of display0
TPOS4 Hierarchy display: Column position of a text0
KIND4 Text type (Space = Text, 'I' = 'Icon', 'S' = Symbol)0
TEXT5 Text/icon/symbol0
TLENGTH5 Output length of a hierarchy node0
TCOLOR5 Color display of a hierarchy node0
TINTENSIV5 Intensity of display0
TPOS5 Hierarchy display: Column position of a text0
KIND5 Text type (Space = Text, 'I' = 'Icon', 'S' = Symbol)0
TEXT6 Text/icon/symbol0
TLENGTH6 Output length of a hierarchy node0
TCOLOR6 Color display of a hierarchy node0
TINTENSIV6 Intensity of display0
TPOS6 Hierarchy display: Column position of a text0
KIND6 Text type (Space = Text, 'I' = 'Icon', 'S' = Symbol)0
TEXT7 Text/icon/symbol0
TLENGTH7 Output length of a hierarchy node0
TCOLOR7 Color display of a hierarchy node0
TINTENSIV7 Intensity of display0
TPOS7 Hierarchy display: Column position of a text0
KIND7 Text type (Space = Text, 'I' = 'Icon', 'S' = Symbol)0
TEXT8 Text/icon/symbol0
TLENGTH8 Output length of a hierarchy node0
TCOLOR8 Color display of a hierarchy node0
TINTENSIV8 Intensity of display0
TPOS8 Hierarchy display: Column position of a text0
KIND8 Text type (Space = Text, 'I' = 'Icon', 'S' = Symbol)0
TEXT9 Text/icon/symbol0
TLENGTH9 Output length of a hierarchy node0
TCOLOR9 Color display of a hierarchy node0
TINTENSIV9 Intensity of display0
TPOS9 Hierarchy display: Column position of a text0
KIND9 Text type (Space = Text, 'I' = 'Icon', 'S' = Symbol)0
HIDE Hide area of a hierarchy node0
FORCE_PLUS Dummy function0
HOTSPOT Dummy function0
HOTSPOT1 Dummy function0
HOTSPOT2 Dummy function0
HOTSPOT3 Dummy function0
HOTSPOT4 Dummy function0
HOTSPOT5 Dummy function0
HOTSPOT6 Dummy function0
HOTSPOT7 Dummy function0
HOTSPOT8 Dummy function0
HOTSPOT9 Dummy function0
INPUT Dummy function0
INPUT1 Dummy function0
INPUT2 Dummy function0
INPUT3 Dummy function0
INPUT4 Dummy function0
INPUT5 Dummy function0
INPUT6 Dummy function0
INPUT7 Dummy function0
INPUT8 Dummy function0
INPUT9 Dummy function0
NODISPLAY Flag: Nodes not displayed0
MOREINFOFlage: Additional information about nodes exists MOREINFOCHAR1CHAR1_X
PROPFAW0 Flag: Proportional font and automatic item width0
PROPFAW Flag: Proportional font and automatic item width0
PROPFAW1 Flag: Proportional font and automatic item width0
PROPFAW2 Flag: Proportional font and automatic item width0
PROPFAW3 Flag: Proportional font and automatic item width0
PROPFAW4 Flag: Proportional font and automatic item width0
PROPFAW5 Flag: Proportional font and automatic item width0
PROPFAW6 Flag: Proportional font and automatic item width0
PROPFAW7 Flag: Proportional font and automatic item width0
PROPFAW8 Flag: Proportional font and automatic item width0
PROPFAW9 Flag: Proportional font and automatic item width0
2STYLE0 Tree control style0
STYLE Tree control style0
2STYLE1 Tree control style0
STYLE2 Tree control style0
STYLE3 Tree control style0
STYLE4 Tree control style0
STYLE5 Tree control style0
STYLE6 Tree control style0
STYLE7 Tree control style0
STYLE8 Tree control style0
STYLE9 Tree control style0
NODEICON Icons / embedded bitmap / user-defined bitmap0
LASTHTEXT Text Field from STREEATTR0

Key field Non-key field



How do I retrieve data from SAP structure /SDF/SNODETEXT using ABAP code?

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

How to access SAP table /SDF/SNODETEXT

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