cancel
Showing results for 
Search instead for 
Did you mean: 

Text display Variable for Adhoc Query

Former Member
0 Kudos

hi all,

When i execute the query asking for some input in web it displays 'Variable for Ad Hoc Query' above the input selection box.

Similarly, when i execute the template asking for input it dispalys 'Variable for Query description' above the input box.

Is there any way by which i can restrict the text display 'Variable for Ad Hoc Query' and 'Variable for Query description'. It should ask only inputs.

Thanks in advance.

regards,

Yogesh

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member188975
Active Contributor
0 Kudos

Hi Yogesh,

I think you can look into class cl_rsr_www_variable_screen method FILL_OPEN_FORM, but I have not tried this myself.

Former Member
0 Kudos

Hi Yogesh,

As far as I know, you can modify the standard ad_hoc template for BEx-Web queries and set the new one as the default template for BEx.

Program: RS_TEMPLATE_MAINTAIN

Technical name: 0ADHOC

You have to change the text element that is displayed on the variable screen - I let you find it!

Default template can be set via transaction SPRO.

Hope it helps.

LauQ