SAP ABAP Class CL_RSRT_BW_ITEM_NAVPANE (BW View Item: Query Navigation Pane)
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_BW_ITEM BW View Item 20120508
Properties
Class CL_RSRT_BW_ITEM_NAVPANE  
Short Description BW View Item: Query Navigation Pane    
Super Class CL_RSRT_BW_ITEM BW View Item 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSRT_BICS   RSRT_BICS 
Created 20111025   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 CL_RSRT_UIE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_RSRT_UIE_CMENU_ITEM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_RSRT_UI_VIEW Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_RSRT_UI_VIEW_ELEMENT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_RSRT_BW_ITEM_NAVPANE has no interface implemented.
Friends
Class CL_RSRT_BW_ITEM_NAVPANE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_CS_CELL_VARIANT Constant Private See coding 20120925
2 P_CS_CMENU Constant Private See coding 20121205
3 P_CS_CMENU_ITEM Constant Private See coding 20121205
4 P_CS_DATA Constant Private See coding 20120925
5 P_CS_EVENT Constant Private See coding 20120925
6 P_CS_PARAM Constant Private See coding 20120925
7 P_GRID_MODE Instance attribute Private Type reference (TYPE) CL_RSRT_UIE=>TN_GRID_MODE CL_RSRT_UIE=>N_CS_GRID_MODE-NONE Grid Mode (All, None) 20121008
8 P_S_EXPANDED Instance attribute Private See coding 20121005
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_AXIS_CONTEXT_MENU Instance method Private Method Create Axis ContextMenu 20120302
2 CREATE_IOBJ_CONTEXT_MENU Instance method Private Method Create InfoObject ContextMenu 20120303
3 MODIFY_AXIS Instance method Private Method Modify Axis 20111210
4 UPDATE_TOOLBAR_INFO Instance method Private Method Update Display Information 20121207
5 UPDATE_VIEW_USAGES Instance method Private Method Update View Usages 20120413
Events
Class CL_RSRT_BW_ITEM_NAVPANE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_UI_IOBJ Private See coding 20120925 begin of tn_s_ui_iobj. include type if_rsrt_result=>tn_s_iobj_complete. types: filter_axis type if_rsrt_result=>tn_axis, technical_info type string, technical_id_info type string, display_value type string, tooltip type string, filter_values type string, image_1 type cl_rsrt_uie=>tn_image_source, image_1_tt type cl_rsrt_uie=>tn_tooltip, image_2 type cl_rsrt_uie=>tn_image_source, image_2_tt type cl_rsrt_uie=>tn_tooltip, image_3 type cl_rsrt_uie=>tn_image_source, image_3_tt type cl_rsrt_uie=>tn_tooltip, background_color type cl_rsrt_uie=>tn_color, font_weight type cl_rsrt_uie=>tn_font_weight, colspan type cl_rsrt_uie=>tn_colspan, cell_variant type cl_rsrt_ui_view_element=>tn_id, cmenu_id type cl_rsrt_ui_view_element=>tn_id, end of tn_s_ui_iobj
2 TN_S_UI_TOOLBAR Private See coding 20121207 begin of tn_s_ui_toolbar, variables type tn_s_ui_toolbar_item, technical_info type tn_s_ui_toolbar_item, technical_id_info type tn_s_ui_toolbar_item, end of tn_s_ui_toolbar
3 TN_S_UI_TOOLBAR_ITEM Private See coding 20130108 begin of tn_s_ui_toolbar_item, visible type abap_bool, enabled type abap_bool, pressed type abap_bool, end of tn_s_ui_toolbar_item
4 TN_T_UI_IOBJ Private See coding 20120925 tn_t_ui_iobj type standard table of tn_s_ui_iobj
Method Signatures

Method CREATE_AXIS_CONTEXT_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AXIS Call by reference Type reference (TYPE) IF_RSRT_RESULT=>TN_AXIS Axis 20120302
2 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_RSRT_UIE_CMENU UI Element: ContextMenu 20120302

Method CREATE_AXIS_CONTEXT_MENU on class CL_RSRT_BW_ITEM_NAVPANE has no exception.

Method CREATE_IOBJ_CONTEXT_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HAS_FILTER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120303
2 Importing S_IOBJ Call by reference Type reference (TYPE) IF_RSRT_RESULT=>TN_S_IOBJ_COMPLETE InfoObject 20120303
3 Importing T_IOBJS Call by reference Type reference (TYPE) IF_RSRT_RESULT=>TN_T_IOBJ_COMPLETE InfoObject List 20120314
4 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_RSRT_UIE_CMENU UI Element: ContextMenu 20120303

Method CREATE_IOBJ_CONTEXT_MENU on class CL_RSRT_BW_ITEM_NAVPANE has no exception.

Method MODIFY_AXIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AXIS Call by reference Type reference (TYPE) IF_RSRT_RESULT=>TN_AXIS Axis 20111210
2 Importing T_IOBJS Call by reference Type reference (TYPE) IF_RSRT_RESULT=>TN_T_IOBJ_COMPLETE InfoObject List 20120314

Method MODIFY_AXIS on class CL_RSRT_BW_ITEM_NAVPANE has no exception.

Method UPDATE_TOOLBAR_INFO Signature

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

Method UPDATE_TOOLBAR_INFO on class CL_RSRT_BW_ITEM_NAVPANE has no exception.

Method UPDATE_VIEW_USAGES Signature

Method UPDATE_VIEW_USAGES on class CL_RSRT_BW_ITEM_NAVPANE has no parameter.
Method UPDATE_VIEW_USAGES on class CL_RSRT_BW_ITEM_NAVPANE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 700