Hallo
I want to check a Field for negative value
IF c_vkdfif-vbtyp = 'T'.
lv_netwr = -1 * ( lv_netwr + lt_vbap-netwr ).
ENDIF.
In another if I want to check when lv_netwr has a negative vlaue then do something.
How can I do it.
thanks.