There was an error while loading. Please reload this page.
1 parent 838b41e commit c3d95f7Copy full SHA for c3d95f7
src/profiles/y_profile_admin_classes.prog.abap
@@ -1212,7 +1212,7 @@ CLASS lcl_util IMPLEMENTATION.
1212
RETURN.
1213
ELSEIF chbx_select_prodcode = abap_false AND chbx_apply_testcode = abap_false
1214
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 .
+ OR chbx_apply_testcode = abap_true AND chbx_on_testcode = abap_true.
1216
EXIT.
1217
ELSE.
1218
MESSAGE 'Please choose Productive Code and/or Testcode for check execution!'(051) TYPE 'I'.
0 commit comments