Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8451

Re: append and collect mention like this

$
0
0

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.


Viewing all articles
Browse latest Browse all 8451

Trending Articles