on 2007 Dec 20 8:22 AM
Hi
We are using the following command to view filter values and expand in the dataprovider_1
SAPBWOpenWindow(SAP_BW_URL_Get()"&CMD=PROCESS_HELP_WINDOW&HELP_SERVICE=DP_VIEW_FILTER&DATA_PROVIDER=DATAPROVIDER_1&IOBJNM="iobjnm, "FILTER",800,600);
(got the code from a PDF that showed how to use drop down for to select multiple values)
Is there a way to pass this value to multiple data providers like shown below?
SAPBWOpenWindow(SAP_BW_URL_Get()"&CMD=PROCESS_HELP_WINDOW&HELP_SERVICE=DP_VIEW_FILTER&DATA_PROVIDER=*&MULTI=X&IOBJNM="iobjnm, "FILTER",800,600);
There is a bug in this code and i am not sure how to use the Dataprovider = * and Multi = X!
In dropdown box, i gave affected data providers as all three..
no luck..
Please help. thanks
Put * and X in single quotes
Try using the folllowing
SAPBWOpenWindow(SAP_BW_URL_Get()"&CMD=PROCESS_HELP_WINDOW&HELP_SERVICE=DP_VIEW_FILTER&DATA_PROVIDER='*'&MULTI='X'&IOBJNM="iobjnm, "FILTER",800,600);
Edited by: Rakesh Pattani on Dec 20, 2007 10:52 AM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Instead of SAPBWOpenWindow use SAPBWOpenURL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.