On "display" push button, I want to pass my multiple selected context records from first web dynpro application to second wda. I am calling the second wda using external window method .
I tried defining interface methods in 2nd wda and calling this method from first wda. But this did not work as it was on a separate instance.
I tried singleton and it too did not work. It seems each session has a diffente singleton instance.
I tried exit plugs but it seems that plugs can have only string as parameters and not an other data type.
Any ideas or solutions would be a great help...