cancel
Showing results for 
Search instead for 
Did you mean: 

communication between webdynpro applications ?

Former Member
0 Kudos

Hello, do you know if it's posible to communicate 2 diferent webdynpro applications with other method than calling url of wd app and passing parameters ?

My problem is that I've a big wd application where the user enter information and for certain information I want to comunicate with other wd app. The url invocation is not ok for returning to the big application because or all the information that the user has entered travels between applications or I loss it.

Thanks and best regards.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

make your big application as a DC and expose the context through interface controllers and pass the data.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Fernando,

You can go for DC communication.

Regards,

Murtuza

Former Member
0 Kudos

Hi

Create <b>Out Bound plug</b> in app2 and <b>In Bound plug</b> in app1 create a datalink between two .

Create an action for back button while creating the action select the out bound plug u created to go back.

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/91b6ad90-0201-0010-efa3-9626d2685b6e">Inter Application Navigation Tutorial</a>

Regards

Chaitanya.A