Hi experts,
Here is my scenario:
In an ALV, when user double click on a line item, it will call screen 0100 based on a field.
Inside screen 0100, there is a button and if use press on the button, it will call screen 0200 in dialog modal box.
My problem here is in screen 0200(popup), when user press the cross button, it should navigate back to screen 0100. I'm using LEAVE TO SCREEN 0 currently.
However, it skip screen 0100 and navigate back to the ALV grid instead. Is there anyway to navigate back to screen 0100 instead of back to ALV grid?
Thanks.
Regards,
Marlson