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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_RSRT_UI_APPLICATION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_RSRT_VIEWER 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 O_O_COMMAND_PROCESSOR Instance attribute Protected Object reference (TYPE REF TO) IF_RSRT_COMMAND_PROCESSOR Command Processor 20130510
2 O_VIEW_ITEM_CID Instance attribute Protected Type reference (TYPE) IF_RSRT_UI_APPLICATION=>TN_ID Model ID 20130510
3 O_VIEW_ITEM_INITIALIZED Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130510
4 PS_T_INSTANCES Static Attribute Private Type reference (TYPE) IF_RSRT_VIEWER=>TN_T_VIEWER Viewer List 20120530
5 P_T_ID Static Attribute Private Type reference (TYPE) TN_T_ID Unique ID List 20120207
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120207
2 CREATE_VIEWER Static method Public Method Create Viewer 20120530
3 FREE Instance method Public Method Free 20120530
4 GET_VIEWER Static method Public Method Get Viewer 20120530
5 INITIALIZE 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 Importing CID Call by reference Type reference (TYPE) IF_RSRT_VIEWER=>TN_CID Unique Type 20121017
2 Importing ID Call by reference Type reference (TYPE) IF_RSRT_VIEWER=>TN_ID Unique ID 20120207
3 Importing O_COMMAND_PROCESSOR Call by reference Object reference (TYPE REF TO) IF_RSRT_COMMAND_PROCESSOR Command Processor 20130510
4 Importing O_RENDERER Call by reference Object reference (TYPE REF TO) IF_RSRT_RENDERER Renderer 20120207
5 Importing 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 Importing CID Call by reference Type reference (TYPE) IF_RSRT_RENDERER=>TN_CID Unique Type ID 20120530
2 Importing ID Call by reference Type reference (TYPE) IF_RSRT_RENDERER=>TN_ID Unique ID 20120530
3 Importing O_PARAMETERS Call by reference Object reference (TYPE REF TO) IF_RSRT_PARAMETERS Parameters 20120614
4 Importing O_RENDERER Call by reference Object reference (TYPE REF TO) IF_RSRT_RENDERER Renderer 20120530
5 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_RSRT_VIEWER Viewer 20120530
6 Importing 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 Importing CID Call by reference Type reference (TYPE) IF_RSRT_VIEWER=>TN_CID Unique Type ID 20120530
2 Importing ID Call by reference Type reference (TYPE) IF_RSRT_VIEWER=>TN_ID Unique ID 20120530
3 Returning 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 Importing 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