SAP CLG_CHTMLB_CONFIGCELLERATOR OO Class - Base:
CLG_CHTMLB_CONFIGCELLERATOR 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_CONFIGCELLERATOR 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_CONFIGCELLERATOR is CL_HTMLB_ELEMENTMethod list of CLG_CHTMLB_CONFIGCELLERATOR 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_configcellerator=>CLASS_CONSTRUCTOR...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD clg_chtmlb_configcellerator=>CONSTRUCTOR...more details | ||
| FACTORY | FACTORY_METHOD | Public |
| CALL METHOD clg_chtmlb_configcellerator=>FACTORY...more details | ||
| FACTORY_CLEAR | FACTORY CLEAR METHOD | Public |
| CALL METHOD clg_chtmlb_configcellerator=>FACTORY_CLEAR...more details | ||
CLG_CHTMLB_CONFIGCELLERATOR 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 | LIKE CRMT_THTMLB_BUTTON_T | Public | ||
| ACTIONSMAXINROW | Instance Attribute | Max Number of buttons to be displayed in toolbar. | LIKE STRING | Public | |
| AJAXROWSELECTION | Instance Attribute | TRUE/FALSE AJAX instead of a normal roundtrip | LIKE STRING | Public | |
| BRIEFINGCARDCLOSETOOLTIP | Instance Attribute | The close row tooltip | LIKE STRING | Public | |
| BRIEFINGCARDCOMPONENTID | Instance Attribute | The briefing card component Id | LIKE STRING | Public | |
| BRIEFINGCARDOPENTOOLTIP | Instance Attribute | The open row tooltip | LIKE STRING | Public | |
| BRIEFINGCARDURL | Instance Attribute | The URL to the briefing card view | LIKE STRING | Public | |
| BUTTONXML | Instance Attribute | button config XML | LIKE STRING | Public | |
| CANCELEVENT | Instance Attribute | If TRUE, the tableView doesn't interpret events | LIKE STRING | Public | |
| COLUMNADDITIONS | Instance Attribute | echnical columns (for F4 help) | LIKE WCF_THTMLB_COLUMN_ADDITIONS | Public | |
| COLUMNDEFINITIONS | Instance Attribute | Standard Column Response | LIKE TABLEVIEWCONTROLTAB | Public | |
| DESIGN | Instance Attribute | STANDARD/TRANSPARENT | LIKE STRING | Public | |
| DISPLAYMODE | Instance Attribute | Sets the table elements into a display mode | LIKE STRING | Public | |
| DOWNLOADTOEXCEL | Instance Attribute | Renders Export to Excel Action into toolbar | LIKE STRING | Public | |
| DRAGANDDROPITERATOR | Instance Attribute | iterator for drag and drop | LIKE IF_THTMLB_DRAG_N_DROP_ITERATOR | Public | |
| EDITMODE | Instance Attribute | NONE, SINGLE, ALL | LIKE STRING | Public | |
| EMPTYTABLETEXT | Instance Attribute | Text which is diplayed when table is empty | LIKE STRING | Public | |
| ENABLETABLEGRAPHICS | Instance Attribute | Enable FLEX Table. If empty, usage/customizing decides | LIKE STRING | Public | |
| EXCLUDECOLSFROMROWTEMPLATE | Instance Attribute | define columns that are not using row template when enabled | LIKE STRING_TABLE | Public | |
| EXCLUDEROWSFROMROWTEMPLATE | Instance Attribute | define rows that are not using row template when enabled | LIKE STRING_TABLE | Public | |
| EXPANDEDOBJECTINDEXTABLE | Instance Attribute | table of indexes of expanded dependant objects | LIKE INT4_TABLE | Public | |
| FILLUPEMPTYROWS | Instance Attribute | Fill Empty Rows | LIKE STRING | Public | |
| FIXEDHEADERS | Instance Attribute | Whether headers should be fixed when scrolling | LIKE STRING | Public | |
| HASEXPANDER | Instance Attribute | Expand/collapse button when needed | LIKE STRING | Public | |
| HASPAGERWHENCOLLAPSED | Instance Attribute | pager visible when collpased | LIKE STRING | Public | |
| HEADERTEXT | Instance Attribute | LIKE STRING | Public | ||
| HIGHROWS | Instance Attribute | LIKE STRING | Public | ||
| HORIZONTALSCROLLING | Instance Attribute | TRUE/FALSE/AUTO AUTO = default | LIKE STRING | Public | |
| ISEXPANDED | Instance Attribute | TRUE/FALSE/FROMREQUEST | LIKE STRING | Public | |
| ITERATOR | Instance Attribute | Iterator | LIKE IF_HTMLB_TABLEVIEW_ITERATOR | Public | |
| ITERATOR2 | Instance Attribute | iterator 2 (dependant objects) | LIKE IF_THTMLB_CELLERATOR_ITERATOR | Public | |
| KEYCOLUMN | Instance Attribute | Key column name | LIKE STRING | Public | |
| MULTISORT | Instance Attribute | Enable multisort | 'TRUE' | LIKE STRING | Public |
| M_CLASS_VALIDATOR | Static Attribute | LIKE CL_BSP_ELEMENT_RT_ATTR_VALID | Public | ||
| NOCOLUMNHEADERWHENEMPTY | Instance Attribute | in case of an empty table ther is no column header displayed | LIKE STRING | Public | |
| NOHEADER | Instance Attribute | TRUE = no header | LIKE STRING | Public | |
| OMNIFILTER | Instance Attribute | enable omnifilter - AUTO / TRUE / FALSE | 'AUTO' | LIKE STRING | Public |
| ONCLIENTROWSELECTION | Instance Attribute | Client side event handler for rowSelection | LIKE STRING | Public | |
| ONFILEDROP | Instance Attribute | Enable File DnD and set the event handler | LIKE STRING | Public | |
| ONHEADERCLICK | Instance Attribute | Event handler for headerClick | LIKE STRING | Public | |
| ONROWSELECTION | Instance Attribute | Event Handler for rowSelection | LIKE STRING | Public | |
| ONSELECTALL | Instance Attribute | Fully application-managed selection state support | LIKE STRING | Public | |
| ONTABLELINEADD | Instance Attribute | Event handler for tableLineAdd | LIKE STRING | Public | |
| OVERWRITEDEFINITIONS | Instance Attribute | Override Standard Response | LIKE TABLEVIEWOVERWRITETAB | Public | |
| PAGERENTRYCOUNT | Instance Attribute | Entries displayed in the pager | LIKE STRING | Public | |
| PERSONALIZABLE | Instance Attribute | Renders link for personalization | LIKE STRING | Public | |
| RESET | Instance Attribute | Reset page, selection, sorting state | LIKE STRING | Public | |
| ROWCOUNT | Instance Attribute | Line count (only required if not all lines will be displayed | LIKE STRING | Public | |
| ROWSELECTIONBYLINECLICK | Instance Attribute | TRUE/FALSE only for editMode=ALL | LIKE STRING | Public | |
| SCROLLROWCOUNT | Instance Attribute | Visible rows in vertical scroll area | LIKE STRING | Public | |
| SCROLLROWCOUNTAUTOFIT | Instance Attribute | TRUE/FALSE reduces count if there are less table rows | LIKE STRING | Public | |
| SELECTEDROWINDEX | Instance Attribute | LIKE STRING | Public | ||
| SELECTEDROWINDEXTABLE | Instance Attribute | Currently selected lines | LIKE INT4_TABLE | Public | |
| SELECTEDROWKEY | Instance Attribute | LIKE STRING | Public | ||
| SELECTEDROWKEYTABLE | Instance Attribute | Currently selected lines | LIKE STRING_TABLE | Public | |
| SELECTIONCOLUMN | Instance Attribute | Selection column is diplayed | LIKE STRING | Public | |
| SELECTIONMODE | Instance Attribute | NONE, SINGLE. MULTI | LIKE STRING | Public | |
| SHOWEMPTYTABLETEXT | Instance Attribute | show a text if there is not table entry | LIKE STRING | Public | |
| SHOWPERSONALIZEBUTTON | Instance Attribute | Show the personalize button | LIKE STRING | Public | |
| SWITCHID | Instance Attribute | switch id | LIKE STRING | Public | |
| TABLE | Instance Attribute | LIKE DATA | Public | ||
| TABLEISFILTERED | Instance Attribute | table entries are filtered by appliction already | LIKE STRING | Public | |
| TABLELAYOUT | Instance Attribute | determines horizontal scrolling | LIKE STRING | Public | |
| USAGE | Instance Attribute | EDITLIST,SEARCHRESULT,ASSIGNMENTBLOCK, SIMPLETREE, COL | LIKE STRING | Public | |
| USEROWTEMPLATE | Instance Attribute | switch on row template (TRUE/FALSE) | 'FALSE' | LIKE STRING | Public |
| VERTICALSCROLLING | Instance Attribute | TRUE/FALSE | LIKE STRING | Public | |
| VERTICALSCROLLINGMODE | Instance Attribute | FAKE, NATIVE. Native mode is bad for performance. | 'FAKE' | LIKE STRING | Public |
| VISIBLEFIRSTROW | Instance Attribute | LIKE STRING | Public | ||
| VISIBLEROWCOUNT | Instance Attribute | NONE, SINGLESELECT, MULTISELECT | LIKE STRING | Public | |
| VISIBLEROWCOUNTEXPANDED | Instance Attribute | entries displayed when table expanded | LIKE STRING | Public | |
| WIDTH | Instance Attribute | table width | LIKE STRING | Public | |
| XML | Instance Attribute | Table Config XML | LIKE STRING | Public | |
| _TABLE | Instance Attribute | 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