Skip to content

Commit 4382c67

Browse files
committed
fixing magic number
1 parent ca39d07 commit 4382c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/y_demo_failures.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ CLASS Y_DEMO_FAILURES IMPLEMENTATION.
424424

425425

426426
METHOD scope_of_variable.
427-
IF sy-mandt = 100.
427+
IF sy-subrc = 0.
428428
DATA(value) = 1.
429429
ELSE.
430430
value = 2.

0 commit comments

Comments
 (0)