SAP ABAP Class CL_RSR_WWW_HWIND_QUERY_WIZARD (Help Service: Use Wizard to Generate Query)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSZA (Package) Web Query Designer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSR_WWW_HWIND_QUERY All Help Services that Reference a Query as DP 20010731
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSZA_CALLBACK_TREE_RENDERER Callback Methods for HTML Tree Output 20011005
Properties
Class CL_RSR_WWW_HWIND_QUERY_WIZARD  
Short Description Help Service: Use Wizard to Generate Query    
Super Class CL_RSR_WWW_HWIND_QUERY All Help Services that Reference a Query as DP 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSZA   Web Query Designer 
Created 20010731   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSR_WWW_HWIND_QUERY_WIZARD has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSZA_CALLBACK_TREE_RENDERER Callback Methods for HTML Tree Output 20011005
Friends
Class CL_RSR_WWW_HWIND_QUERY_WIZARD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CMD_CONTINUE Constant Public Type reference (TYPE) RSRPARAMETERVALUE 'CONTINUE' Continuing Wizard after Return to ICube Selection 20010904
2 C_CMD_DUMMY Constant Private Type reference (TYPE) RSRPARAMETERVALUE 'DUMMY' Do Nothing 20010801
3 C_CMD_SET_IOBJECT Constant Private Type reference (TYPE) RSRPARAMETERVALUE 'SET_IOBJECT' Set InfoObjects 20010731
4 C_PAGE_TYPE_SEL_IOBJECT Constant Private Type reference (TYPE) RSZA_PAGE_TYPE 'SELECT_IOBJECTS' Page Type: InfoObject Selection 20010801
5 C_PAGE_TYPE_SET_FILTER Constant Private Type reference (TYPE) RSZA_PAGE_TYPE 'SET_FILTER' Page Type: Setting a Filter 20010801
6 C_PAGE_TYPE_SHOW_QUERY Constant Private Type reference (TYPE) RSZA_PAGE_TYPE 'SHOW_QUERY_DEFINITION' Page Type: Displaying the Query Definition 20010801
7 C_PARAMETER_LAYOUT_TYPE Constant Private Type reference (TYPE) RSRPARAMETERID 'LAYOUT_TYPE' Layout Type of an InfoObject in the Query 20010731
8 C_PARAMETER_NAVIGATION Constant Private Type reference (TYPE) RSRPARAMETERID 'NAVIGATION' Navigation 20010801
9 C_PARAMETER_OBJNM Constant Private Type reference (TYPE) RSRPARAMETERID 'OBJNM' Info object name 20010731
10 C_PARAMETER_TOGGLE_TREE Constant Private Type reference (TYPE) RSRPARAMETERVALUE 'TOGGLE' Open/Close Tree Branch 20010905
11 C_PARAMETER_VALUE_BACK Constant Private Type reference (TYPE) RSRPARAMETERVALUE 'BACK' Navigation Back 20010801
12 C_PARAMETER_VALUE_FORWARD Constant Private Type reference (TYPE) RSRPARAMETERVALUE 'FORWARD' Navigation Next 20010801
13 P_CHAR_ON_DISPLAY Instance attribute Private Type reference (TYPE) RS_BOOL Flag Whether Characters or Key Figures Appear in Display 20011005
14 P_INPUT_FIELD_INDEX Instance attribute Private Type reference (TYPE) SYTABIX Index for Checkbox Numbering in HTML Form 20011005
15 P_LAYOUT_TYPE Instance attribute Private Type reference (TYPE) RSZLAYTP Layout Type of Current Page 20011005
16 P_LAYOUT_TYPE_TEXT Instance attribute Private Type reference (TYPE) RSTXTLG Layout Type Description 20011005
17 P_PAGENO Instance attribute Private Type reference (TYPE) RSZA_PAGE_NO 1 WebQueryDesigner: Current HTML Page in the Wizard 20010801
18 P_SX_META_DATA Instance attribute Private Type reference (TYPE) RSZA_SX_METADATA Metadata for the InfoCube 20010731
19 P_SX_QUERY_WIZARD Instance attribute Private Type reference (TYPE) RSZA_SX_WIZQUERY Wizard: Query Status 20010731
20 P_T_PAGE Instance attribute Private Type reference (TYPE) RSZA_T_PAGE WebQueryDesigner: Sequence of Pages in the Wizard 20010801
21 P_T_TREE_CHAR Instance attribute Private Type reference (TYPE) RSZA_T_TREE Metadata in Tree Structure (Contains InfoObject Assignment) 20011005
22 P_T_TREE_KYF Instance attribute Private Type reference (TYPE) RSZA_T_TREE Metadata in Tree Structure (Contains InfoObject Assignment) 20011005
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_TREE_TO_WIZQUERY Instance method Private Method Generates Query Definition in Wizard Fomat from Tree Format 20010918
2 DISPATCH_CREATED_QUERY Instance method Private Method Transferring Generated Query to the DataProvider 20010731
3 FILL_HTML Instance method Private Method Generates HTML page for the Selection 20010731
4 FILL_HTML_CHOSE_IOBJECTS Instance method Private Method Web Query Designer: InfoObject Selection 20010918
5 FILL_HTML_EXPLAINING_TEXT Instance method Private Method Inserts Explanatory Text 20020124
6 FILL_HTML_NAVIGATION_BUTTONS Instance method Private Method Generates Navigation Buttons 20010801
7 FILL_HTML_OPEN_FORM_TAG Instance method Private Method Generates 'Open' Form Tag 20010918
8 FILL_HTML_SELECTION_TREE Instance method Private Method Generates Tree Display from p_t_tree 20011005
9 FILL_HTML_SHOW_DEF Instance method Private Method Web Query Designer: Shows Query Definition 20010918
10 FILL_HTML_WIZQUERY_STATE Instance method Private Method Adds Current Status of Query Defintion to HTML String 20010918
11 GOTO_ICUBE_SELECTION Instance method Private Method Jump to Open Dialog Help Window for InfoCube Selection 20010904
12 RESET_WIZARD_DATA Instance method Private Method Resetting Wizard Data 20010801
13 SET_ICUBE Instance method Private Method Set InfoCube 20010731
14 SET_IOBJECTS Instance method Private Method Change List of InfoObjects of WizQuery 20010731
Events
Class CL_RSR_WWW_HWIND_QUERY_WIZARD has no event.
Types
Class CL_RSR_WWW_HWIND_QUERY_WIZARD has no local type.
Method Signatures

