SAP CL_PROXY_UIX_TREE_DATA OO Class - TreeData for Proxys
CL_PROXY_UIX_TREE_DATA is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_PROXY_UIX_TREE_DATA including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_PROXY_UIX_TREE_DATA is CL_ESD_TREE_DATAMethod list of CL_PROXY_UIX_TREE_DATA SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| ADD_CELLS | add node cells | Protected |
| CALL METHOD cl_proxy_uix_tree_data=>ADD_CELLS...more details | ||
| ADD_MENU_FOR_NODE | add menu entry depending on node type | Protected |
| CALL METHOD cl_proxy_uix_tree_data=>ADD_MENU_FOR_NODE...more details | ||
| ADD_NODE | adds node via IDs only | Protected |
| CALL METHOD cl_proxy_uix_tree_data=>ADD_NODE...more details | ||
| ADD_NODE_NOT_IN_TREE | Protected | |
| CALL METHOD cl_proxy_uix_tree_data=>ADD_NODE_NOT_IN_TREE...more details | ||
| CALC_SPLIT_PATH | set split path (for message type) | Protected |
| CALL METHOD cl_proxy_uix_tree_data=>CALC_SPLIT_PATH...more details | ||
| CHECK_NODE | checks a node | Public |
| CALL METHOD cl_proxy_uix_tree_data=>CHECK_NODE...more details | ||
|
| ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_proxy_uix_tree_data=>CONSTRUCTOR...more details | ||
| CREATE_NODES | create nodes regarding cl_proxy->index | Protected |
| CALL METHOD cl_proxy_uix_tree_data=>CREATE_NODES...more details | ||
| CREATE_NODE_DATA | create node data via IDs | Protected |
| CALL METHOD cl_proxy_uix_tree_data=>CREATE_NODE_DATA...more details | ||
| CREATE_TREE | gets tree data | Protected |
| CALL METHOD cl_proxy_uix_tree_data=>CREATE_TREE...more details | ||
| CREATE_TREE_HEADER | creates tree header rows | Protected |
| CALL METHOD cl_proxy_uix_tree_data=>CREATE_TREE_HEADER...more details | ||
| CREATE_TYPE_NODES | create nodes regarding cl_proxy->index | Protected |
| CALL METHOD cl_proxy_uix_tree_data=>CREATE_TYPE_NODES...more details | ||
| CREATE_TYPE_NODES_E | create nodes regarding cl_proxy->index | Protected |
| CALL METHOD cl_proxy_uix_tree_data=>CREATE_TYPE_NODES_E...more details | ||
| GET_CHILDREN_SORTED | get children in sorted | Protected |
| CALL METHOD cl_proxy_uix_tree_data=>GET_CHILDREN_SORTED...more details | ||
| GET_DISABLED_FLAG | get information whether node is enabled/disabled | Protected |
| CALL METHOD cl_proxy_uix_tree_data=>GET_DISABLED_FLAG...more details | ||
| GET_NODE_INCONSISTENT_ICON | gets icon for splitpath elements | Protected |
| CALL METHOD cl_proxy_uix_tree_data=>GET_NODE_INCONSISTENT_ICON...more details | ||
| GET_NODE_NAME_ICON | returns name + icon of a tree node | Protected |
| CALL METHOD cl_proxy_uix_tree_data=>GET_NODE_NAME_ICON...more details | ||
| GET_SPLITPATH_ICON | gets icon for splitpath elements | Private |
| CALL METHOD cl_proxy_uix_tree_data=>GET_SPLITPATH_ICON...more details | ||
| GET_TREE_DATA | gets tree data | Public |
| CALL METHOD cl_proxy_uix_tree_data=>GET_TREE_DATA...more details | ||
| IS_EXTERNAL_VIEW | tree is external or internal view | Public |
| CALL METHOD cl_proxy_uix_tree_data=>IS_EXTERNAL_VIEW...more details | ||
| IS_SPLIT_PATH_ELEMENT | node is relevant for split path | Protected |
| CALL METHOD cl_proxy_uix_tree_data=>IS_SPLIT_PATH_ELEMENT...more details | ||
| IS_VALID_FOR_SPLIT_PATH | node is relevant for split path | Protected |
| CALL METHOD cl_proxy_uix_tree_data=>IS_VALID_FOR_SPLIT_PATH...more details | ||
| MERGE_TOOLTIP | merges tooltip of usage and referred object | Protected |
| CALL METHOD cl_proxy_uix_tree_data=>MERGE_TOOLTIP...more details | ||
| REPAIR_INCONSISTENT_NODES | repair all existing inconsitent nodes | Public |
| CALL METHOD cl_proxy_uix_tree_data=>REPAIR_INCONSISTENT_NODES...more details | ||
| REPAIR_NODE | checks a node | Public |
| CALL METHOD cl_proxy_uix_tree_data=>REPAIR_NODE...more details | ||
| SET_SPLIT_PATH | set split path (for message type) | Public |
| CALL METHOD cl_proxy_uix_tree_data=>SET_SPLIT_PATH...more details | ||
| TOGGLE_RELEVANT_NODES | create nodes regarding cl_proxy->index | Public |
| CALL METHOD cl_proxy_uix_tree_data=>TOGGLE_RELEVANT_NODES...more details | ||
| UPDATE_INCONSISTENT_NODES | mark inconsistent nodes for UI update | Public |
| CALL METHOD cl_proxy_uix_tree_data=>UPDATE_INCONSISTENT_NODES...more details | ||
| UPDATE_NODE | change a node into tree_data table | Protected |
| CALL METHOD cl_proxy_uix_tree_data=>UPDATE_NODE...more details | ||
| UPDATE_NODES | create nodes regarding cl_proxy->index | Protected |
| CALL METHOD cl_proxy_uix_tree_data=>UPDATE_NODES...more details | ||
CL_PROXY_UIX_TREE_DATA attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| CHANGE_HANDLER | Instance Attribute | change handler for CL_PROXY | LIKE CL_PROXY_CHANGE_HANDLER | Protected | |
| C_COL_ABAP_NAME | Constant | Character Field of Length 12 | 'ABAP_NAME' | LIKE STRING | Public |
| C_COL_ESR_NAME | Constant | Character Field of Length 12 | 'ESR_NAME' | LIKE STRING | Public |
| C_EXPANDED_LEVELS_DEFAULT | Static Attribute | default number of initially expanded levels | 1 | LIKE I | Protected |
| C_FCODE_FROM_TABLETYPE | Constant | Function Code | 'FROM_TABLETYPE' | LIKE UI_FUNC | Public |
| C_FCODE_PREFIX_EXT | Constant | 'EXT_' | LIKE UI_FUNC | Public | |
| C_FCODE_PREFIX_INT | Constant | 'INT_' | LIKE UI_FUNC | Public | |
| C_FCODE_SHOW_CODE_SNIPPET | Constant | 'SHOW_CODE_SNIPPET' | LIKE UI_FUNC | Public | |
| C_FCODE_SHOW_LEGEND | Constant | Function Code | 'SHOW_LEGEND' | LIKE UI_FUNC | Public |
| C_FCODE_SHOW_NODE_DETAILS | Constant | Function Code | 'SHOW_NODE_DETAILS' | LIKE UI_FUNC | Public |
| C_FCODE_TO_TABLETYPE | Constant | Function Code | 'TO_TABLETYPE' | LIKE UI_FUNC | Public |
| C_FC_CHECK_NODE | Constant | ABAP System Field: PAI-Triggering Function Code | 'CHECK_NODE' | LIKE SY-UCOMM | Public |
| C_FC_REPAIR_INCONSISTENT_NODES | Constant | ABAP System Field: PAI-Triggering Function Code | 'REPAIR_ICONSISTENT_NODES' | LIKE SY-UCOMM | Public |
| C_FC_REPAIR_NODE | Constant | ABAP System Field: PAI-Triggering Function Code | 'REPAIR_NODE' | LIKE SY-UCOMM | Public |
| C_FC_SET_SPLIT_PATH | Constant | Function Code that Triggered PAI | 'SET_SPLIT_PATH' | LIKE SY-UCOMM | Public |
| DISABLED_NODE_EXISTS | Instance Attribute | at least one disable node existing | SPACE | LIKE PRX_BOOLEAN | Protected |
| EXIT | Instance Attribute | ABAP Proxies: Boolean Value ('X' = True, Space = False) | LIKE PRX_BOOLEAN | Protected | |
| EXTERNAL_VIEW | Instance Attribute | ABAP Proxies: Boolean Value ('X' = True, Space = False) | LIKE PRX_BOOLEAN | Protected | |
| GLOBAL_CONTEXT | Instance Attribute | global node context | LIKE IF_PXN_GLOBAL_BASE | Private | |
| HIDE_DISABLED_NODES | Instance Attribute | hide or show disabled nodes | SPACE | LIKE PRX_BOOLEAN | Protected |
| MT_CONTEXT_ID | Instance Attribute | message type context (relevant for splitpat) | LIKE PRX_ID | Protected | |
| NODE_COUNTER | Instance Attribute | LIKE I | Protected | ||
| PROXY_PLUGIN | Instance Attribute | PlugIn Base Class for Proxys via IF_PX*-APIs | LIKE CL_PROXY_UIX_PLGN_BASE | Protected | |
| READ_ONLY | Instance Attribute | List is readonly, even if status->UI_MODE changes | LIKE PRX_BOOLEAN | Private | |
| REPAIRABLE_NODE_EXISTS | Instance Attribute | at least one node to be repaired exisits | LIKE PRX_BOOLEAN | Protected | |
| SEARCH_ID | Instance Attribute | searched ID | LIKE PRX_ID | Protected | |
| SEARCH_PATH | Instance Attribute | searched path | LIKE STRING | Protected | |
| TREE_ORDER | Instance Attribute | Preferred order in proxy tre | LIKE PRX_UI_WB_TREE_ORDER | Private |
CL_PROXY_UIX_TREE_DATA types
S_ENHANCEMENT -T_ENHANCEMENT -
Links to Related Class(s)
CL_PROXY...Full list of available SAP object classes
Search for further information about these or an SAP related objects