Skip to Content
0
Former Member
Sep 23, 2008 at 02:33 AM

Multiply

34 Views

Hi

I hwve problem in the following code. I am trying to multiply IT_DETAIL-DMBTR (value is 10,000) to -1. But output is 0 instead of -10,000.

Pls help me

ELSEIF  IT_DETAIL-BLART = 'SA' and IT_DETAIL-SHKZG = 'H'.  " AND it_detail-sgtxt(2) = 'DR'.   
 IT_SUM-MACHINE = ( IT_DETAIL-DMBTR ) * ( -1 ).