Hello,
I have developed a report (Report A) which generates the SELECTION-SCREEN dynamically & inserts the code into another report (Report B).
Once this (Report B) is executed all the user input parameters are exported into memory.
Now Report A processes the user input and call another report (static report) called Report C to display the output in ALV Grid.
Now if I press BACK button on standard menu from Report C I need to navigate to Report B selection screen but that should be through Report A because I need to execute few logic that is required after execution of selection screen.
Kindly guide me how to navigate from Report A (Main report) -> Report B (For user input) -> Report A (Process Input) -> Report C (Display Output) -> Report A (If Back or Exit button is pressed by user).
I am not able to perform the last navigation which is highlighted in bold. If possible provide me any better alternate solution.
Note: Always the execution should be from Report A.
Regards,
Satish D R