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

Multiple line header

Former Member
0 Likes
390

Hi gurus

Apart from normal header with fields..my requirement is to pass the one header section from report which consist of 3-4 lines ..

then header as usual with fields and data ..

detail----


detail--detail--


detail

f1 f2 f3

row1----


row2----


please help..

regards

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
367

In ALV? You can use TOP-OF-PAGE.

http://www.sap-img.com/abap/sample-alv-heading-in-alv.htm

Regards,

Rich Heilman

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
368

In ALV? You can use TOP-OF-PAGE.

http://www.sap-img.com/abap/sample-alv-heading-in-alv.htm

Regards,

Rich Heilman

Read only

Pawan_Kesari
Active Contributor
0 Likes
367

I don't think it is possible... You can either have it or don't...

Anyway, if you do that then do share with us...

You can disable the default header by setting slis_layout_alv-no_colhead = 'X', then use your own code in TOP-OF-PAGE event to build customize header... that can be multiple line...