SAP ABAP Class CL_RSRT_VIEWER_HTML_CONTROL (Viewer: HTML GUI Control)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSRT_BICS_VIEWER (Package) RSRT BICS Viewer
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSRT_VIEWER | Viewer | 20120207 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSRT_HTTP_CONNECTION_INFO | HTTP Connection Information | 20120207 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSRT_VIEWER_HTML_CONTROL | Viewer: HTML GUI Control | 20120207 |
Properties
| Class | CL_RSRT_VIEWER_HTML_CONTROL | |
| Short Description | Viewer: HTML GUI Control | |
| Super Class | CL_RSRT_VIEWER | Viewer |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSRT_BICS_VIEWER | RSRT BICS Viewer |
| Created | 20120207 | SAP |
| Last change | 20140121 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSRT_HTTP_CONNECTION_INFO | HTTP Connection Information | 20120207 | ||
| 2 | IF_RSRT_VIEWER_HTML_CONTROL | Viewer: HTML GUI Control | 20120207 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_RSRT_VIEWER | 20121017 | Viewer |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TN_T_DOCUMENT | HTML Documents | 20121017 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | IF_RSRT_MIME_OBJECT=>TN_T_MIME_OBJECT | Mime Object List | 20121017 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120207 | |
| 2 | Instance method | Public | Event handling method | Handle SAP Event | 20120207 | |
| 3 | Instance method | Private | Method | Display Document | 20120207 |
Events
Class CL_RSRT_VIEWER_HTML_CONTROL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_DOCUMENT | Protected | See coding | HTML Document | 20120207 | begin of tn_s_document,
o_document type ref to if_rsrt_html_document,
is_dirty type abap_bool,
end of tn_s_document
|
|
| 2 | TN_T_DOCUMENT | Protected | See coding | HTML Documents | 20120207 | tn_t_document type sorted table of tn_s_document with unique key o_document initial size 1
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER_NAME | Call by reference | Type reference (TYPE) | IF_RSRT_VIEWER_HTML_CONTROL=>TN_CONTAINER_NAME | IF_RSRT_VIEWER_HTML_CONTROL=>N_C_CONTAINER_NAME | Dynpro Container Name | 20120207 | ||
| 2 | DYNNR | Call by reference | Type reference (TYPE) | SYDYNNR | IF_RSRT_VIEWER_HTML_CONTROL=>N_C_DYNNR | Dynpro to which Container is linked to | 20120207 | ||
| 3 | ID | Call by reference | Type reference (TYPE) | IF_RSRT_VIEWER=>TN_ID | Unique ID | 20120207 | |||
| 4 | O_COMMAND_PROCESSOR | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_COMMAND_PROCESSOR | Command Processor | 20130510 | |||
| 5 | O_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container fuer Custom Controls in der Dynpro Area | 20120207 | |||
| 6 | O_RENDERER | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_RENDERER_HTML | Renderer: HTML | 20120207 | |||
| 7 | PFKEY | Call by reference | Type reference (TYPE) | SYPFKEY | IF_RSRT_VIEWER_HTML_CONTROL=>N_C_PFKEY | Aktueller GUI-Status | 20120307 | ||
| 8 | PROGRAM | Call by reference | Type reference (TYPE) | SYCPROG | IF_RSRT_VIEWER_HTML_CONTROL=>N_C_CPROG | Report to which Container is linked to | 20120207 | ||
| 9 | VIEW_ITEM_CID | Call by reference | Type reference (TYPE) | IF_RSRT_UI_APPLICATION=>TN_ID | Model ID | 20130510 |
Method CONSTRUCTOR on class CL_RSRT_VIEWER_HTML_CONTROL 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) | 20120207 | |||||
| 2 | FRAME | Value transfer | Attribute reference (LIKE) | 20120207 | |||||
| 3 | GETDATA | Value transfer | Attribute reference (LIKE) | 20120207 | |||||
| 4 | POSTDATA | Value transfer | Attribute reference (LIKE) | 20120207 | |||||
| 5 | QUERY_TABLE | Value transfer | Attribute reference (LIKE) | 20120207 |
Method HANDLE_SAPEVENT on class CL_RSRT_VIEWER_HTML_CONTROL has no exception.
Method LOAD_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_HTML_DOCUMENT | HTML Document | 20120207 |
Method LOAD_DOCUMENT on class CL_RSRT_VIEWER_HTML_CONTROL has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |