SAP ABAP Class CL_RSR_WWW_ITEM_VIEW_DROP_DOWN (Dropdown for Views)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSCI (Package) Objects for Special Web Items
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSR_WWW_ITEM Module for a Page in Web Reporting 20030819
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSR_WWW_ITEM_VIEW_DROP_DOWN Dropdown for Views Constants (Componentization) 20091123
Properties
Class CL_RSR_WWW_ITEM_VIEW_DROP_DOWN  
Short Description Dropdown for Views    
Super Class CL_RSR_WWW_ITEM Module for a Page in Web Reporting 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSCI   Objects for Special Web Items 
Created 20030819   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ITEM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RRXW3 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSDM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSR_WWW_ITEM_VIEW_DROP_DOWN Dropdown for Views Constants (Componentization) 20091123
Friends
Class CL_RSR_WWW_ITEM_VIEW_DROP_DOWN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_BLOCK_WIDTH Constant Private Type reference (TYPE) STRING '100%' Table Width 20030909
2 C_PARAMETER_BLOCK_SIZE Instance attribute Public Attribute reference (LIKE) Number of Data Rows for Table Items 20091123
3 C_PARAMETER_DDOWN_VALUE Instance attribute Public Attribute reference (LIKE) Dropdown Box Value 20091123
4 C_PARAMETER_DD_ALL_VIEWS Instance attribute Public Attribute reference (LIKE) Use All Views for a Query 20091123
5 C_PARAMETER_DD_BUTTONS_IN_ROWS Instance attribute Public Attribute reference (LIKE) Number of Buttons for Each Row 20091123
6 C_PARAMETER_DD_CREATE_TEMPLATE Instance attribute Public Attribute reference (LIKE) Template for Creating New DDLB Entries 20091123
7 C_PARAMETER_DD_FILTER Instance attribute Public Attribute reference (LIKE) Filter in BAP "on" or "off" 20091123
8 C_PARAMETER_DD_HEIGHT Instance attribute Public Attribute reference (LIKE) Height of Chart Items 20091123
9 C_PARAMETER_DD_MODIFY_CLASS Instance attribute Public Attribute reference (LIKE) ABAP Class for Changing Table Contents 20091123
10 C_PARAMETER_DD_QUERY Instance attribute Public Attribute reference (LIKE) Query Selection 20091123
11 C_PARAMETER_DD_QUERY_SELECTION Instance attribute Public Attribute reference (LIKE) Query Selection (for List) 20091123
12 C_PARAMETER_DD_RRI Instance attribute Public Attribute reference (LIKE) Keep Filter Values 20091123
13 C_PARAMETER_DD_SHOW_BUTTONS Instance attribute Public Attribute reference (LIKE) Display Buttons 20091123
14 C_PARAMETER_DD_SORT Instance attribute Public Attribute reference (LIKE) Sort Order 20091123
15 C_PARAMETER_DD_USE_BUTTONS Instance attribute Public Attribute reference (LIKE) Generate Buttons Instead of DDB 20091123
16 C_PARAMETER_DD_VIEW Instance attribute Public Attribute reference (LIKE) View Selection 20091123
17 C_PARAMETER_DD_VIEW_DESCR Instance attribute Public Attribute reference (LIKE) Description of an Entry in the DDLB 20091123
18 C_PARAMETER_DD_VIEW_DP_ID Instance attribute Public Attribute reference (LIKE) DataProvider Initialization 20091123
19 C_PARAMETER_DD_VIEW_ITEM Instance attribute Public Attribute reference (LIKE) Target Item Name 20091123
20 C_PARAMETER_DD_VIEW_ITEM_ID Instance attribute Public Attribute reference (LIKE) Item Initialization 20091123
21 C_PARAMETER_DD_VIEW_LOCAL Instance attribute Public Attribute reference (LIKE) Local View 20091123
22 C_PARAMETER_DD_WIDTH Instance attribute Public Attribute reference (LIKE) Width of the Web Item 20091123
23 C_PARAMETER_INIT_ENTRY Instance attribute Public Attribute reference (LIKE) Default Entry 20091123
24 C_PARAMETER_ITEM_LIBRARY Instance attribute Public Attribute reference (LIKE) Item Library 20091123
25 C_PARAMTER_DD_KEEP_SIZE Instance attribute Public Attribute reference (LIKE) Retain Target Item Settings 20091123
26 O_R_ATTRIBUTES Instance attribute Protected Type reference (TYPE) TY_LT_ATTRIBUTES List with DDB Entries 20030929
27 O_R_DDOWN Instance attribute Protected Object reference (TYPE REF TO) CL_RSR_WWW_CTRL_DDOWN Parameters for Dropdown 20030909
28 O_R_FORM Instance attribute Protected Object reference (TYPE REF TO) CL_RSR_WWW_CTRL_FORM FORM routine 20030911
29 O_R_ITEM_CLASS Instance attribute Protected Type reference (TYPE) RSRPARAMETERVALUE Item Class of Target Item 20040129
30 O_R_TABLE Instance attribute Protected Object reference (TYPE REF TO) CL_RSR_WWW_TABLE HTML Table 20030909
31 O_R_TARGET_ITEM Instance attribute Protected Object reference (TYPE REF TO) CL_RSR_WWW_ITEM Target Item 20030912
32 O_R_VIEW Instance attribute Protected Object reference (TYPE REF TO) CL_RSR_WWW_VIEW Web Reporting Data Provider Query View 20030909
33 P_CHECKBOX_VALUE Instance attribute Private Type reference (TYPE) STRING Value of Checkbox 20031010
34 P_DDOWN_VALUE Instance attribute Private Type reference (TYPE) STRING Option value 20030912
35 P_INIT Instance attribute Private Type reference (TYPE) RS_BOOL Initial 20030929
36 P_ITEM_NAME Instance attribute Protected Type reference (TYPE) STRING Web Item Name + 'DD' 20040129
37 P_ITEM_NAME2 Instance attribute Protected Type reference (TYPE) STRING Web Item Name 20040722
38 P_R_MODIFY_TABLE Instance attribute Private Object reference (TYPE REF TO) CL_RSR_WWW_MODIFY_TABLE Modifying Table Contents 20030909
39 P_TITLE_CATEGORIES Instance attribute Private Type reference (TYPE) RSRPARAMETERVALUE Title of X Axis 20041018
40 P_TITLE_VALUES Instance attribute Private Type reference (TYPE) RSRPARAMETERVALUE Title of Y Axis 20041018
Methods
# Method Level Visibility Method type Description Created on
1 ADD_LOCAL_VIEW Instance method Private Method Insert Local View for User 20030929
2 DELETE_LOCAL_VIEW Instance method Private Method Delete Local View for User 20030929
3 FILL_TABLE Instance method Private Method Fill Table with Data 20030909
4 GET_F4 Static method Public Method F4 for Web Application Designer 20031006
5 GET_LOCAL_VIEWS Instance method Private Method Read Local Views for User 20030929
Events
Class CL_RSR_WWW_ITEM_VIEW_DROP_DOWN has no event.
Types
Class CL_RSR_WWW_ITEM_VIEW_DROP_DOWN has no local type.
Method Signatures

