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

Re: Having issue with Table control.

$
0
0

Hi Jai,

 

You can try the logic something like below:

 

Loop at ITAB.

if sy-tabix <> 1.

itab-total = lv_balance.

modify itab transporting total.

endif.

lv_balance = itab-total - itab-qtytobeprocessed

Endloop.

 

 

Thanks,

Naveen


Viewing all articles
Browse latest Browse all 8078

Trending Articles