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
660

Can we displ;ay ALV header as selection criteria without using event?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
634

Hi,

No you cannot..You need to use TOP_OF_PAGE event.

5 REPLIES 5
Read only

Former Member
0 Likes
634

Please be clear with ur query.

Read only

0 Likes
634

I want display header in ALV display so is it necessary alv event function module and pass top_of_page perform name to it.

Read only

0 Likes
634

Hi,

In ALVs you have not display Header without passing data to Function module REUSE_ALV_COMMENTARY_WRITE. for that you must call Events.

Read only

Former Member
0 Likes
635

Hi,

No you cannot..You need to use TOP_OF_PAGE event.

Read only

Former Member
0 Likes
634

Thanks for solving my confusion.