SAP CL_CRM_BSP_TREETABLEVIEW OO Class - Element Handler:
CL_CRM_BSP_TREETABLEVIEW 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_CRM_BSP_TREETABLEVIEW 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_CRM_BSP_TREETABLEVIEW is CLG_C34A05084895277D64EFFB17D5Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_CRM_BSP_F4_HELPInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_HTMLB_TABLEVIEW_ITERATORMethod list of CL_CRM_BSP_TREETABLEVIEW 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 |
| CHANGE_STYLES | Changes CSS Styles for Current Cell | Protected |
| CALL METHOD cl_crm_bsp_treetableview=>CHANGE_STYLES...more details | ||
| CHECK_INPUT | Check Entries | Private |
| CALL METHOD cl_crm_bsp_treetableview=>CHECK_INPUT...more details | ||
| CONVERSION_EXIT | Protected | |
| CALL METHOD cl_crm_bsp_treetableview=>CONVERSION_EXIT...more details | ||
| CORRECT_FIELD_ID | Corrects Field ID if Root Nodes Are Available | Public |
| CALL METHOD cl_crm_bsp_treetableview=>CORRECT_FIELD_ID...more details | ||
| CORRECT_ROW_INDEX | Cleans Row Index for Generated Root Folder | Protected |
| CALL METHOD cl_crm_bsp_treetableview=>CORRECT_ROW_INDEX...more details | ||
| CREATE_NODE_STATES | Creation of Hidden Field with Node Status | Private |
| CALL METHOD cl_crm_bsp_treetableview=>CREATE_NODE_STATES...more details | ||
|
| ||
| GET_CELL_ID | Private | |
| CALL METHOD cl_crm_bsp_treetableview=>GET_CELL_ID...more details | ||
| GET_CELL_VALUE | Private | |
| CALL METHOD cl_crm_bsp_treetableview=>GET_CELL_VALUE...more details | ||
| GET_COLUMN_NAME | Private | |
| CALL METHOD cl_crm_bsp_treetableview=>GET_COLUMN_NAME...more details | ||
| GET_COLUMN_TITLE | Determine Column Titles | Private |
| CALL METHOD cl_crm_bsp_treetableview=>GET_COLUMN_TITLE...more details | ||
| GET_CURRENT_DDLB_VALUE | Gets Description of Current DDLB Entry | Private |
| CALL METHOD cl_crm_bsp_treetableview=>GET_CURRENT_DDLB_VALUE...more details | ||
| GET_DDIC_INFO | Private | |
| CALL METHOD cl_crm_bsp_treetableview=>GET_DDIC_INFO...more details | ||
| GET_FOCUS_ID | Determines ID of Current Focus Object in Tree | Public |
| CALL METHOD cl_crm_bsp_treetableview=>GET_FOCUS_ID...more details | ||
| GET_LINK | Private | |
| CALL METHOD cl_crm_bsp_treetableview=>GET_LINK...more details | ||
| GET_LINK_JS | Additional Framework JS for Links | Public |
| CALL METHOD cl_crm_bsp_treetableview=>GET_LINK_JS...more details | ||
| GET_MAX_LENGTH | Private | |
| CALL METHOD cl_crm_bsp_treetableview=>GET_MAX_LENGTH...more details | ||
| GET_NODE_STATES | Gets All Node Statuses from Request | Private |
| CALL METHOD cl_crm_bsp_treetableview=>GET_NODE_STATES...more details | ||
| GET_NODE_STATUS | Creates Hidden Field for Node Status (Open/Closed) | Public |
| CALL METHOD cl_crm_bsp_treetableview=>GET_NODE_STATUS...more details | ||
| GET_NUMBER_OF_VISIBLE_ROWS | Determine Number of Visible Tree Nodes | Public |
| CALL METHOD cl_crm_bsp_treetableview=>GET_NUMBER_OF_VISIBLE_ROWS...more details | ||
| GET_TABLE | Private | |
| CALL METHOD cl_crm_bsp_treetableview=>GET_TABLE...more details | ||
| GET_VISIBLE_INDEX | Determines Relative Index From Visible Nodes From Absolute | Public |
| CALL METHOD cl_crm_bsp_treetableview=>GET_VISIBLE_INDEX...more details | ||
| HAS_F4_HELP | Private | |
| CALL METHOD cl_crm_bsp_treetableview=>HAS_F4_HELP...more details | ||
| INTERCEPT_OWN_EVENT | Protected | |
| CALL METHOD cl_crm_bsp_treetableview=>INTERCEPT_OWN_EVENT...more details | ||
| OPEN_APPLICATION | Called by Controller: Call Application in Portal (Links) | Public |
| CALL METHOD cl_crm_bsp_treetableview=>OPEN_APPLICATION...more details | ||
| RENDERHIDDENFIELD | Protected | |
| CALL METHOD cl_crm_bsp_treetableview=>RENDERHIDDENFIELD...more details | ||
| RENDER_CBIT_DISPLAY | Checkbox (Disabled) | Protected |
| CALL METHOD cl_crm_bsp_treetableview=>RENDER_CBIT_DISPLAY...more details | ||
| RENDER_CBIT_EDIT | Checkbox Rendering | Protected |
| CALL METHOD cl_crm_bsp_treetableview=>RENDER_CBIT_EDIT...more details | ||
| RENDER_COBX | Private | |
| CALL METHOD cl_crm_bsp_treetableview=>RENDER_COBX...more details | ||
| RENDER_DDLB | Private | |
| CALL METHOD cl_crm_bsp_treetableview=>RENDER_DDLB...more details | ||
| RENDER_F4_JS | Output of JavaScript for Tree as Result List in F4 | Private |
| CALL METHOD cl_crm_bsp_treetableview=>RENDER_F4_JS...more details | ||
| RENDER_FIELDS_FOR_F4 | Issue Hidden Fields for F4 Help | Protected |
| CALL METHOD cl_crm_bsp_treetableview=>RENDER_FIELDS_FOR_F4...more details | ||
| RENDER_ICON | Renders Icon | Protected |
| CALL METHOD cl_crm_bsp_treetableview=>RENDER_ICON...more details | ||
| RENDER_INPF | Output of Input Tag | Private |
| CALL METHOD cl_crm_bsp_treetableview=>RENDER_INPF...more details | ||
| RENDER_INPF_LINK | Output of Input Tag with Link | Private |
| CALL METHOD cl_crm_bsp_treetableview=>RENDER_INPF_LINK...more details | ||
| RENDER_ROOT_JS | Private | |
| CALL METHOD cl_crm_bsp_treetableview=>RENDER_ROOT_JS...more details | ||
| RENDER_ROW_SELECTION_JS | JS: Clicking on a Row Selects the Row | Protected |
| CALL METHOD cl_crm_bsp_treetableview=>RENDER_ROW_SELECTION_JS...more details | ||
| RENDER_TEXT | Output of Text Field | Private |
| CALL METHOD cl_crm_bsp_treetableview=>RENDER_TEXT...more details | ||
| RENDER_TEXT_LINK_DISPLAY | Generates a Link (with Portal Call) | Private |
| CALL METHOD cl_crm_bsp_treetableview=>RENDER_TEXT_LINK_DISPLAY...more details | ||
| STORE_IDS | Private | |
| CALL METHOD cl_crm_bsp_treetableview=>STORE_IDS...more details | ||
CL_CRM_BSP_TREETABLEVIEW 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 |
| COLUMN_INDEX | Instance Attribute | Natural Number | LIKE INT4 | Public | |
| COLUMN_KEY | Instance Attribute | LIKE STRING | Public | ||
| CO_CELL_CLICK | Constant | 'cellClick' | LIKE STRING | Public | |
| CO_FILTER | Constant | 'filter' | LIKE STRING | Public | |
| CO_HEADER_CLICK | Constant | 'headerClick' | LIKE STRING | Public | |
| CO_NAVIGATE | Constant | 'navigate' | LIKE STRING | Public | |
| CO_ROW_SELECTION | Constant | 'rowSelection' | LIKE STRING | Public | |
| CV_DESIGN_MODES | Instance Attribute | LIKE | Private | ||
| CV_FILTER_MODES | Instance Attribute | LIKE | Private | ||
| CV_SORT_MODES | Instance Attribute | LIKE | Private | ||
| CV_TABLENAVIGATION_MODES | Instance Attribute | LIKE | Private | ||
| CV_TABLESELECTION_MODES | Instance Attribute | LIKE | Private | ||
| CV_TABLVIEW_DESIGNS | Instance Attribute | LIKE | Private | ||
| FIRSTVISIBLEROW | Instance Attribute | Natural Number | LIKE INT4 | Public | |
| GC_COLLAPSED | Instance Attribute | LIKE | Private | ||
| GC_COLLAPSED_AFTER_EXPAND | Instance Attribute | LIKE | Private | ||
| GC_EVENT_PREFIX | Constant | Prefix for Events from Elements Without a Subelement | 'EV_' | LIKE CHAR3 | Public |
| GC_EXPANDED | Instance Attribute | LIKE | Private | ||
| GC_EXPANDER_TEXT | Constant | String for Node ID | '_EXPANDER_' | LIKE STRING | Public |
| GC_LINK_CLICK | Constant | Event Name for Clicking on Embedded Link | 'linkClick' | LIKE STRING | Public |
| GC_ROOT_DESCRIPTION | Constant | Description of Root Node | 'Root' | LIKE STRING | Public |
| GC_ROOT_DIV | Instance Attribute | LIKE | Private | ||
| GC_ROOT_FOLDER | Instance Attribute | LIKE | Private | ||
| GC_STATES | Instance Attribute | LIKE | Private | ||
| GT_COLUMN_DEFINITIONS_APP | Instance Attribute | STABLEVIEWCOLUMN | LIKE TABLEVIEWCONTROLTAB | Public | |
| GT_CORRECTED_ID | Instance Attribute | LIKE | Private | ||
| GT_DATEFIELD_ID | Instance Attribute | LIKE | Private | ||
| GT_NO_CELLCLICK_COLUMNS | Instance Attribute | Column Index Without Cell Click | LIKE STRING_TABLE | Protected | |
| GT_OBJECT | Instance Attribute | LIKE | Private | ||
| GT_OVERWRITES_APP | Instance Attribute | Overwrite Specific Cells in Table View | LIKE TABLEVIEWOVERWRITETAB | Public | |
| GT_TREE | Instance Attribute | LIKE CRMT_BSP_TREETABLE_NODE_INTTAB | Public | ||
| GV_ACCESSIBILITY_MODE | Instance Attribute | Runs Tree in Accessibilitiy Mode | LIKE BOOLEAN | Public | |
| GV_BEE | Instance Attribute | LIKE CL_BSP_BEE_TABLE | Public | ||
| GV_COLLAPSE_LEVEL | Instance Attribute | LIKE I | Public | ||
| GV_CONTROLRENDERING | Instance Attribute | LIKE | Private | ||
| GV_DESIGN2002 | Instance Attribute | Design 2002 | LIKE ABAP_BOOL | Private | |
| GV_IMAGE | Instance Attribute | LIKE CL_HTMLB_IMAGE | Public | ||
| GV_MODEL_REF | Instance Attribute | BSP: Basis Interface for Binding to Model | LIKE IF_BSP_MODEL_BINDING | Public | |
| GV_ONNODECLICK | Instance Attribute | LIKE STRING | Public | ||
| GV_ONROWSELECTION_EVENT | Instance Attribute | onRowSelection Server Event | LIKE STRING | Private | |
| GV_ON_COLLAPSE | Instance Attribute | LIKE STRING | Public | ||
| GV_ON_EXPAND | Instance Attribute | LIKE STRING | Public | ||
| GV_REQUEST | Instance Attribute | HTTP Framework (iHTTP) HTTP Request | LIKE IF_HTTP_REQUEST | Public | |
| GV_SELECTEDROWINDEX | Instance Attribute | LIKE | Private | ||
| GV_SELECTEDROWKEY | Instance Attribute | LIKE | Private | ||
| GV_TABLEVIEW | Instance Attribute | LIKE CL_HTMLB_EVENT_TABLEVIEW | Public | ||
| GV_TABLE_REF | Instance Attribute | LIKE | Private | ||
| LASTVISIBLEROW | Instance Attribute | Natural Number | LIKE INT4 | Public | |
| NAVIGATIONTYPE | Instance Attribute | LIKE STRING | Public | ||
| PREVSELECTEDROWINDEX | Instance Attribute | Natural Number | LIKE INT4 | Public | |
| PREVSELECTEDROWKEY | Instance Attribute | LIKE STRING | Public | ||
| REQUEST | Instance Attribute | HTTP Framework (iHTTP) HTTP Request | LIKE IF_HTTP_REQUEST | Public | |
| REQUEST_ID | Instance Attribute | LIKE STRING | Public | ||
| ROW_INDEX | Instance Attribute | Natural Number | LIKE INT4 | Public | |
| ROW_KEY | Instance Attribute | LIKE STRING | Public | ||
| SORTCOLUMNINDEX | Instance Attribute | Natural Number | LIKE INT4 | Public | |
| SORTCOLUMNKEY | Instance Attribute | LIKE STRING | Public | ||
| SORTCOLUMNTYPE | Instance Attribute | Single-Character Indicator | LIKE CHAR1 | Public | |
| TABLEVIEWCOLUMNS | Instance Attribute | STABLEVIEWCOLUMN | LIKE TABLEVIEWCOLUMNS | Public | |
| VISIBLEFIRSTROWINDEX | Instance Attribute | Natural Number | LIKE INT4 | Public | |
| VISIBLEFIRSTROWKEY | Instance Attribute | LIKE STRING | Public |
Links to Related Class(s)
CL_CRM_B...Full list of available SAP object classes
Search for further information about these or an SAP related objects