SAP CL_ABAP_DOCU_DOWNLOAD OO Class - Download of the ABAP Keyword Documentation









CL_ABAP_DOCU_DOWNLOAD 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_DOWNLOAD 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_DOWNLOAD 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_LINKSADJUST_LINKSPrivate
CALL METHOD cl_abap_docu_download=>ADJUST_LINKS...more details

BUILD_ELEMENT_HTMLBUILD_ELEMENT_HTMLPrivate
CALL METHOD cl_abap_docu_download=>BUILD_ELEMENT_HTML...more details

BUILD_FRAMESBUILD_FRAMESPrivate
CALL METHOD cl_abap_docu_download=>BUILD_FRAMES...more details

BUILD_SITEMAPBUILD_SITEMAPPrivate
CALL METHOD cl_abap_docu_download=>BUILD_SITEMAP...more details

BUILD_TOCBUILD_TOCPrivate
CALL METHOD cl_abap_docu_download=>BUILD_TOC...more details

BUILD_TREEBUILD_TREEPrivate
CALL METHOD cl_abap_docu_download=>BUILD_TREE...more details

BUILD_TREE_CSSBUILD_TREE_CSSPrivate
CALL METHOD cl_abap_docu_download=>BUILD_TREE_CSS...more details

COMBINE_EXASCOMBINE_EXASPrivate
CALL METHOD cl_abap_docu_download=>COMBINE_EXAS...more details

COMBINE_FILESCOMBINE_FILESPrivate
CALL METHOD cl_abap_docu_download=>COMBINE_FILES...more details

COMBINE_GLOSSARYCOMBINE_GLOSSARYPrivate
CALL METHOD cl_abap_docu_download=>COMBINE_GLOSSARY...more details

CONVERT_ALL_ITF_TO_HTMLCONVERT_ALL_ITF_TO_HTMLPrivate
CALL METHOD cl_abap_docu_download=>CONVERT_ALL_ITF_TO_HTML...more details

CONVERT_ONE_ITF_TO_HTMLCONVERT_ONE_ITF_TO_HTMLPrivate
CALL METHOD cl_abap_docu_download=>CONVERT_ONE_ITF_TO_HTML...more details

CONVERT_TREECONVERT_TREEPrivate
CALL METHOD cl_abap_docu_download=>CONVERT_TREE...more details

DOWNLOAD_ALLLoads All Documents in Different FilesPublic
CALL METHOD cl_abap_docu_download=>DOWNLOAD_ALL...more details

DOWNLOAD_SUBTREELoads All Documents of a Subtree in a FilePublic
CALL METHOD cl_abap_docu_download=>DOWNLOAD_SUBTREE...more details

GET_ICONSGET_ICONSPrivate
CALL METHOD cl_abap_docu_download=>GET_ICONS...more details

GET_ONE_DOCUMENTGets HTML documentPublic
CALL METHOD cl_abap_docu_download=>GET_ONE_DOCUMENT...more details

GET_PATHGET_PATHPrivate
CALL METHOD cl_abap_docu_download=>GET_PATH...more details

GET_PIC_TABGET_PIC_TABPrivate
CALL METHOD cl_abap_docu_download=>GET_PIC_TAB...more details

GET_SUBNODESGET_SUBNODESPrivate
CALL METHOD cl_abap_docu_download=>GET_SUBNODES...more details

GET_SUBTREE_HTMLPrivate
CALL METHOD cl_abap_docu_download=>GET_SUBTREE_HTML...more details

GET_TREEGET_TREEPrivate
CALL METHOD cl_abap_docu_download=>GET_TREE...more details

GET_TREE_HTMLGET_TREE_HTMLPrivate
CALL METHOD cl_abap_docu_download=>GET_TREE_HTML...more details

HANDLE_EXAMPLE_LISTHANDLE_EXAMPLE_LISTPrivate
CALL METHOD cl_abap_docu_download=>HANDLE_EXAMPLE_LIST...more details

HANDLE_EXASHANDLE_EXASPrivate
CALL METHOD cl_abap_docu_download=>HANDLE_EXAS...more details

HANDLE_GLOSSARYHANDLE_GLOSSARYPrivate
CALL METHOD cl_abap_docu_download=>HANDLE_GLOSSARY...more details

HANDLE_INDEXHANDLE_INDEXPrivate
CALL METHOD cl_abap_docu_download=>HANDLE_INDEX...more details

HANDLE_SUBJECT_LISTHANDLE_SUBJECT_LISTPrivate
CALL METHOD cl_abap_docu_download=>HANDLE_SUBJECT_LIST...more details

SAVE_ICONSSAVE_ICONSPrivate
CALL METHOD cl_abap_docu_download=>SAVE_ICONS...more details

SAVE_SYNTAX_DIAGRAMSSAVE_SYNTAX_DIAGRAMSPrivate
CALL METHOD cl_abap_docu_download=>SAVE_SYNTAX_DIAGRAMS...more details



CL_ABAP_DOCU_DOWNLOAD 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
COMBINED_HTMLStatic AttributeCOMBINED_HTMLLIKE
Private
GLOSSARY_HTMLStatic AttributeGLOSSARY_HTMLLIKE
Private
NO_TREE_FLAGInstance AttributeLIKE
Private
TREE_CSSStatic AttributeTREE_CSSLIKE
Private
TREE_HTMLStatic AttributeTREE_HTMLLIKE
Private
UNIT_TEST_FLAGInstance AttributeLIKE
Private




CL_ABAP_DOCU_DOWNLOAD types

SUB_LINE -
SUB_TABLE -
TREE_STRUCT_TAB_TYPE - TREE_STRUCT_TAB_TYPE
TREE_STRUCT_TYPE - TREE_STRUCT_TYPE

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!