Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How can i return to Selection Screen.

0 Likes
753

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
701

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.

3 REPLIES 3
Read only

Former Member
0 Likes
702

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

Read only

0 Likes
701

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.

Read only

0 Likes
701

Problem Solved. Thanks a lot.

Steve.