SAP ABAP Class CL_RSRT_BW_ITEM (BW View Item)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT-BICS-RSRT (Application Component) BICS Query Monitor
     RSRT_BICS (Package) RSRT_BICS
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_UI_VIEW_ITEM UI View Item 20120508
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_NAVPANE BW View Item: Query Navigation Pane 20120508
2 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_VARIABLE_INFO BW View Item: Query Variable Info 20120508
3 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_VARIABLES BW View Item: Variables 20120508
4 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_STRUCTURE BW View Item: Structures 20120508
5 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_STATIC_FILTER BW View Item: Query Static Filter 20120508
6 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_RSRT BW View Item: RSRT 20120508
7 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_QUERY_VIEW BW View Item: Query View / Planning Function View 20121208
8 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_QUERY_PROPS BW View Item: Query Properties 20120508
9 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_QUERY_INFO BW View Item: Query Information 20120508
10 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_PROPERTIES BW View Item: Query Variables 20120508
... Click here to see Used By full list (24 items)
Properties
Class CL_RSRT_BW_ITEM  
Short Description BW View Item    
Super Class CL_RSRT_UI_VIEW_ITEM UI View Item 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSRT_BICS   RSRT_BICS 
Created 20120508   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_DATA_PROVIDER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_RSRT_PARAMETERS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_RSRT_QUERY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_RSRT_UI_VIEW Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 IF_RSRT_UI_VIEW_ITEM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_RSRT_BW_ITEM has no interface implemented.
Friends
Class CL_RSRT_BW_ITEM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_CS_EVENT Constant Protected See coding 20120925
2 O_DATA_PROVIDER_CHANGED Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120508
3 O_IS_EXPLAIN_QUERY Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130123
4 O_O_DATA_PROVIDER Instance attribute Protected Object reference (TYPE REF TO) IF_RSRT_DATA_PROVIDER Data Provider 20120508
5 O_O_SHEET Instance attribute Protected Object reference (TYPE REF TO) IF_RSRT_BW_SHEET 20121221
6 O_QUERY_CHANGED Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120508
7 O_TECHNICAL_ID_INFO Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20121127
8 O_TECHNICAL_INFO Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120925
9 O_T_INPLUG Instance attribute Private Type reference (TYPE) TN_T_INPLUG 20121216
10 P_ASSIGNMENT Instance attribute Private Type reference (TYPE) IF_RSRT_QUERY=>TN_QUERY_NAME Query Name 20121209
Methods
# Method Level Visibility Method type Description Created on
1 FILL_MESSAGE_LOG Instance method Private Event handling method Handle DataProvider MessageLog Changed 20130206
2 GET_ACTIVE_VIEW_USAGES Instance method Protected Method Get Active View Usages 20121218
3 ON_DP_CHANGED Instance method Private Event handling method Handle DataProvider Changed 20120508
4 ON_SHEET_CHANGED Instance method Private Event handling method Handle Sheet Changed 20121223
5 UPDATE_VIEW_USAGES Instance method Private Method Update View Usages 20121209
6 _GET_WINDOW Instance method Protected Method Get Window 20121218
7 _ON_F4_OUTPLUG Instance method Protected Method Handle OutPlug of View Usage 20121218
8 _SET_ENABLED_STATE Instance method Protected Method Set Enabled State of View based on Variable Container State 20130108
9 _UPDATE_ACTIVE_VIEW_USAGES Instance method Protected Method Update View Usages 20121218
Events
Class CL_RSRT_BW_ITEM has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_INPLUG Protected See coding 20121216 begin of tn_s_inplug. include type if_rsrt_parameters=>tn_s_parameter. types: changed type abap_bool, end of tn_s_inplug
2 TN_T_INPLUG Protected See coding 20121216 tn_t_inplug type standard table of tn_s_inplug with default key with unique sorted key key components name index initial size 1
Method Signatures

Method FILL_MESSAGE_LOG Signature

Method FILL_MESSAGE_LOG on class CL_RSRT_BW_ITEM has no parameter.
Method FILL_MESSAGE_LOG on class CL_RSRT_BW_ITEM has no exception.

