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

STOP Program Execution

Former Member
0 Likes
5,632

Hiii Everyone,

How to stop execution of a program depending on a condition.

Depending on a condition given in program, i want to stop the rest program execution. Program execution should be stopped at BADI.

Thanks in advance.

Regards

Sunil

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,248

Hi,

Use, exit or return statement.

Shruthi

2 REPLIES 2
Read only

Former Member
0 Likes
2,249

Hi,

Use, exit or return statement.

Shruthi

Read only

Former Member
0 Likes
2,248

Hi,

I think the best is to put a break-point inside the method and check if it's executed or not

I think the best is to put a break-point inside the method and check if it's executed or not

Regards

Kiran Sure