Method CONVERT_TREE_TO_WIZQUERY Signature

Method CONVERT_TREE_TO_WIZQUERY on class CL_RSR_WWW_HWIND_QUERY_WIZARD has no parameter.
Method CONVERT_TREE_TO_WIZQUERY on class CL_RSR_WWW_HWIND_QUERY_WIZARD has no exception.

Method DISPATCH_CREATED_QUERY Signature

Method DISPATCH_CREATED_QUERY on class CL_RSR_WWW_HWIND_QUERY_WIZARD has no parameter.
# Exception Resumable Description Created on
1 X_MESSAGE Abbruch 20010731

Method FILL_HTML Signature

Method FILL_HTML on class CL_RSR_WWW_HWIND_QUERY_WIZARD has no parameter.
# Exception Resumable Description Created on
1 X_MESSAGE Abbruch 20010731

Method FILL_HTML_CHOSE_IOBJECTS Signature

Method FILL_HTML_CHOSE_IOBJECTS on class CL_RSR_WWW_HWIND_QUERY_WIZARD has no parameter.
Method FILL_HTML_CHOSE_IOBJECTS on class CL_RSR_WWW_HWIND_QUERY_WIZARD has no exception.

Method FILL_HTML_EXPLAINING_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_HTML Call by reference Type reference (TYPE) STRING 20020124
2 Importing I_TEXT Call by reference Type reference (TYPE) STRING 20020131

Method FILL_HTML_EXPLAINING_TEXT on class CL_RSR_WWW_HWIND_QUERY_WIZARD has no exception.

Method FILL_HTML_NAVIGATION_BUTTONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_HTML Call by reference Type reference (TYPE) STRING 20010801

Method FILL_HTML_NAVIGATION_BUTTONS on class CL_RSR_WWW_HWIND_QUERY_WIZARD has no exception.

Method FILL_HTML_OPEN_FORM_TAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_HTML Call by reference Type reference (TYPE) STRING 20010918
2 Importing I_R_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter 20010918

Method FILL_HTML_OPEN_FORM_TAG on class CL_RSR_WWW_HWIND_QUERY_WIZARD has no exception.

Method FILL_HTML_SELECTION_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_HTML Call by reference Type reference (TYPE) STRING 20011005

Method FILL_HTML_SELECTION_TREE on class CL_RSR_WWW_HWIND_QUERY_WIZARD has no exception.

Method FILL_HTML_SHOW_DEF Signature

Method FILL_HTML_SHOW_DEF on class CL_RSR_WWW_HWIND_QUERY_WIZARD has no parameter.
# Exception Resumable Description Created on
1 X_MESSAGE X-Message 20010918

Method FILL_HTML_WIZQUERY_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_HTML Call by reference Type reference (TYPE) STRING HTML String 20010918

Method FILL_HTML_WIZQUERY_STATE on class CL_RSR_WWW_HWIND_QUERY_WIZARD has no exception.

Method GOTO_ICUBE_SELECTION Signature

Method GOTO_ICUBE_SELECTION on class CL_RSR_WWW_HWIND_QUERY_WIZARD has no parameter.
Method GOTO_ICUBE_SELECTION on class CL_RSR_WWW_HWIND_QUERY_WIZARD has no exception.

Method RESET_WIZARD_DATA Signature

Method RESET_WIZARD_DATA on class CL_RSR_WWW_HWIND_QUERY_WIZARD has no parameter.
Method RESET_WIZARD_DATA on class CL_RSR_WWW_HWIND_QUERY_WIZARD has no exception.

Method SET_ICUBE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20010921
2 Exporting E_T_MESG Call by reference Type reference (TYPE) RSZA_T_MESG Tabellentyp für RRX_MESG 20010921
3 Importing I_ICUBE Call by reference Type reference (TYPE) RSINFOCUBE Infocube 20010918

Method SET_ICUBE on class CL_RSR_WWW_HWIND_QUERY_WIZARD has no exception.

Method SET_IOBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LAYTP Call by reference Type reference (TYPE) RSZLAYTP Layouttyp 20010731
2 Importing I_T_PARAMETER Call by reference Type reference (TYPE) RSRTPARAMETERVALUE Selektierte Infoobjekte 20010905

Method SET_IOBJECTS on class CL_RSR_WWW_HWIND_QUERY_WIZARD has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 30A