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

Assert 1= 0

Former Member
0 Likes
2,753

Hi guys can any one tell what does it mean?

assert 1 = 0.

2 REPLIES 2
Read only

Former Member
0 Likes
1,175

check this:

Read only

VXLozano
Active Contributor
0 Likes
1,175

F1 doesn't work for ASSERT in my system, I searched help.sap.com

<b>assertion (BC-ABA)</b>

<b>

ABAP Runtime Environment (BC-ABA)</b>

Assertion in an ABAP program. An assertion is defined as a conditional checkpoint using the ASSERT statement. Assertions are either always active or can be activated by being assigned to a checkpoint group. When an active assertion is reached, the corresponding condition is evaluated. If the condition is not met, the program is terminated with a runtime error, branched into the ABAP Debugger or a log entry is created. With the assignment to a checkpoint group, the behaviour is controlled by the activation settings, otherwise the program is terminated.