SAP ABAP Class CL_RSR_WWW_HWIND_OPEN_DIALOG (Help Service: Open Dialog)
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 20010730
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_OPEN_DIALOG  
Short Description Help Service: Open Dialog    
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 20010730   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RZX2 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
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_OPEN_DIALOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CMD_ICUBE_SELECTION Constant Public Type reference (TYPE) RSRPARAMETERVALUE 'ICUBE_SELECTION' Offer a Selection of Queries 20010730
2 C_CMD_ICUBE_SELECTION_WIZ_CONT Constant Public Type reference (TYPE) RSRPARAMETERVALUE 'ICUBE_SELECTION_WIZ_CONT' InfoCube Selection for Wizard- Call Up from Wizard 20010904
3 C_CMD_ICUBE_SELECTION_WIZ_FRST Constant Public Type reference (TYPE) RSRPARAMETERVALUE 'ICUBE_SELECTION_WIZ_FRST' InfoCube Selection for Wizard- Call Up from Main Page 20010904
4 C_CMD_OPEN_OBJECT Constant Public Type reference (TYPE) RSRPARAMETERVALUE 'OPEN_OBJECT' Return Command to Calling DataProvider 20030618
5 C_CMD_QUERY_SAVE Constant Public Type reference (TYPE) RSRPARAMETERVALUE 'QUERY_SAVE' Frozen Dialog for Queries 20010919
6 C_CMD_QUERY_SELECTION Constant Public Type reference (TYPE) RSRPARAMETERVALUE 'QUERY_SELECTION' Offer a Selection of Queries 20010730
7 C_CMD_SELECTION Constant Public Type reference (TYPE) RSRPARAMETERVALUE 'SELECTION' Offer Selection; Type in Extra Parameter 20030618
8 C_CMD_SET_VIEW_TYPE Constant Private Type reference (TYPE) RSRPARAMETERVALUE 'SET_VIEW_TYPE' Changing the View for the Selection 20010730
9 C_CMD_TOGGLE_TREE Constant Private Type reference (TYPE) RSRPARAMETERVALUE 'TOGGLE_TREE' Expand/Collapse Tree 20010817
10 C_PARAMETER_CALLER_ID Constant Public Type reference (TYPE) RSRPARAMETERID 'CALLER_ID' ID of User who Called up Transaction 20030912
11 C_PARAMETER_NODE_ID Constant Private Type reference (TYPE) RSRPARAMETERID 'NODE_ID' Node ID in Tree 20010921
12 C_PARAMETER_OBJECT_DESCRIPTION Constant Public Type reference (TYPE) RSRPARAMETERID 'OBJECT_DESCRIPTION' Query Long Text 20010919
13 C_PARAMETER_OBJECT_NAME Constant Public Type reference (TYPE) RSRPARAMETERID 'OBJECT_NAME' Name of the InfoCube or Query 20010730
14 C_PARAMETER_OBJECT_TYPE Constant Public Type reference (TYPE) RSRPARAMETERID 'OBJECT_TYPE' Name of the InfoCube or Query 20030618
15 C_PARAMETER_SAVE_TARGET_NODE Constant Private Type reference (TYPE) RSRPARAMETERID 'SAVE_TARGET_NODE' ID of Directory for Saving Query 20020210
16 C_PARAMETER_SAVE_TARGET_TEXT Constant Private Type reference (TYPE) RSRPARAMETERID 'SAVE_TARGET_TEXT' Text of Directory for Saving Query 20020210
17 C_PARAMETER_SUBMIT_PARAMETER Constant Public Type reference (TYPE) RSRPARAMETERVALUE 'SUBMIT_PARAMETER' Parameter String for Structure of Return URL 20031212
18 C_PARAMETER_VALUE_FAVORITES Constant Private Type reference (TYPE) RSRPARAMETERVALUE '02' Folder View 20010730
19 C_PARAMETER_VALUE_FOLDER Constant Private Type reference (TYPE) RSRPARAMETERVALUE '06' Folder View 20010730
20 C_PARAMETER_VALUE_HISTORY Constant Private Type reference (TYPE) RSRPARAMETERVALUE '01' History View 20010730
21 C_PARAMETER_VALUE_ROLE Constant Private Type reference (TYPE) RSRPARAMETERVALUE '04' Folder View 20010730
22 C_PARAMETER_VALUE_WORKBOOKS Constant Private Type reference (TYPE) RSRPARAMETERVALUE '??' Workbooks View 20030617
23 C_PARAMETER_VIEW_TYPE Constant Public Type reference (TYPE) RSRPARAMETERID 'VIEW_TYPE' View for the Selection 20010730
24 O_CALLER_ID Instance attribute Protected Type reference (TYPE) CHAR30 ID of User who Called up Transaction 20030912
25 O_INITIAL_COMMAND Instance attribute Protected Type reference (TYPE) RSRPARAMETERVALUE Command of First Help Window Call up 20010919
26 O_NODE_ID Instance attribute Protected Type reference (TYPE) TV_NODEKEY Tree Entry Key 20031024
27 O_OBJTECHNAME Instance attribute Protected Type reference (TYPE) RSNODENAME Technical Name of Selected Object 20010817
28 O_OBJTEXT Instance attribute Protected Type reference (TYPE) RSTXTLG Description of Selected Object 20010817
29 O_OBJTYPE Instance attribute Protected Type reference (TYPE) RSZOBJTYPE Object Type for the Selection 20010730
30 O_OBJVIEW Instance attribute Protected Type reference (TYPE) CHAR2 '01' View for the Selection 20010730
31 O_SHOW_FOLDERS Instance attribute Protected Type reference (TYPE) RS_BOOL Show Folder View 20020424
32 O_SHOW_HISTORY Instance attribute Protected Type reference (TYPE) RS_BOOL History View with Display 20031229
33 O_SUBMIT_PARAMETER Instance attribute Protected Type reference (TYPE) STRING Parameter String for Structure of SUBMIT URL 20031212
34 O_S_SAVE_TARGET Instance attribute Protected Type reference (TYPE) RSZA_S_TREE Target to Save to (Favorites, Roles...) as Node 20010920
35 O_T_TREE Instance attribute Protected Type reference (TYPE) RSZA_T_TREE Tree for Selection 20010817
36 O_T_VIEW Instance attribute Protected Type reference (TYPE) RSZA_T_DROPDOWN_VALUE Views for Navigation 20031229
Methods
# Method Level Visibility Method type Description Created on
1 ADD_JS_SETCHOSENOBJECT Static method Private Method Inserts JavaScript Function into HTML page 20020131
2 ADD_OBJECT_TO_HISTORY Instance method Private Method Adds Selected Object to History View of Open Dialog 20011024
3 CHECK_SELECTED_OBJECT Instance method Private Method Checking Technical Name of InfoCube or Query 20010914
4 CHECK_SELECTED_OBJECT_70 Instance method Private Method Checking Technical Name of InfoCube or Query 20050505
5 FILL_HTML Instance method Private Method Generates HTML page for the Selection 20010817
6 FILL_HTML_DD_BOX Instance method Private Method Generates HTML for Tabstrip Output for View Selection 20011129
7 FILL_HTML_DISPATCH_AND_CLOSE Instance method Private Method Close Help Window; Transfer Object per URL to DP 20010914
8 FILL_HTML_DISPATCH_TO_WIZARD Instance method Private Method InfoCube Transferred to Wizard; Wizard Generating HTML 20010914
9 FILL_HTML_EXPLAINING_TEXT Instance method Private Method Inserts Explanatory Text 20020128
10 FILL_HTML_OBJECT Instance method Private Method Input Field for Object Name and Description 20011004
11 FILL_HTML_SELECTION_TREE Instance method Private Method HTML Output of Selection Tree 20011004
12 GET_DEFAULT_SAVE_PARAMETER Instance method Private Method Reads Default Values to Save from Query 20011029
13 GET_INFO_FOR_OBJTYPE Instance method Private Method Determines Possible Views of Object Type 20031024
14 GET_JS_URL_SETCHOSENOBJECT Static method Private Method Gets URL for Setting Chosen Objects 20020131
15 GET_SELECTION_TREE Instance method Private Method Reads Selection of InfoCubes or Queries 20010817
16 INITIALIZE Instance method Private Method Initialize 20010817
Events
Class CL_RSR_WWW_HWIND_OPEN_DIALOG has no event.
Types
Class CL_RSR_WWW_HWIND_OPEN_DIALOG has no local type.
Method Signatures

