Skip to Content
0
Former Member
Oct 26, 2005 at 12:28 PM

Internal table query

14 Views

Dear All,

I have data in internal table as

Data : begin of itab occurs 0,

os like mseg-erfmg,

gi like mseg-erfmg,

gr like mseg-erfmg,

cs like mseg-erfmg,

end of itab.

and data inside as

date openstock goodissue goodsrecipt closingstock

11.10.05 0 0 200 200

12.10.05 200 10 20 210

12.10.05 210 0 0 210

12.10.05 210 100 0 110

13.10.05 110 50 0 60

now I want to bring data as

date openstock goodissue goodsrecipt closingstock

11.10.05 0 0 200 200

12.10.05 200 110 20 110

13.10.05 110 50 0 60

Regards

Mave