Hi,
I need to display the output of report in the following format...
................................. sy-datum.......sy-datum+1
forcast:............................ XX..............YY
demand: .......................... X1............. Y1
total demand: .................. X2..............Y2
net requirement: ............... X3...............Y3
I am having an internal table which contain (XX,X1..X3 and YY,..Y3) values along with dates (i.e sy-datum ,sy-datum+1).
I have created above layout but was not able to populate values(XX,X1..X3 and YY,..Y3).
can any tell me how can i populate these XX,X1..X3 and YY,..Y3 values ?
Thanks,
Shilpa