2010 Jun 21 8:34 PM
Hi Experts,
This is my scenario. I made a module pool with a selection screen and a dynpro containing a table control. I want to return to selection screen when user has finishes to input data. But when im debbuging the module pool i can see that the program remains in the same cycle PBO-PAI. How can i return to the selection screen with the params clean and ready to make another selection. I used CALL SELECTION-SCREEN, but the same problem occurs.
Thanks a lot for your help
Steve.
2010 Jun 21 8:54 PM
You do not have a selection-screen in module pool. You rather design a screen for selections.
So what you can do is, once you are done with all the process in your next screen and when the user does some action, then in the PAI, call transaction <Your tcode> or call screen <your 1st screen number.>
Hope this helps.
Kiran
Hi Experts,
This is my scenario. I made a module pool with a selection screen and a dynpro containing a table control. I want to return to selection screen when user has finishes to input data. But when im debbuging the module pool i can see that the program remains in the same cycle PBO-PAI. How can i return to the selection screen with the params clean and ready to make another selection. I used CALL SELECTION-SCREEN, but the same problem occurs.
Thanks a lot for your help
Steve.
2010 Jun 21 8:54 PM
You do not have a selection-screen in module pool. You rather design a screen for selections.
So what you can do is, once you are done with all the process in your next screen and when the user does some action, then in the PAI, call transaction <Your tcode> or call screen <your 1st screen number.>
Hope this helps.
Kiran
2010 Jun 21 9:01 PM
Perfect. I Thought that i can combine both, selection screens and dynpros. So, your proposal is to create a dynpro and manage my params from there?.
Regards,
Steve.
2010 Jun 21 10:08 PM