cancel
Showing results for 
Search instead for 
Did you mean: 

Passing parameters to Web Dynpro Iview

Former Member
0 Kudos

HI Experts,

I Have one web dynpro application and i have created Web dynpro IView for that application.now I am passinf this Iview link in the EMail so that when user clicks on the link ,it should open web dynpro Iview

<b>with out showing roles which are asssigned to that user</b>.

i want my web dynpro Iview ccupy the entire page and i want to pass some url parameters to my application.

how can i achive this.

any help will be appriciated

thanks in adavnce

With Regards

Naidu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Make sure that the iView link is in the following format:

<host>:<port>/irj/index.html?NavigationTarget=pcd:portal_content/<
iView path>&DynamicParameter=param%3Dvalue%26param2%3Dvalue2

. So you can pass parameters using the <i>DynamicParameter</i> keyword.

In order to make the iView occupy the entire page, you should specify the iView property "<i>Height Type</i>" as "<i>FULL_PAGE</i>".

Regards,

Satyajit.