Method ADD_JS_SETCHOSENOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_JAVASCRIPT Call by reference Object reference (TYPE REF TO) CL_RSR_WWW_JAVASCRIPT Skriptgenerierung 20020131

Method ADD_JS_SETCHOSENOBJECT on class CL_RSR_WWW_HWIND_OPEN_DIALOG has no exception.

Method ADD_OBJECT_TO_HISTORY Signature

Method ADD_OBJECT_TO_HISTORY on class CL_RSR_WWW_HWIND_OPEN_DIALOG has no parameter.
Method ADD_OBJECT_TO_HISTORY on class CL_RSR_WWW_HWIND_OPEN_DIALOG has no exception.

Method CHECK_SELECTED_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Value transfer Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20010919
2 Exporting E_T_MESG Call by reference Type reference (TYPE) RSZA_T_MESG Tabellentyp für RRX_MESG 20010919
# Exception Resumable Description Created on
1 X_MESSAGE Abbruch 20010914

Method CHECK_SELECTED_OBJECT_70 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Value transfer Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20050505
2 Exporting E_T_MESG Call by reference Type reference (TYPE) RSZA_T_MESG Tabellentyp für RRX_MESG 20050505
# Exception Resumable Description Created on
1 X_MESSAGE Abbruch 20050505

Method FILL_HTML Signature

