Skip to Content
0
Former Member
Mar 23, 2009 at 09:58 AM

Negative Value

57 Views

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.