SAP ABAP Data Element STXT_TNAME (Name of a form tree)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-SCR (Application Component) SAPscript
⤷
STXT (Package) SAPscript: Form Tree
⤷
⤷
Basic Data
| Data Element | STXT_TNAME |
| Short Description | Name of a form tree |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | HIER_TEXT | |
| Data Type | CHAR | Character String |
| Length | 75 | |
| Decimal Places | 0 | |
| Output Length | 75 | |
| Value Table |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | Key |
| Medium | 15 | Tree key |
| Long | 26 | Keyword of a tree |
| Heading | 75 | Keyword of a form tree |
Documentation
Definition
This is the technical name of the tree (Tree ID).
To call a tree from a program, a tree ID must exist. The tree ID is used as follows to call the tree:
call function 'DISPLAY_FORM_TREE_F4'
exporting p_tree_name = 'MY_TREE' <--- Tree ID
....
There is a difference between the tree ID (usually NOT displayed) and the name of the root node. The latter is translation-relevant and is displayed.
See also help for Name of the root node
History
| Last changed by/on | SAP | 20010130 |
| SAP Release Created in |