Skip to Content
0
Former Member
Dec 20, 2007 at 08:22 AM

View Filter Value DP_VIEW_FILTER and Pass it to multi data providers

24 Views

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