Hi All,
I am having an Internal table as,
Month Phy Qty Conv Qty
01 23724.000 24122.143
01 23724.000 24122.143
01 1,334.000 1,356.388
01 790.000 1,160.140
02 3,860.000 3,924.782
02 3,860.000 3,924.782
In output i want to display as,
Month Phy Qty Conv Qty Month Phy Qty Conv Qty
01 23724.000 24122.143 02 3,860.000 3,924.782
01 23724.000 24122.143 02 3,860.000 3,924.782
01 1,334.000 1,356.388
01 790.000 1,160.140
Could anyone Please guide me how do i combine the rows of an internal table into separate columns for a new month.
In my final internal table i want,
month1 - phy qty - conv qty - month2 - phy qty - conv qty - month3 -phy qty -conv qty
Thanks,
Swarna