Hi there,
I got a question concerning the communication between subscreens.
Let's say I got a dynpro 9000 which contains 3 subscreens 9001, 9002 and 9003.
Those three are loaded at the PBO of 9000 with
CALL SUBSCREEN sub1 INCLUDING sy-repid '9001' ....
and so on.
When PAI is triggered in 9001 for example, is it possible that only the PBO of 9002 is triggered and not that of 9003? The problem is, that the PBO of dynpro 9000 is triggered again which triggers all subscreen PBO's of course.
How can i solve this?
Thanks in advance!
Regards,
Tobi