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: 

which statement interrupts the processing of current screen

Former Member
0 Kudos

hi

which statement interrupts the processing of current screen

3 REPLIES 3

Former Member
0 Kudos

Hi ,

LEAVE SCREEN. will interrupts the processing of current screen

Leaves the current screen and processes the next screen.

Regards,

Naveen

Former Member
0 Kudos

Hi , I think the STOP interrupts.

If you use the STOP statement within an event block, the system stops processing the block immediately. The ABAP runtime environment triggers the next event.

Regards.

paruchuri_nagesh
Active Contributor
0 Kudos

hi

LEAVE SCREEN

above statement terminates current screen process immediatly

regards

Nagesh.Paruchuri