We have a BW web query with a variable selector. After executing the query we want to be able to change the chosen value of the variable which triggers a recalculation of the query. In BEx (Excel) this is possible with "refresh query".
Is there a way to do so as well in the web without closing and restarting the web query from the scratch?
Best thanks for any help,
Mathias
Hi Mathias,
You can achieve this using one of the two methods. You can either use a drop down box to filter the values or put a button on the web page which will call the command url like given below:
<SAP_BW_URL CMD='PROCESS_VARIABLES' SUBCMD='VARIABLE_SCREEN'>
Dont forget to assign points if this helps.
Thanks,
Kartheek
Add a comment