Method ADD_LOCAL_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_LOCALVIEW Value transfer Type reference (TYPE) RSLOCALITEMVIEW 20030930
# Exception Resumable Description Created on
1 X_MESSAGE X-Message 20030929

Method DELETE_LOCAL_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA_PROVIDER_ID Value transfer Type reference (TYPE) RSZWVIEWID 20030929
2 Importing I_ITEM_ID Value transfer Type reference (TYPE) RSZWITEMID 20030929
3 Importing I_ITEM_NAME Value transfer Type reference (TYPE) RRXWS_ATR 20030929
4 Importing I_S_LOCALVIEW Value transfer Type reference (TYPE) RSLOCALITEMVIEW 20030930
5 Importing I_TEMPLATE_ID Value transfer Type reference (TYPE) RSZTTMPLID 20030929
6 Importing I_USER_NAME Value transfer Type reference (TYPE) USERNAME 20030929
# Exception Resumable Description Created on
1 X_MESSAGE X-Message 20030929

Method FILL_TABLE Signature

Method FILL_TABLE on class CL_RSR_WWW_ITEM_VIEW_DROP_DOWN has no parameter.
# Exception Resumable Description Created on
1 X_MESSAGE X-Message 20030909

Method GET_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TEXT Call by reference Type reference (TYPE) STRING 20031006
2 Exporting E_T_CHAVT Call by reference Type reference (TYPE) RSDM_T_CHAVT 20031006
3 Importing I_R_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter 20031006
# Exception Resumable Description Created on
1 X_MESSAGE 20031006

Method GET_LOCAL_VIEWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_LOCALVIEWS Value transfer Type reference (TYPE) RSC_T_LOCALVIEWS 20030930
2 Importing I_ITEM_NAME Value transfer Type reference (TYPE) RRXWS_ATR 20030929
3 Importing I_TEMPLATE_ID Value transfer Type reference (TYPE) RSZTTMPLID 20030929
4 Importing I_USER_NAME Value transfer Type reference (TYPE) USERNAME 20030929

Method GET_LOCAL_VIEWS on class CL_RSR_WWW_ITEM_VIEW_DROP_DOWN has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 350