Skip to Content
0
Former Member
Sep 12, 2007 at 10:07 AM

simple Query

17 Views

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