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..