SAP CL_CHTMLB_XML_PROVIDER OO Class - Erzeugung von XML Strömen
CL_CHTMLB_XML_PROVIDER 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_XML_PROVIDER including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of CL_CHTMLB_XML_PROVIDER 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 |
| CALCULATE_TREE_INDENT | Return the number of spaces needed to indent | Private |
| CALL METHOD cl_chtmlb_xml_provider=>CALCULATE_TREE_INDENT...more details | ||
| CREATE_COMBINED_XML | Generate XML template and data | Public |
| CALL METHOD cl_chtmlb_xml_provider=>CREATE_COMBINED_XML...more details | ||
| CREATE_EXCEL_TEMPLATE_XML | Generates Excel XML Template | Public |
| CALL METHOD cl_chtmlb_xml_provider=>CREATE_EXCEL_TEMPLATE_XML...more details | ||
| CREATE_EXCEL_TEMPLATE_XML_CON | Generates Schema for Excel Download in UIU | Public |
| CALL METHOD cl_chtmlb_xml_provider=>CREATE_EXCEL_TEMPLATE_XML_CON...more details | ||
| CREATE_EXCEL_TEMPLT_XML_DYN | Public | |
| CALL METHOD cl_chtmlb_xml_provider=>CREATE_EXCEL_TEMPLT_XML_DYN...more details | ||
| CREATE_XSD | Generate XML Schema from a Structure | Public |
| CALL METHOD cl_chtmlb_xml_provider=>CREATE_XSD...more details | ||
|
| ||
| CREATE_XSD_DYNAMIC | Public | |
| CALL METHOD cl_chtmlb_xml_provider=>CREATE_XSD_DYNAMIC...more details | ||
| EXISTENCE_CHECK | Dummy Method for Checking Whether Class Exists | Public |
| CALL METHOD cl_chtmlb_xml_provider=>EXISTENCE_CHECK...more details | ||
| FORMAT_XSD_VALUE | Format cell value to XSD standards | Private |
| CALL METHOD cl_chtmlb_xml_provider=>FORMAT_XSD_VALUE...more details | ||
| GET_CSV_FROM_XML | Generates Application Data from XML | Public |
| CALL METHOD cl_chtmlb_xml_provider=>GET_CSV_FROM_XML...more details | ||
| GET_CURRENCY_DECIMALS | Get number of decimals for currency types | Private |
| CALL METHOD cl_chtmlb_xml_provider=>GET_CURRENCY_DECIMALS...more details | ||
| GET_XML | Generates XML from Random Application Data | Public |
| CALL METHOD cl_chtmlb_xml_provider=>GET_XML...more details | ||
| GET_XML_DYNAMIC | Public | |
| CALL METHOD cl_chtmlb_xml_provider=>GET_XML_DYNAMIC...more details | ||
| GET_XML_FROM_MODEL | Create XML from model | Public |
| CALL METHOD cl_chtmlb_xml_provider=>GET_XML_FROM_MODEL...more details | ||
| GET_XSD_STYLES | Create XSD Styles tag | Private |
| CALL METHOD cl_chtmlb_xml_provider=>GET_XSD_STYLES...more details | ||
| GET_XSD_STYLE_ID | Get XSD Style ID for column | Private |
| CALL METHOD cl_chtmlb_xml_provider=>GET_XSD_STYLE_ID...more details | ||
| GET_XSD_TYPENAME | Get XSD TypeName for column | Private |
| CALL METHOD cl_chtmlb_xml_provider=>GET_XSD_TYPENAME...more details | ||
CL_CHTMLB_XML_PROVIDER 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 |
| CO_XSD_STYLE_ID_CURRENCY | Constant | 'CurrencyStyle' | LIKE STRING | Private | |
| CO_XSD_STYLE_ID_DATE | Constant | 'DateStyle' | LIKE STRING | Private | |
| CO_XSD_STYLE_ID_DATETIME | Constant | 'DateTimeStyle' | LIKE STRING | Private | |
| CO_XSD_STYLE_ID_TIME | Constant | 'TimeStyle' | LIKE STRING | Private | |
| GC_ITEMS | Constant | 'Items' | LIKE STRING | Protected |
CL_CHTMLB_XML_PROVIDER types
CHTMLB_TV_COMP_DESCR -CHTMLB_TV_COMP_DESCR_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