Table/Structure Field list used by SAP ABAP Function Module CA_TR_DISPLAY_TREE_STRUCTURE (Graphical display of tree structure with variable list blocks)
SAP ABAP Function Module
CA_TR_DISPLAY_TREE_STRUCTURE (Graphical display of tree structure with variable list blocks) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | HIERARCHY - CHECKBOX | Checkbox in hierarchies | SOURCE VALUE(CHECKBOXES_LEFT_JUSTIFIED) LIKE HIERARCHY-CHECKBOX DEFAULT SPACE |
|
| 2 | HIERARCHY - VALUE_ID | ID for link between hierarchy and value table | SOURCE VALUE(ROOT_NODE_VALUE_ID) LIKE HIERARCHY-VALUE_ID |
|
| 3 | HIERARCHY - VALUE_ID | ID for link between hierarchy and value table | ||
| 4 | HIERARCHY - PARENT | Superior/subordinate in hierarchies | SOURCE VALUE(ROOT_PARENT) LIKE HIERARCHY-PARENT |
|
| 5 | HIERARCHY - PARENT | Superior/subordinate in hierarchies | ||
| 6 | HIERARCHY - OBJ_TYPE | Object type in hierarchy trees | SOURCE VALUE(ROOT_NODE_OBJ_TYPE) LIKE HIERARCHY-OBJ_TYPE |
|
| 7 | HIERARCHY - OBJ_TYPE | Object type in hierarchy trees | ||
| 8 | HIERARCHY - OBJ_LENGTH | Output length for object type in hierarchies | SOURCE VALUE(ROOT_NODE_OBJ_LENGTH) LIKE HIERARCHY-OBJ_LENGTH |
|
| 9 | HIERARCHY - OBJ_LENGTH | Output length for object type in hierarchies | ||
| 10 | HIERARCHY - LIST_BLOCK | Block name from output profile for variable lists | SOURCE VALUE(ROOT_NODE_LIST_BLOCK) LIKE HIERARCHY-LIST_BLOCK |
|
| 11 | HIERARCHY - LIST_BLOCK | Block name from output profile for variable lists | ||
| 12 | HIERARCHY - INPUT_ON | Shows whether you can select/deselect the checkbox | SOURCE VALUE(ROOT_NODE_CHECKBOX_INPUT_ON) LIKE HIERARCHY-INPUT_ON |
|
| 13 | HIERARCHY - INPUT_ON | Shows whether you can select/deselect the checkbox | ||
| 14 | HIERARCHY - CHECKBOX | Checkbox in hierarchies | SOURCE VALUE(ROOT_NODE_CHECKBOX) LIKE HIERARCHY-CHECKBOX DEFAULT SPACE |
|
| 15 | HIERARCHY - CHECKBOX | Checkbox in hierarchies | SOURCE VALUE(POSITION_AT_SELECTED_LINE) LIKE HIERARCHY-CHECKBOX DEFAULT SPACE |
|
| 16 | HIERARCHY - CHECKBOX | Checkbox in hierarchies | SOURCE VALUE(NO_CHECKBOXES) LIKE HIERARCHY-CHECKBOX DEFAULT SPACE |
|
| 17 | HIERARCHY - CHECKBOX | Checkbox in hierarchies | SOURCE VALUE(LIST_AS_POPUP) LIKE HIERARCHY-CHECKBOX DEFAULT SPACE |
|
| 18 | HIERARCHY - CHECKBOX | Checkbox in hierarchies | SOURCE VALUE(DISPLAY_ROOT_OBJ_TYPE) LIKE HIERARCHY-CHECKBOX DEFAULT SPACE |
|
| 19 | HIERARCHY - CHECKBOX | Checkbox in hierarchies | SOURCE VALUE(DISPLAY_OBJ_TYPES) LIKE HIERARCHY-CHECKBOX DEFAULT SPACE |
|
| 20 | HIERARCHY - CHECKBOX | Checkbox in hierarchies | ||
| 21 | HIERARCHY - INPUT_ON | Shows whether you can select/deselect the checkbox | SOURCE DEFAULT SPACE |
|
| 22 | KLAH - CLASS | Class number | SOURCE VALUE(LIST_ID) LIKE KLAH-CLASS |
|
| 23 | KLAH - CLASS | Class number | SOURCE VALUE(PROFILE) LIKE KLAH-CLASS |
|
| 24 | KLAH - CLASS | Class number | ||
| 25 | MESSAGE - MSGTX | Message text for CAD dialog interface | SOURCE VALUE(TITLE_VAR_STRING) LIKE MESSAGE-MSGTX DEFAULT SPACE |
|
| 26 | MESSAGE - MSGTX | Message text for CAD dialog interface | ||
| 27 | SYST - PFKEY | ABAP System Field: Current GUI Status | ||
| 28 | SYST - TABIX | ABAP System Field: Row Index of Internal Tables | ||
| 29 | SYST - UCOMM | ABAP System Field: PAI-Triggering Function Code | ||
| 30 | SYST - VLINE | ABAP System Field: Vertical Line for List | ||
| 31 | TCIS - DELIM | Separator in Data Strings | ||
| 32 | TCIS - DELIM | Separator in Data Strings | SOURCE VALUE(TITLE_VAR_DELIMITER) LIKE TCIS-DELIM DEFAULT '?' |