Skip to Content
0
May 04, 2008 at 03:20 AM

Communication between two web dynpro development components

28 Views

Hi,

I have created 3 Development Components.

First DC is fetching backend data (model)

Second DC is able to communicate with first DC.

Also from Second DC I am able to communicate to third DC using outbound plug (communication between 2 DC view to 3 DC view)

Can you suggest me how to retrieve data from 2 DC to 3 DC.

Situation:

If I submit a button in 2 DC then it will execute a BAPI and the result list should be populated in the 3 DC.

Please suggest how I should proceed ?

Thanks..