Hi,
LOOP AT it_bsis into wa_bsis.
if wa_bsis-shkzg = 'H' .
wa_bsis-dmbtr = wa_bsis-dmbtr * -1.
endif.
collect wa_bsis into it_bsis.(it has to add the dmbtr value )
endloop.
Regards,
Venkat.
Hi,
LOOP AT it_bsis into wa_bsis.
if wa_bsis-shkzg = 'H' .
wa_bsis-dmbtr = wa_bsis-dmbtr * -1.
endif.
collect wa_bsis into it_bsis.(it has to add the dmbtr value )
endloop.
Regards,
Venkat.