cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating different webdynpro applications into one

Former Member
0 Kudos

Wanted some insight on a situation where 4 different applications were developed as a part of one project but the catch is , every part had different package names and references,

now to integrate it ,into one webdynpro app(project), we are using Server Side eventing ,making one a master component and the others embedded , and it is working fine ,after included in the viewset ,

1 Is there a less cumbersome way to integrate in such a situation ??

2 is there a golden rule ,in future to follow , to develop applications separately to be integrated INTO ONE PROJECT ?

please suggest

Accepted Solutions (0)

Answers (2)

Answers (2)

vijayakhanna_raman
Active Contributor
0 Kudos

Hi Saurabh

U can integrate different webdynpro applications easier. Refer to this link.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/inter... in web dynpro.pdf

Hope this helps

Regards

Vijayakhanna

Former Member
0 Kudos

Hi saurabh,

u can use an interface controller to combine all the applications into one.keep the the view that u want it to run at the start of the appln as ur parent and rest as the child and do all ur events within ur Interface controller.

For more reference check on to this link.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/tu... on server-side eventing - 14.htm