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

going back to selection screen

Former Member
0 Likes
433

from selection screen my first screen is a grid display in second screen i called a screen then if i click back i need to go to selection screen not to grid display how to call it .

3 REPLIES 3
Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
414

hi ,

if sy-ucomm = 'BACK'.

Leave to screen 0.

endif.

Thanks & Regards

Read only

Former Member
0 Likes
414

Hi Anjali,

Use the following code:

set screen '0'.

leave screen.

Hope this will help.

Regards,

Nitin

Read only

Former Member
0 Likes
414

in user command use


LEAVE LIST-PROCESSING.
OR
CALL SELECTION-SCREEN dynnr.

Edited by: Sukriti Saha on Oct 22, 2008 11:57 AM