SAP ABAP Class CL_APL_ECATT_WD_HTML_VIEWER (HTML Viewer for eCATT WD Simulation)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
⤷
SECATT_GUI (Package) eCATT GUI Objects
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GUI_HTML_VIEWER | HTML Control Proxy Class | 20100928 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_APL_ECATT_WEBDYNPRO_VIEWER | Web Dynpro Viewer for eCATT | 20101006 |
Properties
| Class | CL_APL_ECATT_WD_HTML_VIEWER | |
| Short Description | HTML Viewer for eCATT WD Simulation | |
| Super Class | CL_GUI_HTML_VIEWER | HTML Control Proxy Class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SECATT_GUI | eCATT GUI Objects |
| Created | 20100928 | SAP |
| Last change | 20130531 | 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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_APL_ECATT_WEBDYNPRO_VIEWER | Web Dynpro Viewer for eCATT | 20101006 |
Friends
Class CL_APL_ECATT_WD_HTML_VIEWER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_APL_ECATT_WD_HTML_VIEWER | HTML Viewer for eCATT WD Simulation | 20100928 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20101005 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | T_ELEMENT_ID | 20101005 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101005 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20101006 | ||
| 2 | Instance method | Private | Method | 20101104 | ||
| 3 | Instance method | Private | Event handling method | 20101005 | ||
| 4 | Static method | Public | Method | 20100928 | ||
| 5 | Instance method | Private | Method | 20101005 | ||
| 6 | Instance method | Public | Method | 20121031 | ||
| 7 | Instance method | Public | Method | 20100928 | ||
| 8 | Instance method | Private | Method | 20101104 |
Events
Class CL_APL_ECATT_WD_HTML_VIEWER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_C1000 | Private | See coding | 20101104 | t_c1000 type c length 1000
|
||
| 2 | T_C1000_TAB | Private | See coding | 20101104 | t_c1000_tab type standard table of t_c1000 with default key
|
||
| 3 | T_ELEMENT_ID | Private | See coding | 20101005 | begin of T_ELEMENT_ID,
component_name type string,
component_id type string,
view_name type string,
view_element_id type string,
sub_path type string,
end of t_element_id
|
Method Signatures
Method GET_ELEMENT_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT_ID | Call by reference | Type reference (TYPE) | T_ELEMENT_ID | 20101006 | ||||
| 2 | ELEMENT_XML | Value transfer | Type reference (TYPE) | STRING | 20101006 |
Method GET_ELEMENT_INFO on class CL_APL_ECATT_WD_HTML_VIEWER has no exception.
Method GET_HTML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTML | Value transfer | Type reference (TYPE) | STRING | 20101104 | ||||
| 2 | XML | Call by reference | Type reference (TYPE) | STRING | 20101104 |
Method GET_HTML on class CL_APL_ECATT_WD_HTML_VIEWER has no exception.
Method HANDLE_SAPEVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTION | Value transfer | Attribute reference (LIKE) | 20101005 | |||||
| 2 | FRAME | Value transfer | Attribute reference (LIKE) | 20101005 | |||||
| 3 | GETDATA | Value transfer | Attribute reference (LIKE) | 20101005 | |||||
| 4 | POSTDATA | Value transfer | Attribute reference (LIKE) | 20101005 | |||||
| 5 | QUERY_TABLE | Value transfer | Attribute reference (LIKE) | 20101005 |
Method HANDLE_SAPEVENT on class CL_APL_ECATT_WD_HTML_VIEWER has no exception.
Method IS_HTML_SNAPSHOT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100928 | ||||
| 2 | XML | Call by reference | Type reference (TYPE) | STRING | 20100928 |
Method IS_HTML_SNAPSHOT on class CL_APL_ECATT_WD_HTML_VIEWER has no exception.
Method REGISTER_EVENTS Signature
Method REGISTER_EVENTS on class CL_APL_ECATT_WD_HTML_VIEWER has no parameter.
Method REGISTER_EVENTS on class CL_APL_ECATT_WD_HTML_VIEWER has no exception.
Method SET_XML_AND_REGISTER_EVENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_XML | Call by reference | Type reference (TYPE) | STRING | 20121031 |
Method SET_XML_AND_REGISTER_EVENTS on class CL_APL_ECATT_WD_HTML_VIEWER has no exception.
Method SHOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DEST | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20110526 | |||
| 2 | XML | Call by reference | Type reference (TYPE) | STRING | 20100928 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Basisklasse für eCatt Middleware Ausnahmen | 20120522 |
Method STRING_TO_CHAR_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHAR_TAB | Value transfer | Type reference (TYPE) | T_C1000_TAB | 20101104 | ||||
| 2 | STRING | Call by reference | Type reference (TYPE) | STRING | 20101104 |
Method STRING_TO_CHAR_TAB on class CL_APL_ECATT_WD_HTML_VIEWER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |