THDS_NODE_A - Nodes of a Derivation Tree
Nodes of a Derivation Tree information is stored in SAP table THDS_NODE_A.
It is part of development package HDS_CORE in software component CA-FS-HDS. This development package consists of objects that can be grouped under "Core HDS Functions".
It is part of development package HDS_CORE in software component CA-FS-HDS. This development package consists of objects that can be grouped under "Core HDS Functions".
Fields for table THDS_NODE_A
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
CLIENT | Client | X | MANDT | CLNT | 3 | * |
APPL_ID | Application ID | X | HDS_DTE_APPL_ID | CHAR | 20 | |
TREE_ID | ID/Name of Derivation Tree | X | HDS_DTE_TREE_ID | CHAR | 30 | THDS_TREE_A |
NODE_ID | GUID of a Node in Derivation Tree | X | HDS_DTE_NODE_ID | RAW | 16 | |
.INCLUDE | HDS_STR_NODE_DATA | 0 | ||||
PARENT_ID | GUID of a Node in Derivation Tree | HDS_DTE_NODE_ID | RAW | 16 | ||
ORDER_NO | Node Number for Sequence | HDS_DTE_NODE_ORDER_NO | INT2 | 2 | ||
FLG_ACTIVE | Node Active | HDS_DTE_FLG_ACTIVE | CHAR | 1 | ||
.INCLUDE | HDS_STR_CONDITION | 0 | ||||
FIELDNAME | Field Name | FIELDNAME | CHAR | 30 | * | |
CATEGORY | Condition Cateogry | HDS_DTE_CONDITION_CATEGORY | CHAR | 2 | ||
LOW | Value of a Field in a Condition | HDS_DTE_CONDITION_VALUE | CHAR | 60 | ||
HIGH | Value of a Field in a Condition | HDS_DTE_CONDITION_VALUE | CHAR | 60 | ||
FLG_LOW_VAR | Indicator:Fixed Value (Space) or Variable (Other Field Name) | HDS_DTE_FLG_VAR | CHAR | 1 | ||
FLG_HIGH_VAR | Indicator:Fixed Value (Space) or Variable (Other Field Name) | HDS_DTE_FLG_VAR | CHAR | 1 | ||
.INCLUDE | HDS_STR_TARGET | 0 | ||||
TARGET_STRING | Target Displayed as String | HDS_DTE_TARGET_STRING | STRG | 8 |