cancel
Showing results for 
Search instead for 
Did you mean: 

How to bypass the variable screen in a web template

Former Member
0 Kudos

Hi!

I have 2 web templates. The first template serves as a form with input fields. After filling this fields the user is allowed to push the execute button in order to communicate the values to the second template and this should start the BW WEB Report.

But my problem is that the variable screen appears after the click on the execute button. So how can I avoid this?

<form name="form" method="post" action="<SAP_BW_URL CMD='LDOC' TEMPLATE_ID='PSAVO_TEST'  VARIABLE_SCREEN=''>">

Accepted Solutions (1)

Accepted Solutions (1)

edwin_harpino
Active Contributor
0 Kudos

hi,

in web template properties,

there is property 'force variable screen' in 'general' section, make sure it's not marked.

hope this helps.

Former Member
0 Kudos

AHP + make sure that you do not have 'Madatory Fields' for field selection?

regards,

Hari

Former Member
0 Kudos

<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="SET_PROPERTIES"/>
         <param name="TEMPLATE_ID" value="PSAVO_TEST"/>
         <param name="VARIABLE_SCREEN" value="">
         TEMPLATE PROPERTIES 
</object>[
Former Member
0 Kudos

Hi Hari Kiran Y,

i have mandatory fields and they have to be mandatory in the future

edwin_harpino
Active Contributor
0 Kudos

yes Hari, you are right

should no variable in query with variable entry is mandatory.

former_member188325
Active Contributor
0 Kudos

As Hiri said,logically its not possible to bypass the variable screen if u have mandatory variables..

Let's see if any ideas from experts.

edwin_harpino
Active Contributor
0 Kudos

hi,

take a look threads

hope this helps.

Answers (0)