SAP CL_ABAP_DOCU_CONVERTER OO Class - Conversion of the ABAP Keyword Documentation









CL_ABAP_DOCU_CONVERTER 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_ABAP_DOCU_CONVERTER 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_ABAP_DOCU_CONVERTER 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
ADJUST_VERSIONPrivate
CALL METHOD cl_abap_docu_converter=>ADJUST_VERSION...more details

APPEND_TEXT_TO_HTMLAPPEND_TEXT_TO_HTMLPrivate
CALL METHOD cl_abap_docu_converter=>APPEND_TEXT_TO_HTML...more details

CONVERT_ITFCONVERT_ITFPrivate
CALL METHOD cl_abap_docu_converter=>CONVERT_ITF...more details

CONVERT_ITF_2_HTMLConverts ITF to HTMLPublic
CALL METHOD cl_abap_docu_converter=>CONVERT_ITF_2_HTML...more details

FILE_LINKFILE_LINKPrivate
CALL METHOD cl_abap_docu_converter=>FILE_LINK...more details

GET_DDLPrivate
CALL METHOD cl_abap_docu_converter=>GET_DDL...more details

GET_INCLUDEPrivate
CALL METHOD cl_abap_docu_converter=>GET_INCLUDE...more details

GET_METHODPrivate
CALL METHOD cl_abap_docu_converter=>GET_METHOD...more details

GET_TRANSFORMATIONGET_TRANSFORMATIONPrivate
CALL METHOD cl_abap_docu_converter=>GET_TRANSFORMATION...more details

INDEX_ANCHORINDEX_ANCHORPrivate
CALL METHOD cl_abap_docu_converter=>INDEX_ANCHOR...more details

INTERNAL_LINKSINTERNAL_LINKSPrivate
CALL METHOD cl_abap_docu_converter=>INTERNAL_LINKS...more details

INTERNAL_LINK_ONE_ADDITIONINTERNAL_LINK_ONE_ADDITIONPrivate
CALL METHOD cl_abap_docu_converter=>INTERNAL_LINK_ONE_ADDITION...more details

INTERNAL_LINK_TAGSINTERNAL_LINK_TAGSPrivate
CALL METHOD cl_abap_docu_converter=>INTERNAL_LINK_TAGS...more details

INTERNAL_TOCPrivate
CALL METHOD cl_abap_docu_converter=>INTERNAL_TOC...more details

ONLINE_LINKONLINE_LINKPrivate
CALL METHOD cl_abap_docu_converter=>ONLINE_LINK...more details

REPLACE_ANGLE_BRACKETREPLACE_ANGLE_BRACKETPrivate
CALL METHOD cl_abap_docu_converter=>REPLACE_ANGLE_BRACKET...more details

REPLACE_ITF_TEXTREPLACE_ITF_TEXTPrivate
CALL METHOD cl_abap_docu_converter=>REPLACE_ITF_TEXT...more details

REPLACE_TAGSREPLACE_TAGSPrivate
CALL METHOD cl_abap_docu_converter=>REPLACE_TAGS...more details

SHIFT_INDEXPrivate
CALL METHOD cl_abap_docu_converter=>SHIFT_INDEX...more details



CL_ABAP_DOCU_CONVERTER 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
FIL_FLAGStatic AttributeFIL_FLAGLIKE
ABAP_BOOL
Private
NO_TREE_FLAGInstance AttributeLIKE
Private
NUC_FLAGStatic AttributeNUC_FLAGLIKE
ABAP_BOOL
Private
TEXT_LANGUStatic AttributeTEXT_LANGULIKE
SY-LANGU
Private
WEB_FLAGInstance AttributeLIKE
Private




CL_ABAP_DOCU_CONVERTER types

HTML -
ITF -

Links to Related Class(s)

CL_ABAP_...
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!