cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic parameter on WebGui Iview

Former Member
0 Kudos

Hello experts,

here it's my problem : In a email notification i put a link like this :

[http://<myserver>.org:8000/sap/bc/gui/sap/its/webgui/?sap-client=210&sap-language=EN/webgui/!&transaction=SWNWIEX&P_WI_ID=000000018277&P_ACTION=EXECUTE&OKCODE=ONLI]

(i'ts for realease a purchase request in a webgui frame)

And for SSO reason i want to integrate this url in our portal. So i have created an url iview for join this adress [http://<myserver>.org:8000/sap/bc/gui/sap/its/webgui/] with my statics parameters in url parameters : sap-client, sap-language, transaction, P_ACTION and OKCODE.

I call this new iview with his pcd url like this for exemple :

[http://<myserver>.org:50000/irj/portal?NavigationTarget=ROLES://portal_content/iter_fd/test]

It works fine, my webgui frame with SWNWIEX transaction in client 210 is opening! But i want add a dynamic parameter in this url for open the right Work Item (P_WI_ID).

In fact, i want open an url like this:

[http://<myserver>.org:50000/irj/portal?NavigationTarget=ROLES://portal_content/iter_fd/test&P_WI_ID=000000018277]

But it doesn't work.

I search on this forum and i try this solutions with no results :

[http://<myserver>.org:50000/irj/portal?NavigationTarget=ROLES://portal_content/iter_fd/test&DynamicParameter=P_WI_ID%3D000000018277]

[http://<myserver>.org:50000/irj/portal?NavigationTarget=ROLES://portal_content/iter_fd/test&DynamicParameter%3DP%5FWI%5FID%3D000000018277]

Thanks a lot for your help !

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

ronando

if you create an iac and try to put this parameter in the iac ... will that help....

Former Member
0 Kudos

Thank you for your response Barin, but what is an IAC ?

Former Member
0 Kudos

oh its Internet Application component...

its like you create an iview for an ITS service.

sorry I should have been specific.