Skip to content

Commit c3d95f7

Browse files
author
Eugen Guenther
committed
abaplint picky compliance
1 parent 838b41e commit c3d95f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/profiles/y_profile_admin_classes.prog.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ CLASS lcl_util IMPLEMENTATION.
12121212
RETURN.
12131213
ELSEIF chbx_select_prodcode = abap_false AND chbx_apply_testcode = abap_false
12141214
OR chbx_select_prodcode = abap_true AND chbx_on_prodcode = abap_true
1215-
OR chbx_apply_testcode = abap_true AND chbx_on_testcode = abap_true .
1215+
OR chbx_apply_testcode = abap_true AND chbx_on_testcode = abap_true.
12161216
EXIT.
12171217
ELSE.
12181218
MESSAGE 'Please choose Productive Code and/or Testcode for check execution!'(051) TYPE 'I'.

0 commit comments

Comments
 (0)