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

which statement interrupts the processing of current screen

Former Member
0 Likes
731

hi

which statement interrupts the processing of current screen

3 REPLIES 3
Read only

Former Member
0 Likes
574

Hi ,

LEAVE SCREEN. will interrupts the processing of current screen

Leaves the current screen and processes the next screen.

Regards,

Naveen

Read only

Former Member
0 Likes
574

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.

Read only

paruchuri_nagesh
Active Contributor
0 Likes
574

hi

LEAVE SCREEN

above statement terminates current screen process immediatly

regards

Nagesh.Paruchuri