Skip to content

Commit

Permalink
Update switch_all
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools committed Dec 9, 2021
1 parent 4ec3fbb commit 87fc446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/#mbtools#mbt_switch_all.prog.abap
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ START-OF-SELECTION.
ORDER BY name.
IF sy-subrc <> 0.
WRITE: / 'No MBT enhancements implemented' COLOR COL_TOTAL.
EXIT.
RETURN.
ENDIF.

" Keep only enhancements (but not for own exception class)
Expand All @@ -82,7 +82,7 @@ START-OF-SELECTION.
WHEN p_off.
PERFORM code_off CHANGING <gv_code>.
WHEN p_show.
WRITE : / <gv_code>.
WRITE: / <gv_code>.
ENDCASE.
ENDLOOP.
IF p_show = abap_true.
Expand Down

0 comments on commit 87fc446

Please sign in to comment.