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 NameDescriptionVisability
CALCULATE_TREE_INDENTReturn the number of spaces needed to indentPrivate
CALL METHOD cl_chtmlb_xml_provider=>CALCULATE_TREE_INDENT...more details

CREATE_COMBINED_XMLGenerate XML template and dataPublic
CALL METHOD cl_chtmlb_xml_provider=>CREATE_COMBINED_XML...more details

CREATE_EXCEL_TEMPLATE_XMLGenerates Excel XML TemplatePublic
CALL METHOD cl_chtmlb_xml_provider=>CREATE_EXCEL_TEMPLATE_XML...more details

CREATE_EXCEL_TEMPLATE_XML_CONGenerates Schema for Excel Download in UIUPublic
CALL METHOD cl_chtmlb_xml_provider=>CREATE_EXCEL_TEMPLATE_XML_CON...more details

CREATE_EXCEL_TEMPLT_XML_DYNPublic
CALL METHOD cl_chtmlb_xml_provider=>CREATE_EXCEL_TEMPLT_XML_DYN...more details

CREATE_XSDGenerate XML Schema from a StructurePublic
CALL METHOD cl_chtmlb_xml_provider=>CREATE_XSD...more details

CREATE_XSD_DYNAMICPublic
CALL METHOD cl_chtmlb_xml_provider=>CREATE_XSD_DYNAMIC...more details

EXISTENCE_CHECKDummy Method for Checking Whether Class ExistsPublic
CALL METHOD cl_chtmlb_xml_provider=>EXISTENCE_CHECK...more details

FORMAT_XSD_VALUEFormat cell value to XSD standardsPrivate
CALL METHOD cl_chtmlb_xml_provider=>FORMAT_XSD_VALUE...more details

GET_CSV_FROM_XMLGenerates Application Data from XMLPublic
CALL METHOD cl_chtmlb_xml_provider=>GET_CSV_FROM_XML...more details

GET_CURRENCY_DECIMALSGet number of decimals for currency typesPrivate
CALL METHOD cl_chtmlb_xml_provider=>GET_CURRENCY_DECIMALS...more details

GET_XMLGenerates XML from Random Application DataPublic
CALL METHOD cl_chtmlb_xml_provider=>GET_XML...more details

GET_XML_DYNAMICPublic
CALL METHOD cl_chtmlb_xml_provider=>GET_XML_DYNAMIC...more details

GET_XML_FROM_MODELCreate XML from modelPublic
CALL METHOD cl_chtmlb_xml_provider=>GET_XML_FROM_MODEL...more details

GET_XSD_STYLESCreate XSD Styles tagPrivate
CALL METHOD cl_chtmlb_xml_provider=>GET_XSD_STYLES...more details

GET_XSD_STYLE_IDGet XSD Style ID for columnPrivate
CALL METHOD cl_chtmlb_xml_provider=>GET_XSD_STYLE_ID...more details

GET_XSD_TYPENAMEGet XSD TypeName for columnPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
CO_XSD_STYLE_ID_CURRENCYConstant'CurrencyStyle'LIKE
STRING
Private
CO_XSD_STYLE_ID_DATEConstant'DateStyle'LIKE
STRING
Private
CO_XSD_STYLE_ID_DATETIMEConstant'DateTimeStyle'LIKE
STRING
Private
CO_XSD_STYLE_ID_TIMEConstant'TimeStyle'LIKE
STRING
Private
GC_ITEMSConstant'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



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!