SAP ABAP Class CL_RSRT_VIEWER (Viewer)
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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSRT_COMMAND_PROCESSOR | Command Processor | 20120307 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSRT_ID | Unique ID | 20120307 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSRT_VIEWER | Viewer | 20120207 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSRT_VIEWER_HTML_CONTROL | Viewer: HTML GUI Control | 20120207 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSRT_VIEWER_WWW_HTTP | Viewer: HTTP | 20120927 |
Properties
| Class | CL_RSRT_VIEWER | |
| Short Description | Viewer | |
| Super Class | ||
| 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... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSRT_COMMAND_PROCESSOR | Command Processor | 20120307 | ||
| 2 | IF_RSRT_ID | Unique ID | 20120307 | ||
| 3 | IF_RSRT_VIEWER | Viewer | 20120207 |
Friends
Class CL_RSRT_VIEWER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_RSRT_COMMAND_PROCESSOR | Command Processor | 20130510 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | IF_RSRT_UI_APPLICATION=>TN_ID | Model ID | 20130510 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130510 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | IF_RSRT_VIEWER=>TN_T_VIEWER | Viewer List | 20120530 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | TN_T_ID | Unique ID List | 20120207 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120207 | |
| 2 | Static method | Public | Method | Create Viewer | 20120530 | |
| 3 | Instance method | Public | Method | Free | 20120530 | |
| 4 | Static method | Public | Method | Get Viewer | 20120530 | |
| 5 | Instance method | Protected | Method | Initialize | 20130513 |
Events
Class CL_RSRT_VIEWER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_ID | Private | See coding | Unique ID | 20120207 | begin of tn_s_id,
cid type if_rsrt_viewer=>tn_cid,
id type i,
end of tn_s_id
|
|
| 2 | TN_S_ITEM | Public | See coding | UI Viewer | 20120207 | begin of tn_s_item,
cid type if_rsrt_viewer=>tn_cid,
id type if_rsrt_viewer=>tn_id,
o_item type ref to if_rsrt_viewer,
end of tn_s_item
|
|
| 3 | TN_T_ID | Private | See coding | Unique ID List | 20120207 | tn_t_id type sorted table of tn_s_id with unique key cid initial size 1
|
|
| 4 | TN_T_ITEM | Public | See coding | UI Viewer List | 20120207 | tn_t_item type sorted table of tn_s_item with unique key id initial size 1
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CID | Call by reference | Type reference (TYPE) | IF_RSRT_VIEWER=>TN_CID | Unique Type | 20121017 | |||
| 2 | ID | Call by reference | Type reference (TYPE) | IF_RSRT_VIEWER=>TN_ID | Unique ID | 20120207 | |||
| 3 | O_COMMAND_PROCESSOR | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_COMMAND_PROCESSOR | Command Processor | 20130510 | |||
| 4 | O_RENDERER | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_RENDERER | Renderer | 20120207 | |||
| 5 | 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 has no exception.
Method CREATE_VIEWER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CID | Call by reference | Type reference (TYPE) | IF_RSRT_RENDERER=>TN_CID | Unique Type ID | 20120530 | |||
| 2 | ID | Call by reference | Type reference (TYPE) | IF_RSRT_RENDERER=>TN_ID | Unique ID | 20120530 | |||
| 3 | O_PARAMETERS | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_PARAMETERS | Parameters | 20120614 | |||
| 4 | O_RENDERER | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_RENDERER | Renderer | 20120530 | |||
| 5 | VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_VIEWER | Viewer | 20120530 | |||
| 6 | VIEW_ITEM_CID | Call by reference | Type reference (TYPE) | IF_RSRT_UI_APPLICATION=>TN_ID | Model ID | 20130510 |
Method CREATE_VIEWER on class CL_RSRT_VIEWER has no exception.
Method FREE Signature
Method FREE on class CL_RSRT_VIEWER has no parameter.
Method FREE on class CL_RSRT_VIEWER has no exception.
Method GET_VIEWER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CID | Call by reference | Type reference (TYPE) | IF_RSRT_VIEWER=>TN_CID | Unique Type ID | 20120530 | |||
| 2 | ID | Call by reference | Type reference (TYPE) | IF_RSRT_VIEWER=>TN_ID | Unique ID | 20120530 | |||
| 3 | VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_VIEWER | Viewer | 20120530 |
Method GET_VIEWER on class CL_RSRT_VIEWER has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | O_PARAMETERS | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_PARAMETERS | Parameters | 20130513 |
Method INITIALIZE on class CL_RSRT_VIEWER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |