SAP CLG_CHTMLB_CONFIGTABLE OO Class - Base:
CLG_CHTMLB_CONFIGTABLE 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_CONFIGTABLE 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_CONFIGTABLE is CL_HTMLB_ELEMENTMethod list of CLG_CHTMLB_CONFIGTABLE 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_configtable=>CLASS_CONSTRUCTOR...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD clg_chtmlb_configtable=>CONSTRUCTOR...more details | ||
| FACTORY | FACTORY_METHOD | Public |
| CALL METHOD clg_chtmlb_configtable=>FACTORY...more details | ||
| FACTORY_CLEAR | FACTORY CLEAR METHOD | Public |
| CALL METHOD clg_chtmlb_configtable=>FACTORY_CLEAR...more details | ||
CLG_CHTMLB_CONFIGTABLE 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 buttons in toolbar | LIKE STRING | Public | |
| AJAXADDITIONALTARGETS | Instance Attribute | Additional targets to refresh table events(EX:area1,area2) | 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 |
| 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 | |
| CANCELEVENT | Instance Attribute | When TRUE, the table doesn't interpret events | 'FALSE' | LIKE STRING | Public |
| CHECKFORPARENTBORDER | Instance Attribute | OBSOLETE! Will be deleted! | LIKE STRING | Public | |
| COLUMNDEFINITIONS | Instance Attribute | Standard Column Response | LIKE TABLEVIEWCONTROLTAB | Public | |
| COLUMNFILTERS | Instance Attribute | OBSOLETE! Will be deleted! | LIKE TABLEVIEWFILTERTAB | Public | |
| COLUMNHEADERVISIBLE | Instance Attribute | OBSOLETE! Will be deleted! | 'TRUE' | LIKE STRING | Public |
| COLUMNWIDTH | Instance Attribute | OBSOLETE! Will be deleted! | LIKE STRING | Public | |
| COLUMNWRAPPING | Instance Attribute | OBSOLETE! Will be deleted! | 'TRUE' | LIKE STRING | Public |
| DELEGATETOCELLERATOR | Instance Attribute | 'TRUE' | LIKE STRING | Public | |
| DESIGN | Instance Attribute | OBSOLETE! Will be deleted! | 'STANDARD' | LIKE STRING | Public |
| DESIGNMODE | Instance Attribute | OBSOLETE! Will be deleted! | 'HTMLB' | LIKE STRING | Public |
| DISPLAYMODE | Instance Attribute | Sets the table elements into a display mode | 'FALSE' | LIKE STRING | Public |
| DOWNLOADTOEXCEL | Instance Attribute | Renders Export to Excel Action into toolbar | 'TRUE' | LIKE STRING | Public |
| EMPTYTABLETEXT | Instance Attribute | OBSOLETE! Will be deleted! | LIKE STRING | Public | |
| ENABLETABLEGRAPHICS | Instance Attribute | Enable FLEX Table. If empty, usage/customizing decides | LIKE STRING | Public | |
| ENCODE | Instance Attribute | OBSOLETE! Will be deleted! | 'FALSE' | 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 | |
| FILLUPEMPTYROWS | Instance Attribute | OBSOLETE! Will be deleted! | 'FALSE' | LIKE STRING | Public |
| FILTER | Instance Attribute | OBSOLETE! Will be deleted! | 'NONE' | LIKE STRING | Public |
| FILTERBUTTONTEXT | Instance Attribute | OBSOLETE! Will be deleted! | LIKE STRING | Public | |
| FILTERBUTTONTOOLTIP | Instance Attribute | OBSOLETE! Will be deleted! | LIKE STRING | Public | |
| FIXEDHEADERS | Instance Attribute | Whether headers should be fixed when scrolling | 'FALSE' | LIKE STRING | Public |
| FOCUS1STSELECTEDCELL | Instance Attribute | OBSOLETE! Will be deleted! | LIKE STRING | Public | |
| FOOTERVISIBLE | Instance Attribute | OBSOLETE! Will be deleted! | 'TRUE' | LIKE STRING | Public |
| FORCESCROLLABLE | Instance Attribute | carries out 'scrollable' attribute disrespecting the config | 'FALSE' | LIKE STRING | Public |
| HASLEADSELECTION | Instance Attribute | OBSOLETE! Will be deleted! | 'FALSE' | LIKE STRING | Public |
| HEADERTEXT | Instance Attribute | Header text | LIKE STRING | Public | |
| HEADERVISIBLE | Instance Attribute | OBSOLETE! Will be deleted! | 'FALSE' | LIKE STRING | Public |
| HEIGHT | Instance Attribute | Height of the table | LIKE STRING | Public | |
| HIGHROWS | Instance Attribute | 'FALSE' | LIKE STRING | Public | |
| ITERATOR | Instance Attribute | Iterator | LIKE IF_HTMLB_TABLEVIEW_ITERATOR | Public | |
| KEEPSELECTEDROW | Instance Attribute | OBSOLETE! Will be deleted! | LIKE STRING | Public | |
| KEYCOLUMN | Instance Attribute | Column name | LIKE STRING | Public | |
| LEADSELECTIONINDEX | Instance Attribute | OBSOLETE! Will be deleted! | LIKE STRING | Public | |
| LEADSELECTIONKEY | Instance Attribute | OBSOLETE! Will be deleted! | 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 | ||
| NAVIGATIONMODE | Instance Attribute | OBSOLETE! Will be deleted! | 'BYPAGE' | LIKE STRING | Public |
| NOHEADER | Instance Attribute | no table header is displayed | LIKE STRING | Public | |
| NOMATCHTEXT | Instance Attribute | Text which is displayed when table is empty | LIKE STRING | Public | |
| OMNIFILTER | Instance Attribute | enable omnifilter - AUTO / TRUE / FALSE | 'AUTO' | LIKE STRING | Public |
| ONCLIENTROWSELECTION | Instance Attribute | OBSOLETE! Will be deleted! | LIKE STRING | Public | |
| ONFILEDROP | Instance Attribute | Enable File DnD and set the event handler | LIKE STRING | Public | |
| ONFILTER | Instance Attribute | OBSOLETE! Will be deleted! | LIKE STRING | Public | |
| ONHEADERCLICK | Instance Attribute | OBSOLETE! Will be deleted! | LIKE STRING | Public | |
| ONNAVIGATE | Instance Attribute | OBSOLETE! Will be deleted! | LIKE STRING | Public | |
| ONROWSELECTION | Instance Attribute | Row Selection Event Handler | LIKE STRING | Public | |
| ONTABLELINEADD | Instance Attribute | Event Handler for adding new table line | LIKE STRING | Public | |
| OVERWRITEDEFINITIONS | Instance Attribute | Override Standard Response | LIKE TABLEVIEWOVERWRITETAB | Public | |
| PERSONALIZABLE | Instance Attribute | Renders link for personalization | 'TRUE' | LIKE STRING | Public |
| RESET | Instance Attribute | Reset page, selection, sorting state | 'FALSE' | LIKE STRING | Public |
| RESETSORTINGDISPLAY | Instance Attribute | Whether to reset the sorting icon after the next round-trip | 'FALSE' | LIKE STRING | Public |
| ROWCOUNT | Instance Attribute | OBSOLETE! Will be deleted! | LIKE STRING | Public | |
| SCROLLABLE | Instance Attribute | enables horiz scrolling (if not config says differen tly) | '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 | Selection mode | 'NONE' | LIKE STRING | Public |
| SHOWNOMATCHTEXT | Instance Attribute | no ' no match' text will be shown | LIKE STRING | Public | |
| SORT | Instance Attribute | OBSOLETE! Will be deleted! | 'NONE' | LIKE STRING | Public |
| SUMMARY | Instance Attribute | OBSOLETE! Will be deleted! | LIKE STRING | Public | |
| SWITCHID | Instance Attribute | switch id | LIKE STRING | Public | |
| TABINDEXCELL | Instance Attribute | OBSOLETE! Will be deleted! | 'TRUE' | LIKE STRING | Public |
| TABLE | Instance Attribute | Table | LIKE DATA | Public | |
| TABLELAYOUT | Instance Attribute | 'FIXED' | LIKE STRING | Public | |
| USAGE | Instance Attribute | EDITLIST, SEARCHRESULT, ASSIGNMENTBLOCK, VALUEHELP | 'EDITLIST' | LIKE STRING | Public |
| USEROWTEMPLATE | Instance Attribute | switch on row template (TRUE/FALSE) | 'FALSE' | 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 | |
| WIDTH | Instance Attribute | Width | LIKE STRING | Public | |
| XML | Instance Attribute | Table Config XML | 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