Application Development 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: 

Go back from secondary list to user input parameter screen

Former Member
0 Kudos

Hi, I have created a basic list. User drills down to secondary by clicking on the command button. How can I go back to user input parameter screen by clicking the command button on the secondary list

Thanks,

Khalid

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You can write LEAVE TO SCREEN 0.

Have you created any transaction for your program.If yes then you can use LEAVE TO CURRENT TRANSACTION.

I have used this in module pool program.

try this in your classical report and let me know if it is working.

Thanks

2 REPLIES 2

Former Member
0 Kudos

Hi,

You can write LEAVE TO SCREEN 0.

Have you created any transaction for your program.If yes then you can use LEAVE TO CURRENT TRANSACTION.

I have used this in module pool program.

try this in your classical report and let me know if it is working.

Thanks

Former Member
0 Kudos

Try this:

LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.

Cheers,

Saurabh