Start of Content Area

Function documentation Calling the Open Dialog Locate the document in its SAP Library structure

Use

You can use this command to call an open dialog for queries or query views.   You can then determine follow-up actions.

Prerequisites

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

Features

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.

 

Example

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'>

 

End of Content Area