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 Name | Description | Visability |
| ADJUST_LINKS | ADJUST_LINKS | Private |
| CALL METHOD cl_abap_docu_download=>ADJUST_LINKS...more details | ||
| BUILD_ELEMENT_HTML | BUILD_ELEMENT_HTML | Private |
| CALL METHOD cl_abap_docu_download=>BUILD_ELEMENT_HTML...more details | ||
| BUILD_FRAMES | BUILD_FRAMES | Private |
| CALL METHOD cl_abap_docu_download=>BUILD_FRAMES...more details | ||
| BUILD_SITEMAP | BUILD_SITEMAP | Private |
| CALL METHOD cl_abap_docu_download=>BUILD_SITEMAP...more details | ||
| BUILD_TOC | BUILD_TOC | Private |
| CALL METHOD cl_abap_docu_download=>BUILD_TOC...more details | ||
| BUILD_TREE | BUILD_TREE | Private |
| CALL METHOD cl_abap_docu_download=>BUILD_TREE...more details | ||
|
| ||
| BUILD_TREE_CSS | BUILD_TREE_CSS | Private |
| CALL METHOD cl_abap_docu_download=>BUILD_TREE_CSS...more details | ||
| BUILD_TREE_HTML | Creates tree in buffers | Public |
| CALL METHOD cl_abap_docu_download=>BUILD_TREE_HTML...more details | ||
| CHECK_HTML | Private | |
| CALL METHOD cl_abap_docu_download=>CHECK_HTML...more details | ||
| COMBINE_EXAS | COMBINE_EXAS | Private |
| CALL METHOD cl_abap_docu_download=>COMBINE_EXAS...more details | ||
| COMBINE_FILES | COMBINE_FILES | Private |
| CALL METHOD cl_abap_docu_download=>COMBINE_FILES...more details | ||
| COMBINE_GLOSSARY | COMBINE_GLOSSARY | Private |
| CALL METHOD cl_abap_docu_download=>COMBINE_GLOSSARY...more details | ||
| CONVERT_ALL_ITF_TO_HTML | CONVERT_ALL_ITF_TO_HTML | Private |
| CALL METHOD cl_abap_docu_download=>CONVERT_ALL_ITF_TO_HTML...more details | ||
| CONVERT_ONE_ITF_TO_HTML | CONVERT_ONE_ITF_TO_HTML | Private |
| CALL METHOD cl_abap_docu_download=>CONVERT_ONE_ITF_TO_HTML...more details | ||
| CONVERT_TEXT_TO_UNICODE | CONVERT_TEXT_TO_UNICODE | Private |
| CALL METHOD cl_abap_docu_download=>CONVERT_TEXT_TO_UNICODE...more details | ||
| CONVERT_TREE | CONVERT_TREE | Private |
| CALL METHOD cl_abap_docu_download=>CONVERT_TREE...more details | ||
| DOWNLOAD_ALL | Loads All Documents in Different Files | Public |
| CALL METHOD cl_abap_docu_download=>DOWNLOAD_ALL...more details | ||
| DOWNLOAD_SUBTREE | Loads All Documents of a Subtree in a File | Public |
| CALL METHOD cl_abap_docu_download=>DOWNLOAD_SUBTREE...more details | ||
| FEEDBACK_HTML | Private | |
| CALL METHOD cl_abap_docu_download=>FEEDBACK_HTML...more details | ||
| GET_ICONS | GET_ICONS | Private |
| CALL METHOD cl_abap_docu_download=>GET_ICONS...more details | ||
| GET_LOG | List of files | Public |
| CALL METHOD cl_abap_docu_download=>GET_LOG...more details | ||
| GET_ONE_DOCUMENT | Gets HTML document | Public |
| CALL METHOD cl_abap_docu_download=>GET_ONE_DOCUMENT...more details | ||
| GET_PATH | GET_PATH | Private |
| CALL METHOD cl_abap_docu_download=>GET_PATH...more details | ||
| GET_PIC_TAB | GET_PIC_TAB | Private |
| CALL METHOD cl_abap_docu_download=>GET_PIC_TAB...more details | ||
| GET_SUBNODES | GET_SUBNODES | Private |
| CALL METHOD cl_abap_docu_download=>GET_SUBNODES...more details | ||
| GET_SUBTREE_HTML | Private | |
| CALL METHOD cl_abap_docu_download=>GET_SUBTREE_HTML...more details | ||
| GET_TREE | GET_TREE | Private |
| CALL METHOD cl_abap_docu_download=>GET_TREE...more details | ||
| GET_TREE_HTML | GET_TREE_HTML | Private |
| CALL METHOD cl_abap_docu_download=>GET_TREE_HTML...more details | ||
| HANDLE_EXAMPLE_LIST | HANDLE_EXAMPLE_LIST | Private |
| CALL METHOD cl_abap_docu_download=>HANDLE_EXAMPLE_LIST...more details | ||
| HANDLE_EXAS | HANDLE_EXAS | Private |
| CALL METHOD cl_abap_docu_download=>HANDLE_EXAS...more details | ||
| HANDLE_GLOSSARY | HANDLE_GLOSSARY | Private |
| CALL METHOD cl_abap_docu_download=>HANDLE_GLOSSARY...more details | ||
| HANDLE_INDEX | HANDLE_INDEX | Private |
| CALL METHOD cl_abap_docu_download=>HANDLE_INDEX...more details | ||
| HANDLE_SUBJECT_LIST | HANDLE_SUBJECT_LIST | Private |
| CALL METHOD cl_abap_docu_download=>HANDLE_SUBJECT_LIST...more details | ||
| SAVE_ICONS | SAVE_ICONS | Private |
| CALL METHOD cl_abap_docu_download=>SAVE_ICONS...more details | ||
| SAVE_JS | Private | |
| CALL METHOD cl_abap_docu_download=>SAVE_JS...more details | ||
| SAVE_METADATA_XML | Private | |
| CALL METHOD cl_abap_docu_download=>SAVE_METADATA_XML...more details | ||
| SAVE_SEARCH_HTML | SAVE_SEARCH_HTML | Private |
| CALL METHOD cl_abap_docu_download=>SAVE_SEARCH_HTML...more details | ||
| SAVE_SYNTAX_DIAGRAMS | SAVE_SYNTAX_DIAGRAMS | Private |
| CALL METHOD cl_abap_docu_download=>SAVE_SYNTAX_DIAGRAMS...more details | ||
| SET_LATEST_FLAG | Create metadata for 'latest' URL | Public |
| CALL METHOD cl_abap_docu_download=>SET_LATEST_FLAG...more details | ||
| SET_TEST_FLAG | Test run without download | Public |
| CALL METHOD cl_abap_docu_download=>SET_TEST_FLAG...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.
| Name | Level | Description | Initial Value | Type | Visability |
| COMBINED_HTML | Static Attribute | COMBINED_HTML | LIKE | Private | |
| GLOSSARY_HTML | Static Attribute | GLOSSARY_HTML | LIKE | Private | |
| LATEST_FLAG | Static Attribute | LIKE ABAP_BOOL | Private | ||
| LOG | Static Attribute | LIKE LOGTAB | Private | ||
| NO_TREE_FLAG | Instance Attribute | LIKE | Private | ||
| ONLINE_TEST_FLAG | Static Attribute | LIKE ABAP_BOOL | Private | ||
| TREE_CSS | Static Attribute | TREE_CSS | LIKE | Private | |
| TREE_HTML | Static Attribute | TREE_HTML | LIKE | Private | |
| UNIT_TEST_FLAG | Instance Attribute | LIKE | Private |
CL_ABAP_DOCU_DOWNLOAD types
ERROR -HTML_ERRORS -
LOGTAB -
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