‎2006 Apr 18 12:51 PM
Hello,
I have a request for a report with a complex header. By complex header I meen merged cells and multiline column headers. How can I do that? My initial design was based on ALV grid, but I don't think I can do this with ALV. But how can I do it even without ALV ?
‎2006 Apr 18 12:54 PM
Hi George,
In that case you can go back to good old days when ppl wrote the reports using write statements.
YOu can define your column headings using normal reports without alvs.
Regards,
Ravi
‎2006 Apr 18 12:56 PM
‎2006 Apr 18 12:56 PM
Hi George,
With ALV u cant have multiple header text or multiple header lines.
You can have blocked ALV list where you can have two lines of header but i beleieve it will be a classic ALV list you cant have that in a GRID.
Yes definitely you can always achieve the same without ALV by using the normal write statements.
Cheers
VJ
‎2006 Apr 18 12:56 PM
Hi
For multiline headers you can use step loops/table controls.. but for meged cells even i would like to know ..
THanks
‎2006 Apr 18 1:00 PM
George,
You will have to do with WRITE Statements.
You will have to specify the position for each field / heading that you want to write.
So, if you want to merge cells, choose the position accordingly and write the heading.
Regards,
Ravi
Note : Please mark the helpful answers