SAP CL_CHTMLB_CONFIG_GRID OO Class - Element-Handler:









CL_CHTMLB_CONFIG_GRID 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_CHTMLB_CONFIG_GRID 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_CHTMLB_CONFIG_GRID is CLG_CHTMLB_CONFIGGRID

Method list of CL_CHTMLB_CONFIG_GRID 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 NameDescriptionVisability
CLEAR_TABLEClear Grid tablePublic
CALL METHOD cl_chtmlb_config_grid=>CLEAR_TABLE...more details

GET_AVAILABLE_SPACE_INFOdetermines the number of cells available in bottom right dirProtected
CALL METHOD cl_chtmlb_config_grid=>GET_AVAILABLE_SPACE_INFO...more details

GET_CLASS_FOR_CELLget css class for cellProtected
CALL METHOD cl_chtmlb_config_grid=>GET_CLASS_FOR_CELL...more details

GET_HTML_FROM_TABLEGet HTML string from tableProtected
CALL METHOD cl_chtmlb_config_grid=>GET_HTML_FROM_TABLE...more details

RENDER_CELLRender CellsProtected
CALL METHOD cl_chtmlb_config_grid=>RENDER_CELL...more details

RENDER_TO_TABLEput HTML into result tableProtected
CALL METHOD cl_chtmlb_config_grid=>RENDER_TO_TABLE...more details

WRAP_UP_TABLEWrap up rendering tableProtected
CALL METHOD cl_chtmlb_config_grid=>WRAP_UP_TABLE...more details



CL_CHTMLB_CONFIG_GRID 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.

NameLevelDescriptionInitial ValueTypeVisability
ACTIVEInstance Attributeindicates whether tag should be rendered (switch)'X'LIKE
ABAP_BOOL
Protected
GT_CELLSInstance AttributeTable of CellsLIKE
CONFIG_CELL_TAB
Public
GT_GRIDInstance AttributeGrid rendered in tableLIKE
CONFIG_GRID_RESULT_TAB
Public
GT_PANEL_GRIDInstance AttributeGrid with panelsLIKE
CONFIG_GRID_PANEL_TAB
Public
GV_ENABLE_DNDStatic Attributeenable dnd from outsideLIKE
ABAP_BOOL
Public
GV_HTMLInstance AttributeHTMLLIKE
STRING
Protected
GV_ID_COUNTStatic AttributeOBSOLETE. Not Delta-Handling compliant.LIKE
STRING
Public
GV_NESTING_LEVELStatic Attributegrid nesting levelLIKE
I
Public
GV_RENDER_TO_TABLEInstance AttributeRender grid into tableLIKE
STRING
Public
GV_SHOWINFOInstance AttributeShow cell infoLIKE
FLAG
Protected




CL_CHTMLB_CONFIG_GRID types

CONFIG_CELL_STRUC -
CONFIG_CELL_TAB -
CONFIG_GRID_PANEL_STRUC -
CONFIG_GRID_PANEL_TAB -
CONFIG_GRID_RESULT_STRUC -
CONFIG_GRID_RESULT_TAB -
CONFIG_GRID_STRUC -
CONFIG_GRID_TAB -

Links to Related Class(s)

CL_CHTML...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!