Skip to Content
0
Former Member
May 30, 2008 at 05:52 AM

Passing parameters to URL iView at runtime

89 Views

Hi

I have created an URL iView in the portal. Using some jave program, I want to pass parameters to that iView. I have seen lot of threads in this forum about how to send parameters to iView, but all are in design time. I want to pass the parameters runtime.

Example:

www.google.com is specified in URL parameter of URL iView
Now I want to pass some parameters to it at runtime
http://myserver:53000/irj/servlet/prt/portal/prtmode/preview/prtroot/
                                       pcd!3aportal_content!2fcom.sap.pct!2fMyFolder!2fMyiView
will open google without any parameters.
I want to pass parameters something like 
http://myserver:53000/irj/servlet/prt/portal/prtmode/preview/prtroot/
                 pcd!3aportal_content!2fcom.sap.pct!2fMyFolder!2fMyiView?search=java
so that internally the request will be like www.google.com?search=java

Please help me in this.

Points are given for your valuable answers.

Thanks in advance

Tejo Kumar