Class Method list used by SAP ABAP Class CL_UMC_BW_ANALYZER_TREE_MODEL (BW Report, Workbook and Query)
SAP ABAP Class
CL_UMC_BW_ANALYZER_TREE_MODEL (BW Report, Workbook and Query) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CL_COLUMN_TREE_MODEL - ADD_ITEMS | Column Tree Control with Data Management at Backend | ||
| 2 | CL_COLUMN_TREE_MODEL - ADD_ITEMS | Column Tree Control with Data Management at Backend | ||
| 3 | CL_COLUMN_TREE_MODEL - ADD_NODES | Column Tree Control with Data Management at Backend | ||
| 4 | CL_COLUMN_TREE_MODEL - ADD_NODES | Column Tree Control with Data Management at Backend | ||
| 5 | CL_COLUMN_TREE_MODEL - CONSTRUCTOR | Column Tree Control with Data Management at Backend | ||
| 6 | CL_COLUMN_TREE_MODEL - ADD_COLUMN | Column Tree Control with Data Management at Backend | ||
| 7 | CL_DRAGDROP - ADD | Behavior for Drag and Drop | ||
| 8 | CL_DRAGDROP - CONSTRUCTOR | Behavior for Drag and Drop | ||
| 9 | CL_DRAGDROP - GET_HANDLE | Behavior for Drag and Drop | ||
| 10 | CL_DRAGDROPOBJECT - ABORT | Drag&Drop Data Object | ||
| 11 | CL_GUI_CONTROL - SET_REGISTERED_EVENTS | Proxy Class for Control in GUI | ||
| 12 | CL_GUI_CONTROL - SET_POSITION | Proxy Class for Control in GUI | ||
| 13 | CL_GUI_CONTROL - SET_ALIGNMENT | Proxy Class for Control in GUI | ||
| 14 | CL_GUI_TOOLBAR - ADD_BUTTON | Toolbar Control | ||
| 15 | CL_GUI_TOOLBAR - CONSTRUCTOR | Toolbar Control | ||
| 16 | CL_GUI_TOOLBAR - SET_BUTTON_STATE | Toolbar Control | ||
| 17 | CL_ITEM_TREE_MODEL - ITEM_SET_TEXT | Tree Model with Items | ||
| 18 | CL_ITEM_TREE_MODEL - SET_REGISTERED_EVENTS | Tree Model with Items | ||
| 19 | CL_TREE_MODEL - MOVE_NODE | Tree Model: Basic Class | ||
| 20 | CL_TREE_MODEL - NODE_GET_PREV_SIBLING | Tree Model: Basic Class | ||
| 21 | CL_TREE_MODEL - NODE_GET_NEXT_SIBLING | Tree Model: Basic Class | ||
| 22 | CL_TREE_MODEL - NODE_GET_CHILDREN | Tree Model: Basic Class | ||
| 23 | CL_TREE_MODEL - MOVE_NODE | Tree Model: Basic Class | ||
| 24 | CL_TREE_MODEL - GET_SELECTED_NODE | Tree Model: Basic Class | ||
| 25 | CL_TREE_MODEL - ENSURE_VISIBLE | Tree Model: Basic Class | ||
| 26 | CL_TREE_MODEL - EXPAND_ROOT_NODES | Tree Model: Basic Class | ||
| 27 | CL_TREE_MODEL - DELETE_NODE | Tree Model: Basic Class | ||
| 28 | CL_TREE_MODEL - DELETE_ALL_NODES | Tree Model: Basic Class | ||
| 29 | CL_TREE_MODEL - CREATE_TREE_CONTROL | Tree Model: Basic Class | ||
| 30 | CL_TREE_MODEL - CREATE_TREE_CONTROL | Tree Model: Basic Class | ||
| 31 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE ADD_SELECTION( I_NODEKEY = CON_NODE_URL X_ADD_TO_TREE = 'X' IP_OTHER_LINK = LP_URL ). |
|
| 32 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE node = wa_node |
|
| 33 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE item_table = lt_item. |
|
| 34 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE node = wa_node |
|
| 35 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE IMPORTING |
|
| 36 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE ip_other_link = lp_query |
|
| 37 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE x_add_to_tree = '' |
|
| 38 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE i_nodekey = con_node_query |
|
| 39 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE EXPORTING |
|
| 40 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE CALL METHOD add_selection |
|
| 41 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE item_table = lt_item. |
|
| 42 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE ADD_SELECTION( I_NODEKEY = CON_NODE_WEB_REPORT X_ADD_TO_TREE = 'X' IP_OTHER_LINK = LP_WEB_REPORT ). |
|
| 43 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE ADD_SELECTION( I_NODEKEY = CON_NODE_WEB_REPORT X_ADD_TO_TREE = 'X' IP_OTHER_LINK = LP_WEB_REPORT ). |
|
| 44 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE ADD_SELECTION( I_NODEKEY = CON_NODE_WORKBOOK X_ADD_TO_TREE = 'X' IP_OTHER_LINK = LP_WORKBOOK ). |
|
| 45 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE ADD_SELECTION( I_NODEKEY = CON_NODE_QUERY X_ADD_TO_TREE = 'X' IP_OTHER_LINK = LP_QUERY ). |
|
| 46 | CL_UMC_BW_ANALYZER_TREE_MODEL - ON_DOUBLE_CLICK | BW Report, Workbook and Query | SOURCE set handler ON_DOUBLE_CLICK for ME. |
|
| 47 | CL_UMC_BW_ANALYZER_TREE_MODEL - ON_DOUBLE_CLICK | BW Report, Workbook and Query | SOURCE call method ME->ON_DOUBLE_CLICK( NODE_KEY = NODE_KEY ). |
|
| 48 | CL_UMC_BW_ANALYZER_TREE_MODEL - ON_DRAG | BW Report, Workbook and Query | SOURCE set handler ON_DRAG for ME. |
|
| 49 | CL_UMC_BW_ANALYZER_TREE_MODEL - ON_DROP | BW Report, Workbook and Query | SOURCE set handler ON_DROP for ME. |
|
| 50 | CL_UMC_BW_ANALYZER_TREE_MODEL - ON_DROP_COMPLETE | BW Report, Workbook and Query | SOURCE set handler ON_DROP_COMPLETE for ME. |
|
| 51 | CL_UMC_BW_ANALYZER_TREE_MODEL - ON_FUNCTION_SELECTED | BW Report, Workbook and Query | SOURCE set handler ON_FUNCTION_SELECTED for MP_TOOLBAR. |
|
| 52 | CL_UMC_BW_ANALYZER_TREE_MODEL - SET_BUTTON_STATE | BW Report, Workbook and Query | SOURCE me->set_button_state( ). |
|
| 53 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE i_nodekey = con_node_web_report |
|
| 54 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE CALL METHOD me->add_selection |
|
| 55 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE EXPORTING |
|
| 56 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE i_nodekey = con_node_url |
|
| 57 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE x_add_to_tree = '' |
|
| 58 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE ip_other_link = lp_url |
|
| 59 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE IMPORTING |
|
| 60 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE node = wa_node |
|
| 61 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE item_table = lt_item. |
|
| 62 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE call method ADD_SELECTION |
|
| 63 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE EXPORTING |
|
| 64 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE IMPORTING |
|
| 65 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE x_add_to_tree = '' |
|
| 66 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE ip_other_link = lp_web_report |
|
| 67 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE IMPORTING |
|
| 68 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE node = wa_node |
|
| 69 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE item_table = lt_item. |
|
| 70 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE CALL METHOD add_selection |
|
| 71 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE EXPORTING |
|
| 72 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE i_nodekey = con_node_workbook |
|
| 73 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE x_add_to_tree = '' |
|
| 74 | CL_UMC_BW_ANALYZER_TREE_MODEL - ADD_SELECTION | BW Report, Workbook and Query | SOURCE ip_other_link = lp_workbook |