cancel
Showing results for 
Search instead for 
Did you mean: 

BW Query and BSP application

Former Member
0 Kudos

How to call a BW internet query from a BSP application and send parameters to the query from my bsp page ?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

To Marcus : Thx. But I have to send 3 parameters. The issue is I would like hidden 1 parameter (Customer numbers). Is it possible to send parameter by a other way than URL (like : &param1=xxx) ? I prefer to send a form POST method to the Internet Query !

Former Member
0 Kudos

Danke Marcus. Bist du deutsch ?

Also, WEB API not WEP API I presume ...

Thank

Jerome

0 Kudos

Marcus,

We are also building a UI in BSP for executing BW queries. Instead of executing the full BW URL each time we want to use the URL containing the PAGENO (SAP_BW_URL). In this way BW remembers its context instead of the BSP application.

Does someone know an elegant way to get hold of the active PAGENO the BW server gives back as part of the HTML stream for this session.

Sjaak

Former Member
0 Kudos

Hi ,

Do you have a look at the object page in your BSP application (in debug ) , i think you can find your answers in.

Also I have a question concerning the URL . I made a BSP application with BW and inside we launch automaticly BW WEb report and for this we don't find any other solution than make a link with the complete URL ( host , port, protocol ) and for this we use the method COnstruct_BSP_url. If you have any other solution can you explain me.

Thanks in advance .

Bertrand

Former Member
0 Kudos

HI Jerome,

you have to use the BEx Service URL:

/SAP/BW/BEX?CMD=LDOC&TEMPLATE_ID=Templateid&query=&infocube

now you can put all Parameters to the URL you want

(look at WEP API Reference for Documentation)

Regards Marcus