cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a query ( using a Button or Link) form a WAD application in BW3.5

Former Member
0 Kudos
86

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

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