cancel
Showing results for 
Search instead for 
Did you mean: 

How to Re-Direct the Web Dynpro Application from JSP Page

Former Member
0 Kudos

Hi Guys,

I have some doubts in Web Dynpro Application.My Scenario is I have the Web Dynpro Application which runs in Portal iview.After doing some process in the Web Dynpro Application i need to post some xml to ABAP System as a Request.Once the Request is Posted in the System its generate the Response.The Generated Response is send through RFC Destinations.Is it possible to trigger the Web Dynpro Application from the outside system.And also If i get the Response to some JSP Application is it possible to achieve that the Response is triggered to that particular application which sends the request(I.e Web Dynpro Application).Please guide me to solve the problem.

Thanks and Regards,

SatheshKumar R

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks

former_member185086
Active Contributor
0 Kudos

HI

Follow the given thread ..

1.[Suspended Plug|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/11972] [original link is broken] [original link is broken] [original link is broken];

2.[Intercomponent parameters exchange|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/4142] [original link is broken] [original link is broken] [original link is broken];

Best Regards

Satish Kumar

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi SatheshKumar

>Is it possible to trigger the Web Dynpro Application from the outside system.

Yes, it's possible, but only triggering by URL. However, when somebody triggers WebDynpro URL a new application instance will be created that is not exactly you want to achieve, right?

>If i get the Response to some JSP Application is it possible to achieve that the Response is triggered to that particular application which sends the request(I.e Web Dynpro Application).

If you have a Portal application with two iViews (JSP and WebDynpro) then it's possible to organize a communication between the two iViews. One of the ways of such communication between iViews is Portal client eventing mechanism. With this events it's possible to send an event from the JSP iView to WebDynpro iView:

Check also [Communicating with Other iViews|http://help.sap.com/saphelp_nw70/helpdata/en/79/3857422d095542e10000000a1550b0/content.htm]

BR, Siarhei