Update zcl_demo_abap_prog_flow_logic.clas.abap

This commit is contained in:
Dan
2023-01-05 17:33:02 +01:00
committed by GitHub
parent 38e2a145b3
commit bcd4ba50f1

View File

@@ -1253,7 +1253,7 @@ CLASS zcl_demo_abap_prog_flow_logic IMPLEMENTATION.
calc_if = num1 / num2.
ENDIF.
ELSE.
calc_if = |Operator { operator } not possible.|.
calc_if = |Check the operator { operator }.|.
ENDIF.
prep_calc_result( CHANGING res = calc_if ).