Method GET_ACTIVE_VIEW_USAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) IF_RSRT_UI_VIEW_USAGE=>TN_T_VIEW_USAGE View Usage List 20121218

Method GET_ACTIVE_VIEW_USAGES on class CL_RSRT_BW_ITEM has no exception.

Method ON_DP_CHANGED Signature

Method ON_DP_CHANGED on class CL_RSRT_BW_ITEM has no parameter.
Method ON_DP_CHANGED on class CL_RSRT_BW_ITEM has no exception.

Method ON_SHEET_CHANGED Signature

Method ON_SHEET_CHANGED on class CL_RSRT_BW_ITEM has no parameter.
Method ON_SHEET_CHANGED on class CL_RSRT_BW_ITEM has no exception.

Method UPDATE_VIEW_USAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TECHNICAL_ID_INFO Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20121209
2 Importing TECHNICAL_INFO Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20121209

Method UPDATE_VIEW_USAGES on class CL_RSRT_BW_ITEM has no exception.

Method _GET_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing O_VIEW_USAGE Call by reference Object reference (TYPE REF TO) IF_RSRT_UI_VIEW_USAGE UI View Usage 20121218
2 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_RSRT_UI_WINDOW UI Window 20121218

Method _GET_WINDOW on class CL_RSRT_BW_ITEM has no exception.

Method _ON_F4_OUTPLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing T_PARAMETERS Call by reference Type reference (TYPE) IF_RSRT_UI_PARAMETERS=>TN_T_PARAMETER Parameter List 20121218

Method _ON_F4_OUTPLUG on class CL_RSRT_BW_ITEM has no exception.

Method _SET_ENABLED_STATE Signature

Method _SET_ENABLED_STATE on class CL_RSRT_BW_ITEM has no parameter.
Method _SET_ENABLED_STATE on class CL_RSRT_BW_ITEM has no exception.

Method _UPDATE_ACTIVE_VIEW_USAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_PROVIDER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121218
2 Importing SHEET Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121221
3 Importing TECHNICAL_ID_INFO Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121218
4 Importing TECHNICAL_INFO Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121218

Method _UPDATE_ACTIVE_VIEW_USAGES on class CL_RSRT_BW_ITEM has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_NAVPANE BW View Item: Query Navigation Pane 20120508
2 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_VARIABLE_INFO BW View Item: Query Variable Info 20120508
3 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_VARIABLES BW View Item: Variables 20120508
4 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_STRUCTURE BW View Item: Structures 20120508
5 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_STATIC_FILTER BW View Item: Query Static Filter 20120508
6 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_RSRT BW View Item: RSRT 20120508
7 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_QUERY_VIEW BW View Item: Query View / Planning Function View 20121208
8 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_QUERY_PROPS BW View Item: Query Properties 20120508
9 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_QUERY_INFO BW View Item: Query Information 20120508
10 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_PROPERTIES BW View Item: Query Variables 20120508
11 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_PLFUNC BW View Item: Planning Function 20121208
12 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_PLANNING BW View Item: Planning (Functions) 20120928
13 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_AXIS BW View Item: Axis 20120508
14 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_KEY_FIGURE BW View Item: Key Figure 20120508
15 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_GRID BW View Item: Query Grid 20120508
16 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_F4_ASSIGNMENT BW View Item: F4 Assignment (Query, Bookmark) 20121209
17 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_F4 BW View Item: F4 20120508
18 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_EXPLAIN_ITEM Explain Item 20121214
19 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_EXC_CREATE Create Exception 20130219
20 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_EXCEPTION BW View Item: Exceptions 20130214
21 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_DYNAMIC_FILTER BW View Item: Query Dynamic Filter 20120508
22 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_DP_ASSIGNMENT BW View Item: Data Provider Assignment 20121208
23 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_COND_CREATE Conditions 20130117
24 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_BW_ITEM_CONDITION Conditions 20130115
History
Last changed by/on SAP  20140121 
SAP Release Created in 730