2013 Dec 10 11:24 AM
Hi experts,
I have a requirement where the ALV two column header should be merged .
Kindly give me some idea.
I have attached a picture explaining my requirement.
2013 Dec 10 11:37 AM
I dont think you can split header.
You can however achieve this functionality in a classical report, by writing proper write statements with the correct vertical alignments.
eg.
WRITE:/ 1 'A' , 32 'C', 42 D
WRITE😕1 valueA1 , 14 '|' , 15 valueA2 , 32 ValueC , 42 ValueD.
2013 Dec 10 11:56 AM