I have a standard program in which I need to customise the output. Right now it is displaying the output of the report in 4 rows and I want to display the output in one single line in ALV format. The report which I am trying to customise is RM06EL00 and the output currently displayed is like below.
1.)PO Type Vendor Name PGp Order date
2.) Item Material Short text Mat. group
3.) D I A Plnt SLoc Order qty. Un Net Price Curr. per Un
4.) SL del. date Sched. qty. Un
and what I want is something like this
1.)PO Type Vendor Name PGp Order date Item Material Short text Mat. group D I A Plnt SLoc Order qty. Un Net Price Curr. per Un ....
I copied the RM06EL00 to ZRM06EL00 I tried debugging the program to find out where the internal table for final display is being populated but couldnt find it. Any pointers on how to achieve the same .