on 2007 Jul 12 1:32 AM
Hi,
I have build a web application using charts, graphs( involving BW3.5 QUERIES, views) using WAD3.5. I however need a Button or a link( probably command URL) in the application screen, TO CALL a perticular query or view in a separate window. Can anybody suggest how it could be done... I am using the Query Designer and web application designer for 3.5 version.
Thanks
This will do what you need
in your html section of your WAD, add this code and make sure you create a separate template to open when you click this button.
<FORM>
<INPUT onclick="window.location.href='http://YOURSERVERINFORMAATION/sap/bw/BEx?sap-language=EN&bsplanguage=EN&CMD=LDOC&TEMPLATE_ID=O2C_KPI_LEAD_TIME_DOC'" type=button value=YOURDEFINTION> </FORM>
Hope that helps.
thanks.
Wond
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
10 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.