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: 

How to avoid incorrect calling screen sequence

Former Member
0 Kudos

Hi Techies,

I have got to enhance std transaction where I need to call a custom screen which is defined under different funtion group.

In that screen, I have a command button to cancel the screen, When I use 'Leave screen' it is calling some screen from other

function group. All I need to do is to terminate the screen on clicking

cancel button, I do not need to call next screen of the same froup where new screen defined

I appreciate any inputs on it

Thanks

Sasnthosh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI,

Did you try with this


SET SCREEN 100. " Here 100 is the screen you wan to navigate to 
LEAVE SCREEN.
It will terminate current screen and leaves to 100.

Regards and Best wishes.

1 REPLY 1

Former Member
0 Kudos

HI,

Did you try with this


SET SCREEN 100. " Here 100 is the screen you wan to navigate to 
LEAVE SCREEN.
It will terminate current screen and leaves to 100.

Regards and Best wishes.