SAP CL_ABAP_DOCU_HTML OO Class - Browser Version of the ABAP Keyword Documentation
CL_ABAP_DOCU_HTML 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_HTML 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_HTML 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_HTML_FOR_ECLIPSE | Private | |
| CALL METHOD cl_abap_docu_html=>ADJUST_HTML_FOR_ECLIPSE...more details | ||
| CALL_STATISTICS | Private | |
| CALL METHOD cl_abap_docu_html=>CALL_STATISTICS...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD cl_abap_docu_html=>CLASS_CONSTRUCTOR...more details | ||
| GET_DOCUMENT | Private | |
| CALL METHOD cl_abap_docu_html=>GET_DOCUMENT...more details | ||
| GET_FIGURE | Private | |
| CALL METHOD cl_abap_docu_html=>GET_FIGURE...more details | ||
| GET_HTML | Provides HTML File | Public |
| CALL METHOD cl_abap_docu_html=>GET_HTML...more details | ||
|
| ||
| HANDLE_COMPANNO_LINKS | Private | |
| CALL METHOD cl_abap_docu_html=>HANDLE_COMPANNO_LINKS...more details | ||
| HANDLE_SEARCH_RESULT | Private | |
| CALL METHOD cl_abap_docu_html=>HANDLE_SEARCH_RESULT...more details | ||
| HANDLE_UNDEFINED_VERSION | Private | |
| CALL METHOD cl_abap_docu_html=>HANDLE_UNDEFINED_VERSION...more details | ||
| MARKUP_SEARCH_RESULT | Private | |
| CALL METHOD cl_abap_docu_html=>MARKUP_SEARCH_RESULT...more details | ||
| SEARCH_DOCU_BY_BDL_F1_CONTEXT | Private | |
| CALL METHOD cl_abap_docu_html=>SEARCH_DOCU_BY_BDL_F1_CONTEXT...more details | ||
| SEARCH_DOCU_BY_INDEX | Private | |
| CALL METHOD cl_abap_docu_html=>SEARCH_DOCU_BY_INDEX...more details | ||
| SEARCH_DOCU_BY_KEYWORD | Private | |
| CALL METHOD cl_abap_docu_html=>SEARCH_DOCU_BY_KEYWORD...more details | ||
| SEARCH_DOCU_BY_TEXT | Private | |
| CALL METHOD cl_abap_docu_html=>SEARCH_DOCU_BY_TEXT...more details | ||
| SEARCH_DOCU_BY_TOKENS | Private | |
| CALL METHOD cl_abap_docu_html=>SEARCH_DOCU_BY_TOKENS...more details | ||
| SEARCH_STATISTICS | Private | |
| CALL METHOD cl_abap_docu_html=>SEARCH_STATISTICS...more details | ||
| SELECT_VERSION | Private | |
| CALL METHOD cl_abap_docu_html=>SELECT_VERSION...more details | ||
| TRANSFORM_SEARCH_RESULTS | Private | |
| CALL METHOD cl_abap_docu_html=>TRANSFORM_SEARCH_RESULTS...more details | ||
| UPDATE_SEARCH_STATISTICS | Private | |
| CALL METHOD cl_abap_docu_html=>UPDATE_SEARCH_STATISTICS...more details | ||
CL_ABAP_DOCU_HTML 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 |
| G_CLIENT | Instance Attribute | LIKE | Private | ||
| G_DOCU_KIND | Static Attribute | CL_ABAP_DOCU_URL=>WEB | LIKE CL_ABAP_DOCU_URL=>KIND | Private | |
| G_ECLIPSE | Instance Attribute | LIKE | Private | ||
| G_FULL_TEXT | Instance Attribute | LIKE | Private | ||
| G_LANGUAGE | Instance Attribute | LIKE | Private | ||
| G_PATH | Instance Attribute | LIKE | Private | ||
| G_TITLE1 | Instance Attribute | LIKE | Private | ||
| G_TITLE2 | Instance Attribute | LIKE | Private | ||
| G_TITLE3 | Instance Attribute | LIKE | Private | ||
| G_VERSION | Instance Attribute | LIKE | Private |
CL_ABAP_DOCU_HTML types
RESULTS -RESULTS_WA -
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