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
655

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
629

Hi,

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

5 REPLIES 5
Read only

Former Member
0 Likes
629

Please be clear with ur query.

Read only

0 Likes
629

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
629

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
630

Hi,

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

Read only

Former Member
0 Likes
629

Thanks for solving my confusion.