SAP ABAP Class CL_SAT_UI_TREE (*NO* Reuse: Base Class for tree Control)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO (Application Component) Workbench Tools: Editors, Painters, Modelers
⤷
SABP_TOOLS_STDIO (Package) *NO* REUSE - UI Libraries for ABAP Runtime Tools only !!!!!!

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SAT_UI_WIDGET | *NO* Reuse: UI Widget | 20071109 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SAT_UI_WIDGET_DRAG_DROP | *NO* Reuse: Widget with Support for drag & drop | 20051215 |
Properties
Class | CL_SAT_UI_TREE | |
Short Description | *NO* Reuse: Base Class for tree Control | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | S | System Program |
Category | 0 | |
Package | SABP_TOOLS_STDIO | *NO* REUSE - UI Libraries for ABAP Runtime Tools only !!!!!! |
Created | 20050331 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SAT_UI_WIDGET | *NO* Reuse: UI Widget | 20071109 | ||
2 | IF_SAT_UI_WIDGET_DRAG_DROP | *NO* Reuse: Widget with Support for drag & drop | 20051215 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | _IF_SAT_UI_FRIEND_SHIP | 20071109 | *NO* Reuse: Internal Friendship - Tagging Interface |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | LVC_FNAME | '*NO FIELD*' | Specificies the Head Column | 20050331 | |
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRING | Effective Handler Options | 20050331 | ||
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SAT_UI_TREE_CTRL | Customized Tree Control | 20051109 |
Methods
Events
Class CL_SAT_UI_TREE has no event.
Types
Class CL_SAT_UI_TREE has no local type.
Method Signatures
Method REFRESH_DISPLAY Signature
Method REFRESH_DISPLAY on class CL_SAT_UI_TREE has no parameter.
Method REFRESH_DISPLAY on class CL_SAT_UI_TREE has no exception.
Method _CLEAR_CONTENT Signature
Method _CLEAR_CONTENT on class CL_SAT_UI_TREE has no parameter.
Method _CLEAR_CONTENT on class CL_SAT_UI_TREE has no exception.
Method _FREE_CONTROL Signature
Method _FREE_CONTROL on class CL_SAT_UI_TREE has no parameter.
Method _FREE_CONTROL on class CL_SAT_UI_TREE has no exception.
Method _GET_FIELD_CATALOGUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | LVC_T_FCAT | 20071104 |
Method _GET_FIELD_CATALOGUE on class CL_SAT_UI_TREE has no exception.
Method _GET_KEY_BY_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LINE | Call by reference | Type reference (TYPE) | DATA | 20071104 | |||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | LVC_NKEY | 20071104 |
Method _GET_KEY_BY_CONTENT on class CL_SAT_UI_TREE has no exception.
Method _HANDLE_DOUBLE_CLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FIELD_NAME | Call by reference | Type reference (TYPE) | LVC_FNAME | C_NO_FIELD | 20071104 | ||
2 | ![]() |
NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | 20071104 |
Method _HANDLE_DOUBLE_CLICK on class CL_SAT_UI_TREE has no exception.
Method _HANDLE_DRAG_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | optional drag&drop data object, maybe initial | 20071104 | ||
2 | ![]() |
MULTIPLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | drag for multiple objects (check data object) | 20071104 | ||
3 | ![]() |
NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | ALV Tree Control: Node Key | 20071104 |
Method _HANDLE_DRAG_LINE on class CL_SAT_UI_TREE has no exception.
Method _HANDLE_DROP_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | Drag&Drop Data Object | 20071104 | ||
2 | ![]() |
NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | ALV Tree Control: Node Key | 20071104 |
Method _HANDLE_DROP_LINE on class CL_SAT_UI_TREE has no exception.
Method _HANDLE_EXPAND_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | 20071104 |
Method _HANDLE_EXPAND_NODE on class CL_SAT_UI_TREE has no exception.
Method _HANDLE_MENU_REQUESTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MENU | Call by reference | Object reference (TYPE REF TO) | CL_CTMENU | 20071104 | |||
2 | ![]() |
NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | 20071104 | |||
3 | ![]() |
USER_COMMAND | Call by reference | Type reference (TYPE) | SYUCOMM | Function Code that Triggered PAI | 20071104 |
Method _HANDLE_MENU_REQUESTED on class CL_SAT_UI_TREE has no exception.
Method _HANDLE_MENU_SELECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FIELD_NAME | Call by reference | Type reference (TYPE) | LVC_FNAME | ALV control: Field name of internal table field | 20080218 | ||
2 | ![]() |
NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | 20071104 | |||
3 | ![]() |
USER_COMMAND | Call by reference | Type reference (TYPE) | SYUCOMM | 20071104 |
Method _HANDLE_MENU_SELECTED on class CL_SAT_UI_TREE has no exception.
Method _HANDLE_USER_COMMAND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
USER_COMMAND | Call by reference | Type reference (TYPE) | SYUCOMM | 20071104 |
Method _HANDLE_USER_COMMAND on class CL_SAT_UI_TREE has no exception.
Method _INIT_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ADDITIONAL_INFO | Call by reference | Type reference (TYPE) | IF_SAT_UI_TREE=>TY_S_ADDITIONAL_INFO | Application Eventing, .. | 20071104 | ||
2 | ![]() |
CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container for GUI Controls | 20071104 | ||
3 | ![]() |
CONTENT_TABLE_REFERENCE | Call by reference | Object reference (TYPE REF TO) | DATA | Reference to Standard Table - NOT on Stack! | 20071109 | ||
4 | ![]() |
CONTENT_TABLE_TYPE | Call by reference | Type reference (TYPE) | INDEX TABLE | Standard Table serving as Type Information | 20071104 | ||
5 | ![]() |
CTRL_FACTORY | Value transfer | Object reference (TYPE REF TO) | IF_SAT_UI_CTRL_FACTORY | 20120311 | |||
6 | ![]() |
HANDLER_OPTIONS | Call by reference | Type reference (TYPE) | STRING | IF_SAT_UI_TREE=>C_HANDLE_DOUBLE_CLICK | See IF_SAT_UI_TREE=>C_HANDLE, concatenate multiple values | 20071104 | |
7 | ![]() |
HEADER | Call by reference | Type reference (TYPE) | TREEV_HHDR | ALV Tree | 20071104 | ||
8 | ![]() |
HEADER_TITLE | Call by reference | Type reference (TYPE) | STRING | Headline | 20071104 | ||
9 | ![]() |
TOOLBAR_OPTIONS | Call by reference | Type reference (TYPE) | STRING | `` | IF_SAT_UI_TREE=>C_MENU, concatenate multiple values | 20071104 |
Method _INIT_INSTANCE on class CL_SAT_UI_TREE has no exception.
Method _SET_CUSTOM_BUTTONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BEGIN_BUTTONS | Call by reference | Type reference (TYPE) | TTB_BUTTON | Buttons at the beginning of the Toolbar | 20071104 | ||
2 | ![]() |
BUTTONS | Call by reference | Type reference (TYPE) | TTB_BUTTON | Toolbar Buttons | 20071104 |
Method _SET_CUSTOM_BUTTONS on class CL_SAT_UI_TREE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |