on 2003 Dec 31 4:20 PM
Hi,
Does anyone know if it is possible to reset the data provider based on a certain value selected in a dropdown box.
THnaks,
Dan
Hi Dan,
yes thats possible. Please have a look on the online documentation:
http://help.sap.com/saphelp_bw33/helpdata/en/bd/43143c1ab8ff1ae10000000a11405a/frameset.htm
You can use views or queries for reinitializing the data provider. If you want the drop-Down-Box to show the actual used query you can use Javascript and the textelement web item (use: REPTNAME). This is not possible for views. A possibility for views would be to store the actual selected view as a custom attribute of the web-item table and read this information via JavaScript function SAPBWGetItemProp .
Regards
Heike
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Heike,
We tried using the reset data provider in javascript and got it to work to a certain point. We were wondering if you could do this somewhere within the CL_RSR_WWW_MODIFY_TABLE class?
Also, could you provide more details around using the JavaScript function SAPBWGetItemProp to solve this problem.
Thanks,
Dan
Hi Dan,
I'm not sure what you want to do with the MODIFY_TABLE class. You habve to explain your scenario in more detail.
For the Javascript-Function I would recommend to read the online documentation:
http://help.sap.com/saphelp_bw33/helpdata/en/09/0b453c8bf3f30ee10000000a11405a/frameset.htm
And an example where this functionality is used from the online documentation:
http://help.sap.com/saphelp_bw33/helpdata/en/52/5f3f88eac08748b4dd134285d6bc32/frameset.htm
Regards
Heike
User | Count |
---|---|
62 | |
12 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.