SAP CL_CHTMLB_CONFIG OO Class - Element-Handler:
CL_CHTMLB_CONFIG 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 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 is CLG_CHTMLB_CONFIGInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_CHTMLB_CONFIGMethod list of CL_CHTMLB_CONFIG 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 |
| CONFIG_XML_TRANSFORM | Public | |
| CALL METHOD cl_chtmlb_config=>CONFIG_XML_TRANSFORM...more details | ||
| CONVERT_PAGE_PARAMETERS | Set the names of all model classes from current view | Public |
| CALL METHOD cl_chtmlb_config=>CONVERT_PAGE_PARAMETERS...more details | ||
| EXTRACT_GROUP_INFO | Extract group info | Protected |
| CALL METHOD cl_chtmlb_config=>EXTRACT_GROUP_INFO...more details | ||
| GET_BSP_ELEMENT | get an BSP element in a string | Public |
| CALL METHOD cl_chtmlb_config=>GET_BSP_ELEMENT...more details | ||
| GET_CANCEL_SCRIPT | Get JS to cancel check for mandatory input | Public |
| CALL METHOD cl_chtmlb_config=>GET_CANCEL_SCRIPT...more details | ||
| GET_COMP_ID | get component ID | Public |
| CALL METHOD cl_chtmlb_config=>GET_COMP_ID...more details | ||
|
| ||
| GET_COMP_URL | get component URL | Public |
| CALL METHOD cl_chtmlb_config=>GET_COMP_URL...more details | ||
| GET_DDLB_ENTRIES | get table of picklist values | Public |
| CALL METHOD cl_chtmlb_config=>GET_DDLB_ENTRIES...more details | ||
| GET_DESCRIPTOR | Protected | |
| CALL METHOD cl_chtmlb_config=>GET_DESCRIPTOR...more details | ||
| GET_F4_HELP_ID | get a search help id for inputfield | Public |
| CALL METHOD cl_chtmlb_config=>GET_F4_HELP_ID...more details | ||
| GET_F4_HELP_TYPE | get a help type for inputfield | Public |
| CALL METHOD cl_chtmlb_config=>GET_F4_HELP_TYPE...more details | ||
| GET_F4_INPUT_MAPPING | get inputfield mapping for the F4 help? | Public |
| CALL METHOD cl_chtmlb_config=>GET_F4_INPUT_MAPPING...more details | ||
| GET_F4_OUTPUT_MAPPING | get an outputfield mapping for the F4 help? | Public |
| CALL METHOD cl_chtmlb_config=>GET_F4_OUTPUT_MAPPING...more details | ||
| GET_F4_TITLE | get F4 title assigned by the application | Public |
| CALL METHOD cl_chtmlb_config=>GET_F4_TITLE...more details | ||
| GET_F4_TRIGGER_SUBMIT | get trigger submit after value selection for the value help? | Public |
| CALL METHOD cl_chtmlb_config=>GET_F4_TRIGGER_SUBMIT...more details | ||
| GET_FIELD_TYPE | get field type | Public |
| CALL METHOD cl_chtmlb_config=>GET_FIELD_TYPE...more details | ||
| GET_ID_FOR_INPUTFIELD | get ID for inputfield (needed for F4 help) | Public |
| CALL METHOD cl_chtmlb_config=>GET_ID_FOR_INPUTFIELD...more details | ||
| GET_MODEL_INSTANCES | get instances of the models classes on the current page | Protected |
| CALL METHOD cl_chtmlb_config=>GET_MODEL_INSTANCES...more details | ||
| GET_OTR_TEXT | get an OTR text | Public |
| CALL METHOD cl_chtmlb_config=>GET_OTR_TEXT...more details | ||
| GET_OUTBOUND_PLUG | get navigational link for input field | Public |
| CALL METHOD cl_chtmlb_config=>GET_OUTBOUND_PLUG...more details | ||
| GET_PAGE_PARAMETERS | get all names of model classes from current view | Protected |
| CALL METHOD cl_chtmlb_config=>GET_PAGE_PARAMETERS...more details | ||
| GET_PROPERTY | Get property of current context node | Public |
| CALL METHOD cl_chtmlb_config=>GET_PROPERTY...more details | ||
| GET_TEXT | Get Text from CXP text pool | Public |
| CALL METHOD cl_chtmlb_config=>GET_TEXT...more details | ||
| GET_VALUE | get value for a binding string | Public |
| CALL METHOD cl_chtmlb_config=>GET_VALUE...more details | ||
| GET_VERT_LINE_COLS | Get columns with vertical line | Public |
| CALL METHOD cl_chtmlb_config=>GET_VERT_LINE_COLS...more details | ||
| GET_XML | Get XML | Public |
| CALL METHOD cl_chtmlb_config=>GET_XML...more details | ||
| IS_DISABLED | is the field disabled? | Public |
| CALL METHOD cl_chtmlb_config=>IS_DISABLED...more details | ||
| IS_HIDDEN | is field hidden | Public |
| CALL METHOD cl_chtmlb_config=>IS_HIDDEN...more details | ||
| IS_MANDATORY | is field mandatory | Public |
| CALL METHOD cl_chtmlb_config=>IS_MANDATORY...more details | ||
| PROCESS_XSLT | Protected | |
| CALL METHOD cl_chtmlb_config=>PROCESS_XSLT...more details | ||
| RAISE_ERROR_MESSAGE | Raise error message | Protected |
| CALL METHOD cl_chtmlb_config=>RAISE_ERROR_MESSAGE...more details | ||
| SET_ATTRIBUTE | Protected | |
| CALL METHOD cl_chtmlb_config=>SET_ATTRIBUTE...more details | ||
| SET_ITERATOR | set the iterator object | Public |
| CALL METHOD cl_chtmlb_config=>SET_ITERATOR...more details | ||
| TRANSFORM_CELL | Protected | |
| CALL METHOD cl_chtmlb_config=>TRANSFORM_CELL...more details | ||
CL_CHTMLB_CONFIG 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 |
| ACTIVE | Instance Attribute | indicates whether tag should be rendered (switch) | 'X' | LIKE ABAP_BOOL | Protected |
| GT_DESCRIPTORS | Instance Attribute | LIKE DESCRIPTOR_CHACHE_TAB | Protected | ||
| GT_GROUPS | Instance Attribute | groups | LIKE CL_CHTMLB_CONFIG_UTILITY=>GROUPS_TAB | Public | |
| GT_INST | Instance Attribute | Object instances | LIKE BSP_XP_DL_OBJECT_INSTANCE_T | Protected | |
| GV_ITERATOR | Static Attribute | Iterator for configurable forms | LIKE IF_CHTMLB_FORM_ITERATOR | Protected | |
| GV_LAST_BINDING_STRING | Instance Attribute | LIKE STRING | Protected | ||
| GV_LAST_IS_HIDDEN | Instance Attribute | LIKE STRING | Protected |
CL_CHTMLB_CONFIG types
DESCRIPTOR_CHACHE_STRUC -DESCRIPTOR_CHACHE_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