Hi guys,
I try to change SAP BEX Analyzer parameters (7.3, SP 5, P 1) within Excel using a button (eventually button_click shall be implemented within a macro ).
By clicking button_1 pass the following parameters/commands on to BEX:
Name | Index | Value
SUB_CMD | 1 | VAR_SUBMIT
CMD | 1 | PROCESS_VARIABLES
DATA_PROVIDER | 1 | DP_PARAM
The command range includes the set of variables which shall be transferred to BEX. At first glance this works fine - upon opening the set variables dialog from the BEX plugin I see all variable values having been preset with the values from the command range. So far so good.
Within Excel I ve got another button_2 for query execution. I got a couple of queries to be executed so in the end I will also click the buttons within my macro.
The button is defined as follows:
Name | Index | Value
DATA_PROVIDER | 1 | DP_QUERY
CMD | 1 | RESET_DATA_PROVIDER
RQV | 1 |
PROFF| 1 |
INFOCUBE| 1 | VALUE_NAME
QUERY| 1 | QUERYNAME
By clicking button_2 BEX prompts me to insert the parameters again. The variable values are correctly preset with the parameters from clicking button 1 - so I dont want the prompt. Any ideas on how to suppress the dialog?
Cheers
PS: I searched the forum and only got results relating to older BEX versions.