Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV HEADER

Former Member
0 Likes
482

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.

2 REPLIES 2
Read only

Former Member
0 Likes
442

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.

Read only

Former Member
0 Likes
442

hi ,

Your requirement cannot be accomplished using ALV as it is not that flexible,
Refer the link below :

BR.
Giri