cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic pass parameter URL iview Portal

Former Member
0 Kudos

Hi guys

i have url iview, this iview is assigned to a rol of anonymous user,

http://XXXXXXXX/irj/portal/anonymous?guest_user=Guest01

the ivew set automatically and i can see when user guest sign in.

this iview have 2 parameters i need this parameter, has set values with a link, like this

http://XXXXXXXX/irj/portal/anonymous?guest_user=Guest01&parameter1 = value1&parameter2 = Value2

i appreciated any help

Angel G.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Angel,

So you are trying to pass two parameters to your iView that is embedded in a portal role that is assigend to an anonymous user... is that right?

What problems are you having? Does the iView not see the parameters if passed as part of the top level URL (e.g.

http://XXXXXXXX/irj/portal/anonymous?guest_user=Guest01&parameter1=value1&parameter2=Value2)?

Not sure if it is just a typo but you have blank spaces between your "=" signs in that URL you posted, there should be no spaces.

A bit more info and perhaps I can help more,

Simon

Former Member
0 Kudos

Hi simon

Exactly this is the case i have iview, this iview call a url the, the iview is asigned to a role in anonymous user,

and i need pass two parameter to the url

http://XXXXXXXX/irj/portal/anonymous?guest_user=Guest01&parameter1=value1&parameter2=Value2

i dont know how i can do this.

thanx

Angel G.

Former Member
0 Kudos

Hi Angel,

Have a look at this: http://help.sap.com/saphelp_nw04/helpdata/EN/b5/8d977463334342be192228d2824fe1/content.htm

It describes the difference between URL isolated and embedded iViews and how to pass parameters from the page to the iViews in the page.

This might help you,

Simon

Answers (1)

Answers (1)

Former Member
0 Kudos

Thx Simon work ok