Hi all
I had a requirement to subtract two Number/Units
Example v_test type anzhl ,
v_test1 type anzhl .
v_test2 type anzhl .
i want to subtract v_test from v_test1 is there any function module is there or we can directly subtract it
like v_test2 = v_test-v_test1 .
will this work