Skip to Content
0
Former Member
Jun 04, 2009 at 06:21 PM

BIApplicationFrame UI Element

27 Views

Hi All,

I have a scenario where I need to pass webdynpro context values to BI report.

I use BIApplicaitonFrame UI element in my webdynpro application and I need to set the inital filters of the BEX report.

I have set the properties of my BIApplicationFrame UI element as follows :

dataProviderStateType default*

server http://<Hostname>:<Portno>

serverType java

templateId ZZLE_C05Q002_WAD

I tried setting the parameters of the BI report as below :

WDBIMethods.addCustomParameters(view,"BIApplicationFrame",mapParams);

But the initial screen is not having the vallues that I send from the above code.

What is the purpose of this addcustomparameters method?

Is there a way where I can set the Initial Selection Screen with values from webdynpro?

Please help me with this.

Thanks & Regards,

sirisha.RS