Method FILL_HTML on class CL_RSR_WWW_HWIND_OPEN_DIALOG has no parameter.
Method FILL_HTML on class CL_RSR_WWW_HWIND_OPEN_DIALOG has no exception.

Method FILL_HTML_DD_BOX 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 20011129

Method FILL_HTML_DD_BOX on class CL_RSR_WWW_HWIND_OPEN_DIALOG has no exception.

Method FILL_HTML_DISPATCH_AND_CLOSE Signature

Method FILL_HTML_DISPATCH_AND_CLOSE on class CL_RSR_WWW_HWIND_OPEN_DIALOG has no parameter.
Method FILL_HTML_DISPATCH_AND_CLOSE on class CL_RSR_WWW_HWIND_OPEN_DIALOG has no exception.

Method FILL_HTML_DISPATCH_TO_WIZARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SUBRC Value transfer Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20010914
# Exception Resumable Description Created on
1 X_MESSAGE Abbruch 20010914

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 20020128

Method FILL_HTML_EXPLAINING_TEXT on class CL_RSR_WWW_HWIND_OPEN_DIALOG has no exception.

Method FILL_HTML_OBJECT 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 20011004

Method FILL_HTML_OBJECT on class CL_RSR_WWW_HWIND_OPEN_DIALOG 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 20011004

Method FILL_HTML_SELECTION_TREE on class CL_RSR_WWW_HWIND_OPEN_DIALOG has no exception.

Method GET_DEFAULT_SAVE_PARAMETER Signature

Method GET_DEFAULT_SAVE_PARAMETER on class CL_RSR_WWW_HWIND_OPEN_DIALOG has no parameter.
Method GET_DEFAULT_SAVE_PARAMETER on class CL_RSR_WWW_HWIND_OPEN_DIALOG has no exception.

Method GET_INFO_FOR_OBJTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OBJVIEW_DEFAULT Call by reference Type reference (TYPE) CHAR2 Komponente der Versionsnummer 20031024
2 Exporting E_TEXT Call by reference Type reference (TYPE) STRING 20031024
3 Exporting E_T_OBJVIEW Call by reference Type reference (TYPE) RSZA_T_DROPDOWN_VALUE 20031024
4 Importing I_OBJTYPE Call by reference Type reference (TYPE) RSZOBJTYPE 20031024

Method GET_INFO_FOR_OBJTYPE on class CL_RSR_WWW_HWIND_OPEN_DIALOG has no exception.

Method GET_JS_URL_SETCHOSENOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AS_JS_FUNCTION Call by reference Type reference (TYPE) RS_BOOL Rückgabe als JavaScript Funktion 20020131
2 Importing I_PAR1 Call by reference Type reference (TYPE) ANY 20020131
3 Importing I_PAR2 Call by reference Type reference (TYPE) ANY 20020131
4 Importing I_PAR3 Call by reference Type reference (TYPE) ANY 20020131
5 Importing I_VAL1 Call by reference Type reference (TYPE) ANY 20020131
6 Importing I_VAL2 Call by reference Type reference (TYPE) ANY 20020131
7 Importing I_VAL3 Call by reference Type reference (TYPE) ANY 20020131
8 Returning R_URL Value transfer Type reference (TYPE) STRING 20020131

Method GET_JS_URL_SETCHOSENOBJECT on class CL_RSR_WWW_HWIND_OPEN_DIALOG has no exception.

Method GET_SELECTION_TREE Signature

Method GET_SELECTION_TREE on class CL_RSR_WWW_HWIND_OPEN_DIALOG has no parameter.
Method GET_SELECTION_TREE on class CL_RSR_WWW_HWIND_OPEN_DIALOG has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_RSR_WWW_HWIND_OPEN_DIALOG has no parameter.
Method INITIALIZE on class CL_RSR_WWW_HWIND_OPEN_DIALOG has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 30A