SAP ABAP Class CL_HTTP_EXT_HTML_VIEWER_DATA (HTTP Data Service for HTML Viewer Control)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-FES-CTL (Application Component) SAP GUI for Windows Controls
⤷
SAPHTML (Package) SAP HTML Control (ABAP Objects)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_HTTP_EXT_BASE | HTTP Framework (iHTTP) Basis Class | 20000410 |
Properties
| Class | CL_HTTP_EXT_HTML_VIEWER_DATA | |
| Short Description | HTTP Data Service for HTML Viewer Control | |
| Super Class | CL_HTTP_EXT_BASE | HTTP Framework (iHTTP) Basis Class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAPHTML | SAP HTML Control (ABAP Objects) |
| Created | 20000410 | SAP |
| Last change | 20000427 | SAP |
| 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_HTTP_EXT_HTML_VIEWER_DATA has no interface implemented.
Friends
Class CL_HTTP_EXT_HTML_VIEWER_DATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_BDS_DOCUMENT_SET | BusinessDocumentSet | 20000413 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Gets the BDS Object | 20000413 | |
| 2 | Instance method | Private | Method | Gets the HTML Documents from the Web Repository | 20000410 | |
| 3 | Instance method | Private | Method | Gets the MIME Object from the Web Repository | 20000410 | |
| 4 | Instance method | Private | Method | Sets the HTTP Data | 20000427 | |
| 5 | Instance method | Private | Method | Sets the HTTP Data | 20000410 | |
| 6 | Instance method | Private | Method | Converts a Table into STRING | 20000410 | |
| 7 | Instance method | Private | Method | Converts a Table into STRING | 20000427 |
Events
Class CL_HTTP_EXT_HTML_VIEWER_DATA has no event.
Types
Class CL_HTTP_EXT_HTML_VIEWER_DATA has no local type.
Method Signatures
Method GET_BDS_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTENT_TYPE | Call by reference | Type reference (TYPE) | STRING | MIME Typ | 20000413 | |||
| 2 | DATA | Call by reference | Type reference (TYPE) | XSTRING | Daten | 20000413 | |||
| 3 | SAP_ICON | Call by reference | Type reference (TYPE) | ICONNAME | Icon Name | 20000413 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OBJECT_NOT_FOUND | 20000413 |
Method GET_WWWDATA_HTML_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTENT_TYPE | Call by reference | Type reference (TYPE) | W3PARAM-CONT_TYPE | MIME Typ | 20000410 | |||
| 2 | DATA | Call by reference | Type reference (TYPE) | STRING | Daten | 20000410 | |||
| 3 | DOCUMENT_ID | Call by reference | Type reference (TYPE) | C | Dokumente ID | 20000410 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OBJECT_NOT_FOUND | 20000410 |
Method GET_WWWDATA_MIME_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTENT_TYPE | Call by reference | Type reference (TYPE) | W3PARAM-CONT_TYPE | MIME Typ | 20000410 | |||
| 2 | DATA | Call by reference | Type reference (TYPE) | XSTRING | Daten | 20000410 | |||
| 3 | OBJECT_ID | Call by reference | Type reference (TYPE) | C | Objekt ID | 20000410 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OBJECT_NOT_FOUND | 20000410 |
Method SET_HTTP_CDATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | STRING | Daten | 20000427 | |||
| 2 | MIME_TYPE | Call by reference | Type reference (TYPE) | STRING | 'text/html' | MIME Typ | 20000427 | ||
| 3 | SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | Server | 20000427 |
Method SET_HTTP_CDATA on class CL_HTTP_EXT_HTML_VIEWER_DATA has no exception.
Method SET_HTTP_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | XSTRING | Daten | 20000410 | |||
| 2 | MIME_TYPE | Call by reference | Type reference (TYPE) | STRING | 'text/html' | MIME Typ | 20000410 | ||
| 3 | SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | Server | 20000410 |
Method SET_HTTP_DATA on class CL_HTTP_EXT_HTML_VIEWER_DATA has no exception.
Method TABLE_TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA_STRING | Value transfer | Type reference (TYPE) | STRING | String | 20000410 | |||
| 2 | DATA_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | Tabelle | 20000410 |
Method TABLE_TO_STRING on class CL_HTTP_EXT_HTML_VIEWER_DATA has no exception.
Method TABLE_TO_XSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA_STRING | Value transfer | Type reference (TYPE) | XSTRING | String | 20000427 | |||
| 2 | DATA_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | Tabelle | 20000427 |
Method TABLE_TO_XSTRING on class CL_HTTP_EXT_HTML_VIEWER_DATA has no exception.
History
| Last changed by/on | SAP | 20000427 |
| SAP Release Created in | 50A |