Skip to Content
0
Former Member
Jan 28, 2008 at 11:28 AM

Equivalent for "leave program" in ABAP or "exit(0)" in C++/Java

34 Views

Hi,

How do I by pass the end of a method like "LEAVE PROGRAM" in ABAP or exit(0) in C++/java.

The scenario is an error-check that should exit the method rather than execute the rest.

Regards,

Lloyd