!--a11y-->
Calling the Open Dialog 
You can use this command to call an open dialog for queries or query views. You can then determine follow-up actions.
In order to use this command you have to register the help service to a Web item. The following additional attributes have to be added to a Web item in the HTML view in the Web Application Designer:
Attribute |
Description |
HELP_SERVICE |
Name of the help service: HW_OPEN_DIALOG |
HELP_SERVICE_CLASS |
Technical name of the help service class: CL_RSR_WWW_HWIND_OPEN_DIALOG |
Command structure
CMD |
Process_help_window |
Parameter |
Description |
HELP_SERVICE |
Name of the help service: HW_OPEN_DIALOG |
ITEM |
Logical name of the Web item with which you have registered the help service. |
SUBCMD |
Subcommand: SELECTION |
OBJECT_TYPE |
Type of reporting object: QU: query; VW: query view |
SUBMIT_PARAMETER |
Command that is to be executed after successful object selection. Parameters DATA_PROVIDER_ID or QUERY and INFOCUBE are added to this command. |
Call open dialog for queries and reinitialize DATAPROVIDER_1 with the selected query
<SAP_BW_URL cmd='PROCESS_HELP_WINDOW' HELP_SERVICE='HW_OPEN_DIALOG' item='WEB_ITEM_1' subcmd='SELECTION' object_type='QU' SUBMIT_PARAMETER='CMD=RESET_DATA_PROVIDER&DATA_PROVIDER=DATAPROVIDER_1'>
