cancel
Showing results for 
Search instead for 
Did you mean: 

Passing parameters from webdynpro to JSP and vice versa

Former Member
0 Kudos

Hi,

I have a Webdynpro application which needs to send some parameters to a JSP and vice versa. Is there a way to achieve this? I mean, is there a way to pass parameters from Webdynpro application to an external jsp page-based application and vice versa?

I read a lot of documentation, a lot of thread without luck.

Thanks and Regards,

Amrita

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Make use of suspend/resume plugs

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Ayyapparaj,

I have made use of suspend/resume plugs and can navigate from webdynpro to jsp and vice versa. This method passes the URL. I need to pass some other values to the JSP page.

Thanks & Regards,

Amrita

nikhil_bose
Active Contributor
Former Member
0 Kudos

Hi,

Did you try creating parameters for the plug and passing them either by url(get) or map(post).

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Nikhil,

I am unable to append parameters to the URL. The parameter is not shown in the JSP Page.

Thanks & Regards,

Amrita

nikhil_bose
Active Contributor
0 Kudos

did you create parameter in plugout?

create a parameter Url (case sensitive) of type string and append parameters to it.

are you getting parameter added url or what?

nikhiL

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi All,

Thanks for all the help. It worked.

Regards,

Amrita

Former Member
0 Kudos

Hi All,

I need to perform this. But, I am stuck with creating a Suspend Plug itself. I dont see the Suspend type. Can you please help me understand this process step by step.

Thanks,

Divya

0 Kudos

Divya,

Suspend/Resume plugs can only be found in interface view controller.

Vishwas.

nikhil_bose
Active Contributor
0 Kudos

you can pass parameter in url to JSP and Vice-versa. You have to use suspend/resume plugs in the interface view controller.

nikhiL

Former Member
0 Kudos

Hi Amrita,

Go through which might help you.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a08c287b-96a5-2a10-a691-b8b8bc40...

Thanks n Regards,

Jhansi Miryala