Update zcl_demo_abap_prog_flow_logic.clas.abap
This commit is contained in:
@@ -1253,7 +1253,7 @@ CLASS zcl_demo_abap_prog_flow_logic IMPLEMENTATION.
|
|||||||
calc_if = num1 / num2.
|
calc_if = num1 / num2.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
ELSE.
|
ELSE.
|
||||||
calc_if = |Operator { operator } not possible.|.
|
calc_if = |Check the operator { operator }.|.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
prep_calc_result( CHANGING res = calc_if ).
|
prep_calc_result( CHANGING res = calc_if ).
|
||||||
|
|||||||
Reference in New Issue
Block a user