SAP CLG_CHTMLB_CONFIGTREE OO Class - Base:
CLG_CHTMLB_CONFIGTREE 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 CLG_CHTMLB_CONFIGTREE 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 CLG_CHTMLB_CONFIGTREE is CL_HTMLB_ELEMENTMethod list of CLG_CHTMLB_CONFIGTREE 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 |
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD clg_chtmlb_configtree=>CLASS_CONSTRUCTOR...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD clg_chtmlb_configtree=>CONSTRUCTOR...more details | ||
| FACTORY | FACTORY_METHOD | Public |
| CALL METHOD clg_chtmlb_configtree=>FACTORY...more details | ||
| FACTORY_CLEAR | FACTORY CLEAR METHOD | Public |
| CALL METHOD clg_chtmlb_configtree=>FACTORY_CLEAR...more details | ||
CLG_CHTMLB_CONFIGTREE 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 |
| ACTIONS | Instance Attribute | Toolbarheader | LIKE CRMT_THTMLB_BUTTON_T | Public | |
| ACTIONSMAXINROW | Instance Attribute | max. number of toolbar buttons | LIKE STRING | Public | |
| AJAXDELTAHANDLING | Instance Attribute | Flag for AJAX Delta Handling | 'FALSE' | LIKE STRING | Public |
| ALLROWSEDITABLE | Instance Attribute | all rows are editable | 'FALSE' | LIKE STRING | Public |
| BUTTONXML | Instance Attribute | button config XML | LIKE STRING | Public | |
| COLUMNADDITIONS | Instance Attribute | LIKE WCF_THTMLB_COLUMN_ADDITIONS | Public | ||
| DESIGN | Instance Attribute | EDITLIST,SEARCHRESULT,ASSIGNMENTBLOCK | LIKE STRING | Public | |
| DISPLAYMODE | Instance Attribute | TRUE/FALSE/TRUEWITHSELECTION sets displaymode | 'FALSE' | LIKE STRING | Public |
| DOWNLOADTOEXCEL | Instance Attribute | Renders Export to Excel Action into toolbar | 'TRUE' | LIKE STRING | Public |
| DRAGANDDROPITERATOR | Instance Attribute | iterator for drag and drop | LIKE IF_THTMLB_DRAG_N_DROP_ITERATOR | Public | |
| FILLUPEMPTYROWS | Instance Attribute | 'FALSE' | LIKE STRING | Public | |
| FILTERABLE | Instance Attribute | Enable filtering for this tree (TRUE,FALSE) | 'FALSE' | LIKE STRING | Public |
| FIXEDHEADERS | Instance Attribute | Whether headers should be fixed when scrolling | 'FALSE' | LIKE STRING | Public |
| HEADERTEXT | Instance Attribute | Header text | LIKE STRING | Public | |
| HEIGHT | Instance Attribute | LIKE STRING | Public | ||
| HIGHROWS | Instance Attribute | 'FALSE' | LIKE STRING | Public | |
| ITERATOR | Instance Attribute | Iterator | LIKE IF_HTMLB_TABLEVIEW_ITERATOR | Public | |
| KEYCOLUMN | Instance Attribute | Column name | LIKE STRING | Public | |
| M_CLASS_VALIDATOR | Static Attribute | LIKE CL_BSP_ELEMENT_RT_ATTR_VALID | Public | ||
| NODETABLE | Instance Attribute | LIKE CRMT_THTMLB_TREETABLE_NODE_T | Public | ||
| NODETEXTCOLUMN | Instance Attribute | LIKE STRING | Public | ||
| NODETEXTCOLUMNDESCRIPTION | Instance Attribute | LIKE STRING | Public | ||
| NOFRAME | Instance Attribute | X = no frame is rendered around the tree | 'FALSE' | LIKE STRING | Public |
| NOHEADER | Instance Attribute | no table header is displayed | LIKE STRING | Public | |
| OMNIFILTER | Instance Attribute | enable omnifilter - AUTO / TRUE / FALSE | 'AUTO' | LIKE STRING | Public |
| ONCLOSE | Instance Attribute | create Close button and set event | LIKE STRING | Public | |
| ONCOLLAPSENODE | Instance Attribute | LIKE STRING | Public | ||
| ONDECREASESIZE | Instance Attribute | create Decrease Size button and set event | LIKE STRING | Public | |
| ONEXPANDNODE | Instance Attribute | LIKE STRING | Public | ||
| ONFILEDROP | Instance Attribute | Enable File DnD and set the event handler | LIKE STRING | Public | |
| ONINCREASESIZE | Instance Attribute | Create Increase Size Button and set event | LIKE STRING | Public | |
| ONNODECLICK | Instance Attribute | LIKE STRING | Public | ||
| ONROWSELECTION | Instance Attribute | Row Selection Event Handler | LIKE STRING | Public | |
| PERSONALIZABLE | Instance Attribute | Personalisation button is rendered | 'TRUE' | LIKE STRING | Public |
| RESET | Instance Attribute | Reset page, selection, sorting state | 'FALSE' | LIKE STRING | Public |
| ROWCOUNT | Instance Attribute | Line Counter | LIKE STRING | Public | |
| SCROLLABLE | Instance Attribute | Tree has scrollbars (otherwise columns are cut) | 'FALSE' | LIKE STRING | Public |
| SELECTEDROWINDEX | Instance Attribute | Currently selected lines | LIKE STRING | Public | |
| SELECTEDROWINDEXTABLE | Instance Attribute | Currently selected lines | LIKE INT4_TABLE | Public | |
| SELECTEDROWKEY | Instance Attribute | Currently selected lines | LIKE STRING | Public | |
| SELECTEDROWKEYTABLE | Instance Attribute | Currently selected lines | LIKE STRING_TABLE | Public | |
| SELECTIONMODE | Instance Attribute | NONE, SINGLESELECT, MULTISELECT, LINEEDIT, MULTILINEEDIT | 'NONE' | LIKE STRING | Public |
| SWITCHID | Instance Attribute | switch id | LIKE STRING | Public | |
| TABLE | Instance Attribute | Table | LIKE DATA | Public | |
| TABLELAYOUT | Instance Attribute | 'AUTO' | LIKE STRING | Public | |
| TYPE | Instance Attribute | Simpl/column | 'SIMPLE' | LIKE STRING | Public |
| USAGE | Instance Attribute | EDITLIST,SEARCHRESULT,ASSIGNMENTBLOCK | LIKE STRING | Public | |
| VERTICALSCROLLINGMODE | Instance Attribute | FAKE, NATIVE. Native mode is bad for performance. | 'FAKE' | LIKE STRING | Public |
| VISIBLEFIRSTROW | Instance Attribute | Row Visibility | LIKE STRING | Public | |
| VISIBLEROWCOUNT | Instance Attribute | Number of Visible Rows | LIKE STRING | Public | |
| XML | Instance Attribute | Table Config XML | LIKE STRING | Public | |
| _NODETABLE | Instance Attribute | LIKE STRING | Public | ||
| _TABLE | Instance Attribute | Table | LIKE STRING | Public |
Links to Related Class(s)
CLG_CHTM...Full list of available SAP object classes
Search for further information about these or an SAP related objects