Hierarchy

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SAT_UI_TREE_CTRL_FAKE | *NO* Reuse: Humble Object for ALV tree Interface | 20071109 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SAT_UI_TREE_DLGT | *NO* Reuse: Delegate for ALV tree Control | 20071109 |
Properties
Interface | IF_SAT_UI_TREE_CTRL | |
Short Description | *NO* Reuse: API to Enhanced ALV tree Control |
General Data
Package | SABP_TOOLS_STDIO | *NO* REUSE - UI Libraries for ABAP Runtime Tools only !!!!!! |
Created | 20071106 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GUI_ALV_TREE | *NO* Reuse - ALV Tree Control | 20071106 | ||
2 | IF_SAT_UI_WIDGET | *NO* Reuse: UI Widget | 20071109 |
Friends
Interface IF_SAT_UI_TREE_CTRL has no friend.
Attributes
Interface IF_SAT_UI_TREE_CTRL has no attribute.
Methods
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | BUTTON_CLICK | Instance Event (0) |
Public (2) |
20071106 | |
2 | CHECKBOX_CHANGE | Instance Event (0) |
Public (2) |
20071106 | |
3 | EXPAND_NC | Instance Event (0) |
Public (2) |
20071106 | |
4 | HEADER_CLICK | Instance Event (0) |
Public (2) |
20071106 | |
5 | HEADER_CONTEXT_MENU | Instance Event (0) |
Public (2) |
20071106 | |
6 | ITEM_CONTEXT_MENU_REQUEST | Instance Event (0) |
Public (2) |
20071106 | |
7 | ITEM_CONTEXT_MENU_SELECTED | Instance Event (0) |
Public (2) |
20071106 | |
8 | ITEM_DOUBLE_CLICK | Instance Event (0) |
Public (2) |
20071106 | |
9 | ITEM_KEYPRESS | Instance Event (0) |
Public (2) |
20071106 | |
10 | LINK_CLICK | Instance Event (0) |
Public (2) |
20071106 | |
11 | NODE_CONTEXT_MENU_REQUEST | Instance Event (0) |
Public (2) |
20071106 | |
12 | NODE_CONTEXT_MENU_SELECTED | Instance Event (0) |
Public (2) |
20071106 | |
13 | NODE_DOUBLE_CLICK | Instance Event (0) |
Public (2) |
20071106 | |
14 | NODE_KEYPRESS | Instance Event (0) |
Public (2) |
20071106 | |
15 | ON_DRAG | Instance Event (0) |
Public (2) |
20071106 | |
16 | ON_DRAG_MULTIPLE | Instance Event (0) |
Public (2) |
20071106 | |
17 | ON_DROP | Instance Event (0) |
Public (2) |
20071106 | |
18 | ON_DROP_COMPLETE | Instance Event (0) |
Public (2) |
20071106 | |
19 | ON_DROP_COMPLETE_MULTIPLE | Instance Event (0) |
Public (2) |
20071106 | |
20 | ON_DROP_GET_FLAVOR | Instance Event (0) |
Public (2) |
20071106 | |
21 | SELECTION_CHANGED | Instance Event (0) |
Public (2) |
20071106 |
Types
Interface IF_SAT_UI_TREE_CTRL has no local type.
Method Signatures
Method ADD_KEY_STROKE Signature
Method ADD_KEY_STROKE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method ADD_KEY_STROKE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method ADD_NODE Signature
Method ADD_NODE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method ADD_NODE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method APPEND_CHILD_FOLDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ICON_COLLAPSED | Call by reference | Type reference (TYPE) | CSEQUENCE | 20071106 | |||
2 | ![]() |
ICON_EXPANDED | Call by reference | Type reference (TYPE) | CSEQUENCE | 20071106 | |||
3 | ![]() |
KEY | Value transfer | Type reference (TYPE) | LVC_NKEY | 20071106 | |||
4 | ![]() |
PARENT_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | 20071106 | |||
5 | ![]() |
TITLE | Call by reference | Type reference (TYPE) | LVC_VALUE | 20071106 |
Method APPEND_CHILD_FOLDER on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method APPEND_CHILD_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA | Call by reference | Type reference (TYPE) | DATA | 20071109 | |||
2 | ![]() |
FIELD_LAYOUT | Call by reference | Type reference (TYPE) | LVC_T_LAYI | Layout structure for Items | 20090626 | ||
3 | ![]() |
ICON | Call by reference | Type reference (TYPE) | CSEQUENCE | 20071109 | |||
4 | ![]() |
IS_FOLDER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20071109 | ||
5 | ![]() |
KEY | Value transfer | Type reference (TYPE) | LVC_NKEY | 20071109 | |||
6 | ![]() |
PARENT_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | 20071109 | |||
7 | ![]() |
TITLE | Call by reference | Type reference (TYPE) | LVC_VALUE | 20071109 |
Method APPEND_CHILD_NODE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method APPEND_SIBLING_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA | Call by reference | Type reference (TYPE) | DATA | 20071106 | |||
2 | ![]() |
FIELD_LAYOUT | Call by reference | Type reference (TYPE) | LVC_T_LAYI | Layout structure for Items | 20090626 | ||
3 | ![]() |
ICON | Call by reference | Type reference (TYPE) | CSEQUENCE | 20071106 | |||
4 | ![]() |
IS_FOLDER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20071106 | ||
5 | ![]() |
KEY | Value transfer | Type reference (TYPE) | LVC_NKEY | 20071106 | |||
6 | ![]() |
PREVIOUS_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | 20071106 | |||
7 | ![]() |
TITLE | Call by reference | Type reference (TYPE) | LVC_VALUE | 20071106 |
Method APPEND_SIBLING_NODE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method CHANGE_ITEM Signature
Method CHANGE_ITEM on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method CHANGE_ITEM on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method CHANGE_NODE Signature
Method CHANGE_NODE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method CHANGE_NODE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method COLLAPSE_ALL_NODES Signature
Method COLLAPSE_ALL_NODES on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method COLLAPSE_ALL_NODES on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method COLLAPSE_SUBTREE Signature
Method COLLAPSE_SUBTREE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method COLLAPSE_SUBTREE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method COLUMN_OPTIMIZE Signature
Method COLUMN_OPTIMIZE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method COLUMN_OPTIMIZE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method CREATE_REPORT_HEADER Signature
Method CREATE_REPORT_HEADER on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method CREATE_REPORT_HEADER on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method DELETE_ALL_NODES Signature
Method DELETE_ALL_NODES on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method DELETE_ALL_NODES on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method DELETE_SUBTREE Signature
Method DELETE_SUBTREE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method DELETE_SUBTREE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method ENSURE_NODES_VISIBLE Signature
Method ENSURE_NODES_VISIBLE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method ENSURE_NODES_VISIBLE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method EXPAND_NODE Signature
Method EXPAND_NODE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method EXPAND_NODE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method EXPAND_NODES Signature
Method EXPAND_NODES on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method EXPAND_NODES on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method FREE Signature
Method FREE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method FREE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method FRONTEND_UPDATE Signature
Method FRONTEND_UPDATE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method FRONTEND_UPDATE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_CHECKED_ITEMS Signature
Method GET_CHECKED_ITEMS on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method GET_CHECKED_ITEMS on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_CHILDREN Signature
Method GET_CHILDREN on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method GET_CHILDREN on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_EXPANDED_NODES Signature
Method GET_EXPANDED_NODES on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method GET_EXPANDED_NODES on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_FIRST_CHILD Signature
Method GET_FIRST_CHILD on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method GET_FIRST_CHILD on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_FRONTEND_FIELDCATALOG Signature
Method GET_FRONTEND_FIELDCATALOG on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method GET_FRONTEND_FIELDCATALOG on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_HIERARCHY_HEADER_WIDTH Signature
Method GET_HIERARCHY_HEADER_WIDTH on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method GET_HIERARCHY_HEADER_WIDTH on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_HTML_HEADER_OBJECT Signature
Method GET_HTML_HEADER_OBJECT on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method GET_HTML_HEADER_OBJECT on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_INDEX_TO_KEY_MAPPINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | LVC_T_ITON | ALV tree control: Index-To-Node-Table | 20071109 |
Method GET_INDEX_TO_KEY_MAPPINGS on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_LAST_CHILD Signature
Method GET_LAST_CHILD on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method GET_LAST_CHILD on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_NEXT_SIBLING Signature
Method GET_NEXT_SIBLING on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method GET_NEXT_SIBLING on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_OUTTAB_LINE Signature
Method GET_OUTTAB_LINE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method GET_OUTTAB_LINE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_PARENT Signature
Method GET_PARENT on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method GET_PARENT on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_PREV_SIBLING Signature
Method GET_PREV_SIBLING on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method GET_PREV_SIBLING on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_SELECTED_COLUMNS Signature
Method GET_SELECTED_COLUMNS on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method GET_SELECTED_COLUMNS on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_SELECTED_ITEM Signature
Method GET_SELECTED_ITEM on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method GET_SELECTED_ITEM on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_SELECTED_NODES Signature
Method GET_SELECTED_NODES on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method GET_SELECTED_NODES on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_SUBTREE Signature
Method GET_SUBTREE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method GET_SUBTREE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_TOOLBAR_OBJECT Signature
Method GET_TOOLBAR_OBJECT on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method GET_TOOLBAR_OBJECT on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_TOP_NODE Signature
Method GET_TOP_NODE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method GET_TOP_NODE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method GET_VARIANT_KEY Signature
Method GET_VARIANT_KEY on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method GET_VARIANT_KEY on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method MOVE_NODE Signature
Method MOVE_NODE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method MOVE_NODE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SEARCH_IN_EXTERNAL_FORMAT Signature
Method SEARCH_IN_EXTERNAL_FORMAT on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SEARCH_IN_EXTERNAL_FORMAT on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SEARCH_IN_INTERNAL_FORMAT Signature
Method SEARCH_IN_INTERNAL_FORMAT on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SEARCH_IN_INTERNAL_FORMAT on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SET_ALV_TREE_FOCUS Signature
Method SET_ALV_TREE_FOCUS on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SET_ALV_TREE_FOCUS on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SET_CALCULATION_STYLE Signature
Method SET_CALCULATION_STYLE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SET_CALCULATION_STYLE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SET_CTX_MENU_SELECT_EVENT_APPL Signature
Method SET_CTX_MENU_SELECT_EVENT_APPL on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SET_CTX_MENU_SELECT_EVENT_APPL on Interface IF_SAT_UI_TREE_CTRL 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 | Toolbar Buttons | 20071109 | ||
2 | ![]() |
BUTTONS | Call by reference | Type reference (TYPE) | TTB_BUTTON | 20071106 |
Method SET_CUSTOM_BUTTONS on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SET_DEFAULT_DROP Signature
Method SET_DEFAULT_DROP on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SET_DEFAULT_DROP on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SET_FRONTEND_FIELDCATALOG Signature
Method SET_FRONTEND_FIELDCATALOG on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SET_FRONTEND_FIELDCATALOG on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SET_FUNCTION_CODE Signature
Method SET_FUNCTION_CODE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SET_FUNCTION_CODE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SET_HAS_3D_FRAME Signature
Method SET_HAS_3D_FRAME on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SET_HAS_3D_FRAME on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SET_HIERARCHY_HEADER Signature
Method SET_HIERARCHY_HEADER on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SET_HIERARCHY_HEADER on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SET_HIERARCHY_HELP_FIELDS Signature
Method SET_HIERARCHY_HELP_FIELDS on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SET_HIERARCHY_HELP_FIELDS on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SET_MIN_NODE_HEIGHT Signature
Method SET_MIN_NODE_HEIGHT on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SET_MIN_NODE_HEIGHT on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SET_SCREEN_UPDATE Signature
Method SET_SCREEN_UPDATE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SET_SCREEN_UPDATE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SET_SELECTED_COLUMNS Signature
Method SET_SELECTED_COLUMNS on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SET_SELECTED_COLUMNS on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SET_SELECTED_ITEM Signature
Method SET_SELECTED_ITEM on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SET_SELECTED_ITEM on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SET_SELECTED_NODES Signature
Method SET_SELECTED_NODES on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SET_SELECTED_NODES on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SET_SPLITTER_ROW_HEIGHT Signature
Method SET_SPLITTER_ROW_HEIGHT on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SET_SPLITTER_ROW_HEIGHT on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SET_TABLE_FOR_FIRST_DISPLAY Signature
Method SET_TABLE_FOR_FIRST_DISPLAY on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SET_TABLE_FOR_FIRST_DISPLAY on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SET_TOP_NODE Signature
Method SET_TOP_NODE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SET_TOP_NODE on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SET_USER_COMMAND Signature
Method SET_USER_COMMAND on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SET_USER_COMMAND on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method SET_VARIANT_KEY Signature
Method SET_VARIANT_KEY on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method SET_VARIANT_KEY on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method UNSELECT_ALL Signature
Method UNSELECT_ALL on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method UNSELECT_ALL on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method UNSELECT_NODES Signature
Method UNSELECT_NODES on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method UNSELECT_NODES on Interface IF_SAT_UI_TREE_CTRL has no exception.
Method UPDATE_CALCULATIONS Signature
Method UPDATE_CALCULATIONS on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Method UPDATE_CALCULATIONS on Interface IF_SAT_UI_TREE_CTRL has no exception.
Event Signatures
Event BUTTON_CLICK Signature
Event BUTTON_CLICK on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event CHECKBOX_CHANGE Signature
Event CHECKBOX_CHANGE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event EXPAND_NC Signature
Event EXPAND_NC on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event HEADER_CLICK Signature
Event HEADER_CLICK on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event HEADER_CONTEXT_MENU Signature
Event HEADER_CONTEXT_MENU on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event ITEM_CONTEXT_MENU_REQUEST Signature
Event ITEM_CONTEXT_MENU_REQUEST on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event ITEM_CONTEXT_MENU_SELECTED Signature
Event ITEM_CONTEXT_MENU_SELECTED on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event ITEM_DOUBLE_CLICK Signature
Event ITEM_DOUBLE_CLICK on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event ITEM_KEYPRESS Signature
Event ITEM_KEYPRESS on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event LINK_CLICK Signature
Event LINK_CLICK on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event NODE_CONTEXT_MENU_REQUEST Signature
Event NODE_CONTEXT_MENU_REQUEST on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event NODE_CONTEXT_MENU_SELECTED Signature
Event NODE_CONTEXT_MENU_SELECTED on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event NODE_DOUBLE_CLICK Signature
Event NODE_DOUBLE_CLICK on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event NODE_KEYPRESS Signature
Event NODE_KEYPRESS on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event ON_DRAG Signature
Event ON_DRAG on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event ON_DRAG_MULTIPLE Signature
Event ON_DRAG_MULTIPLE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event ON_DROP Signature
Event ON_DROP on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event ON_DROP_COMPLETE Signature
Event ON_DROP_COMPLETE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event ON_DROP_COMPLETE_MULTIPLE Signature
Event ON_DROP_COMPLETE_MULTIPLE on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event ON_DROP_GET_FLAVOR Signature
Event ON_DROP_GET_FLAVOR on Interface IF_SAT_UI_TREE_CTRL has no parameter.
Event SELECTION_CHANGED Signature
Event SELECTION_CHANGED on Interface IF_SAT_UI_TREE_CTRL has no parameter.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 711 |