SAP ABAP Table ABDEMONODE (Node structure of a simple tree)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SABAPDEMOS (Package) Demos for ABAP Documentation, not meant for productive use
Basic Data
Table Category INTTAB    Structure 
Structure ABDEMONODE   Table Relationship Diagram
Short Description Node structure of a simple tree    
Delivery and Maintenance
Pool/cluster      
Delivery Class      
Data Browser/Table View Maintenance     Display/Maintenance Allowed with Restrictions 
Components
     
Field Key Data Element Domain Data
Type
Length Decimal
Places
Short Description Check
table
1 .INCLUDE       0   0   Tree Control: Attributes of a Node  
2 NODE_KEY TV_NODEKEY TM_CHAR12 CHAR 12   0   Tree Control: Node Key  
3 RELATKEY TV_NODEKEY TM_CHAR12 CHAR 12   0   Tree Control: Node Key  
4 RELATSHIP INT4 INT4 INT4 10   0   Natural number  
5 .INCLUDE       0   0   Tree Control: Internal  
6 HIDDEN AS4FLAG AS4FLAG CHAR 1   0   Flag (X or Blank)  
7 DISABLED AS4FLAG AS4FLAG CHAR 1   0   Flag (X or Blank)  
8 ISFOLDER AS4FLAG AS4FLAG CHAR 1   0   Flag (X or Blank)  
9 N_IMAGE TV_IMAGE TV_IMAGE CHAR 46   0   Tree Control: Icon / Image  
10 EXP_IMAGE TV_IMAGE TV_IMAGE CHAR 46   0   Tree Control: Icon / Image  
11 STYLE INT4 INT4 INT4 10   0   Natural number  
12 LAST_HITEM TV_ITMNAME TM_CHAR12 CHAR 12   0   Tree Control: Column Name / Item Name  
13 NO_BRANCH AS4FLAG AS4FLAG CHAR 1   0   Flag (X or Blank)  
14 .INCLUDE       0   0   Tree Control: Internal  
15 EXPANDER AS4FLAG AS4FLAG CHAR 1   0   Flag (X or Blank)  
16 DRAGDROPID INT2 INT2 INT2 5   0   2 byte integer (signed)  
17 TEXT TEXT40 TEXT40 CHAR 40   0   Text, 40 Characters Long  
History
Last changed by/on SAP  20130604 
SAP Release Created in