cancel
Showing results for 
Search instead for 
Did you mean: 

Current date to invoke BW iView in the portal

Former Member
0 Kudos

Hello Friends:

We have Java iviews and BW query iviews on the same page. They have eventing between them to pass values. But for the first time when the page is loaded, the BW iView is invoked by the portal runtime as a simple URL with no additional parameters. You may pass parameters along with values, but they have to be constants or static. It means, you can't pass for example, today's date, dynamically. But the design of our BW query requires that a date has to be passed, otherwise a variable entry form will be shown to enter date, which is not acceptable. Normally when user starts interacting you can build URL strings with all sorts of parameters to invoke any BW query iViews. But for the first time ...

So is there a way to include current date, in the URL used by portal runtime when the page with BW iView is being loaded.

Your help is appreciated.

Prasad Nutalapti.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

do not make it more complex, than it already is. Obviously the variable which is used in the BW query is not designed optimal. You should use a Customer-Exit / SAP Exit variable which will be filled with the correct date as default value. Then you can skip the variable screen without problems.

Regards

Heike