Application Development 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: 

Page header in ALV Grid

Former Member
0 Kudos

HI,

I Need List Header for Heading, date & Time display purpose,

see i am using GUI Control for cl_gui_alv_grid in my alv report.here how can use list header details

pls help me.

Regards

chan

2 REPLIES 2

Former Member
0 Kudos

Refer this thread -

you can also look at demo program BCALV_GRID_01.

Former Member
0 Kudos

I'm one of the developers that believe that the header is mostly overrated. If you want fancy titles, dates and usernames etc. then the easiest is to use the reuse_alv_grid_display function module. It's not worth the effort to do your own thing in OO. I suggest the users live with the GS_LAYOUT-GRID_TITLE. You can concatenate enough information there. When you use the objects on your own you must be careful to also implement the print_top_of_page and not only the top_of_page event, else obviously the headers display nicely, but they don't print. Good luck. I can't empasize enough that there's no real value in the splitter html header of the ALV grid. It's just pretty, but lots and lots of headaches.