‎2007 Jul 27 1:35 PM
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
‎2007 Jul 27 1:40 PM
In ALV? You can use TOP-OF-PAGE.
http://www.sap-img.com/abap/sample-alv-heading-in-alv.htm
Regards,
Rich Heilman
‎2007 Jul 27 1:40 PM
In ALV? You can use TOP-OF-PAGE.
http://www.sap-img.com/abap/sample-alv-heading-in-alv.htm
Regards,
Rich Heilman
‎2007 Jul 27 1:44 PM
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...