cancel
Showing results for 
Search instead for 
Did you mean: 

How to integrate two applications in wda.

Former Member
0 Kudos

Hi experts ,

I have two applications in WDA .

I would like to integrate these two applications in the third one.

And wants to run third application so that i can see first and second applications view. How can I achieve it.

Thanks .

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I think as someone pointed, you can use the COMPONENT USAGE concept to integrate different WDA Applications.

Check this link

http://help.sap.com/saphelp_nw70/helpdata/EN/0e/496ad66c601349a730502d3ea26e05/frameset.htm

Regards

Raja Sekhar

Former Member
0 Kudos

Hi

Include the first two components in the Used components tab of the third webdynpro component ,Now in the third webdynpro component create a view with two viewcontainerelement and include the views(FROM FIRST AND SECOND COMPONENT) which you want to display in this elements

Hope this helps U

Thanks and regards

Tamilselvan.K

Former Member
0 Kudos

Hi Tamilselvan k,

I have added the two applications in the used component tab of the new one in which i want to integrate these two applications. But i am not able to include the views of these two applications in this application.How can i do it ?I want to call the second appication on any event,such as button click, of first one.

Thanks in advance.

Former Member
0 Kudos

Goto the window of third component and embed the views from the first and second component into the twoviewcontainers,I think this will do

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You can easily embedded one Web Dynpro component within another. This is exactly what you are doing when you use ALV. You can do the same thing with your components. I suggest that you start be reading the help section on cross component usage:

[http://help.sap.com/saphelp_nw70/helpdata/EN/a7/1d8b412bb5b35fe10000000a1550b0/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/EN/a7/1d8b412bb5b35fe10000000a1550b0/frameset.htm]

At the risk of a little self promotion, the topic of component reuse and embedding is a central topic of the Web Dynpro ABAP sections of the SAP Press Book - Next Generation ABAP Development.