SAP ABAP Class CL_ABAP_DOCU_HTML (Web Version of ABAP Keyword Documentation)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABAPDOCU (Package) ABAP Documentation Objects in ABAP Workbench
⤷
⤷
Properties
| Class | CL_ABAP_DOCU_HTML | |
| Short Description | Web Version of ABAP Keyword Documentation | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SABAPDOCU | ABAP Documentation Objects in ABAP Workbench |
| Created | 20121029 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_ABAP_DOCU_HTML has no interface implemented.
Friends
Class CL_ABAP_DOCU_HTML has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | STRING | 20131113 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20121029 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | STRING | 20121029 | ||||
| 4 | Static Attribute | Private | Type reference (TYPE) | STRING | 20121029 | ||||
| 5 | Static Attribute | Private | Type reference (TYPE) | STRING | 20121029 | ||||
| 6 | Static Attribute | Private | Type reference (TYPE) | STRING | 20121029 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | 20121029 | ||
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20121029 | |
| 3 | Static method | Private | Method | 20121029 | ||
| 4 | Static method | Private | Method | 20121029 | ||
| 5 | Static method | Public | Method | Provides HTML File | 20121029 | |
| 6 | Static method | Private | Method | 20121119 | ||
| 7 | Static method | Private | Method | 20121029 | ||
| 8 | Static method | Private | Method | 20121029 | ||
| 9 | Static method | Private | Method | 20121029 | ||
| 10 | Static method | Private | Method | 20121029 | ||
| 11 | Static method | Private | Method | 20121119 | ||
| 12 | Static method | Private | Method | 20121119 |
Events
Class CL_ABAP_DOCU_HTML has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | RESULTS | Private | See coding | 20121119 | results TYPE STANDARD TABLE OF results_wa with EMPTY KEY
|
||
| 2 | RESULTS_WA | Private | See coding | 20121119 | BEGIN OF results_wa,
text TYPE string,
object TYPE dokil-object,
END OF results_wa
|
Method Signatures
Method ADJUST_HTML_FOR_ECLIPSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTML | Call by reference | Type reference (TYPE) | STRING | 20121029 |
Method ADJUST_HTML_FOR_ECLIPSE on class CL_ABAP_DOCU_HTML has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ABAP_DOCU_HTML has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ABAP_DOCU_HTML has no exception.
Method GET_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTML | Value transfer | Type reference (TYPE) | STRING | 20121029 | ||||
| 2 | OBJECT | Call by reference | Type reference (TYPE) | STRING | 20121029 |
Method GET_DOCUMENT on class CL_ABAP_DOCU_HTML has no exception.
Method GET_FIGURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Value transfer | Type reference (TYPE) | STRING | 20121029 | ||||
| 2 | XHTML | Value transfer | Type reference (TYPE) | XSTRING | 20121029 |
Method GET_FIGURE on class CL_ABAP_DOCU_HTML has no exception.
Method GET_HTML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT | Value transfer | Type reference (TYPE) | STRING | Mandant | 20131113 | |||
| 2 | FORMAT | Value transfer | Type reference (TYPE) | STRING | `` | 20121029 | |||
| 3 | HTML | Call by reference | Type reference (TYPE) | STRING | HTML-Datei | 20121029 | |||
| 4 | LANGUAGE | Value transfer | Type reference (TYPE) | STRING | Sprache (EN, DE) | 20121029 | |||
| 5 | OBJECT | Value transfer | Type reference (TYPE) | STRING | ABAP-Doku-Objekt | 20121029 | |||
| 6 | PATH | Value transfer | Type reference (TYPE) | STRING | Pfad der Web-Adresse | 20121029 | |||
| 7 | QUERY | Value transfer | Type reference (TYPE) | STRING | Suchbegriff | 20121029 | |||
| 8 | TOKENS | Call by reference | Type reference (TYPE) | ABAPDOCU_TOKENS | Tabelle der Token der ausgewählten Anweisung | 20121119 | |||
| 9 | XHTML | Call by reference | Type reference (TYPE) | XSTRING | Binärdatei | 20121029 |
Method GET_HTML on class CL_ABAP_DOCU_HTML has no exception.
Method HANDLE_SEARCH_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTML | Call by reference | Type reference (TYPE) | STRING | 20121119 |
Method HANDLE_SEARCH_RESULT on class CL_ABAP_DOCU_HTML has no exception.
Method MARKUP_SEARCH_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTML | Call by reference | Type reference (TYPE) | STRING | 20121029 |
Method MARKUP_SEARCH_RESULT on class CL_ABAP_DOCU_HTML has no exception.
Method SEARCH_DOCU_BY_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTML | Value transfer | Type reference (TYPE) | STRING | 20121029 | ||||
| 2 | QUERY | Value transfer | Type reference (TYPE) | STRING | 20121029 |
Method SEARCH_DOCU_BY_INDEX on class CL_ABAP_DOCU_HTML has no exception.
Method SEARCH_DOCU_BY_KEYWORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTML | Value transfer | Type reference (TYPE) | STRING | 20121029 | ||||
| 2 | KEYWORD | Value transfer | Type reference (TYPE) | STRING | 20121029 |
Method SEARCH_DOCU_BY_KEYWORD on class CL_ABAP_DOCU_HTML has no exception.
Method SEARCH_DOCU_BY_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTML | Value transfer | Type reference (TYPE) | STRING | 20121029 | ||||
| 2 | TEXT | Call by reference | Type reference (TYPE) | STRING | 20121029 |
Method SEARCH_DOCU_BY_TEXT on class CL_ABAP_DOCU_HTML has no exception.
Method SEARCH_DOCU_BY_TOKENS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTML | Value transfer | Type reference (TYPE) | STRING | 20121119 | ||||
| 2 | TOKENS | Call by reference | Type reference (TYPE) | ABAPDOCU_TOKENS | Tabelle der Token der ausgewählten Anweisung | 20121119 |
Method SEARCH_DOCU_BY_TOKENS on class CL_ABAP_DOCU_HTML has no exception.
Method TRANSFORM_SEARCH_RESULTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTML | Value transfer | Type reference (TYPE) | STRING | 20121119 | ||||
| 2 | RESULT_TAB | Call by reference | Type reference (TYPE) | CL_ABAP_DOCU=>SEARCH_RESULTS | 20121119 |
Method TRANSFORM_SEARCH_RESULTS on class CL_ABAP_DOCU_HTML has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |