cancel
Showing results for 
Search instead for 
Did you mean: 

Variable Screen of Web Template iView

Former Member
0 Kudos

Deployed Web Template iView to Portal. But when ever i click on the link of the web template iview in the navigation panel in portal. Variable screen comes up first which is mandatory. Is there some way in the web application designer that i fill up the mandatory variable screen with values through some ABAP table interface or by using text elements web item without letting variable selection screen show up initially in the portal.

I cant make those variable values default by going in BEx because those varaibles are global variables and getting used in many queries.

Any help will be appreciated.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

We've just implemented a NetWeaver 2004s system, and these hints may help you out:

1. In the Web Application Designer, there is a property on the web template which determines whether the variable screen is displayed or not. Therefore, you could uncheck that checkbox, and the variable selection screen won't be shown.

2. As to defaulting values in the selection screen ... we have used ABAP code to default values in variables. I think it was done in the start routine. The code we have implemented works, but then we present the variable selection screen to the user, so I can see that certain values (like date for example) are defaulted. I am not sure what happens if you default these values and then don't present the selection screen ... assume it would work for you though. Check on SDN and find out about pre-popup ABAP code for queries, I am sure you will be able to find something that helps you out.

Cheers,

Andrew

Former Member
0 Kudos

Hi,

If you are into a bit of development you can check this blog. I had used it once for crystal reports integration.

The application parameters field in the BEx iViews can be retrieved dynamically.

Im not sure if this exactly fits your requirement. But it might help though.

Regards,

Prem

Former Member
0 Kudos

Thanks for reply.

If you can explain me in detail what are the steps to use application integrator for filling up variable before variable screen pops up in EP.

I m still confused on this.

Thanks

Former Member
0 Kudos

First do me a favour. Find out if you can pass parameters to the BEx Url stand alone e.g. host:port/..../BEx?aaa=123