cancel
Showing results for 
Search instead for 
Did you mean: 

Selection Screen Web Query

Former Member
0 Kudos

Hi to all, Where is possible to customize the selection screen parameters of a web Query?

With the web application designer I can modify the query but not the selection screen.

Someone know how is possible to pass a value to a parameter of the selection screen, the value is got outside Sap and I want to pass when I call to the web query.

thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can build your own selection screen in HTML and JavaScript and pass all the variable values in the URL at query call. The problem is to access allowed values from the BW but with 3.5 it's easier now (but still a lot of stuff to handle).

Best regards

Dirk

Former Member
0 Kudos

Thanks for the reponse.

Here we have SAP BW 3.0B. Where can I found documentation to build your own selection screen? I have updated the standar web template but I do not know where do the selection screen.

Is possible to pass a value to a not own selection screen parameter?

The problem that we have here is that the selection screens are variable, some of the queries have one selection screen parameters and some of them others.

Lot ot thanks.

Former Member
0 Kudos

Hi,

for passing variable values to the selection screen please read the online documentation:

http://help.sap.com/saphelp_nw04/helpdata/en/07/ff413a3ace7022e10000000a11402f/frameset.htm

Heike

Answers (2)

Answers (2)

Former Member
0 Kudos

one big issue when doing URL from custom screen to report is the limit on URL. when i am trying to send more than 10 values for variable it exceeds the max length of URL. i know it has to use POST method so that the values are sent in body rather as a URL parameter.

BUT i don't know how to do it.

Can some one throw some light on it

thanks

sharan

Former Member
0 Kudos

Hai, you should alter these default values in the variable of the query. perhaps create your own variable.

Gert