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 Grid Report

Former Member
0 Likes
497

Hi,

I have written a report program using REUSE_ALV_GRID_DISPLAY and used TOP_OF_PAGE event. TOP_OF_PAGE is getting triggered and content are getting printed in ALV report header as expected. But issue is, when I press BACK button in ALV report one extra screen appears (like list report) and top-of-page content are displayed there. (Only the very first time when I execute the report), I refreshed and cleared all work areas and tables. How to get ride of it?

Thanks in advance.

Regards,

Balaji Viswanath.

Hi,

I have written a report program using REUSE_ALV_GRID_DISPLAY and used TOP_OF_PAGE event. TOP_OF_PAGE is getting triggered and content are getting printed in ALV report header as expected. But issue is, when I press BACK button in ALV report one extra screen appears (like list report) and top-of-page content are displayed there. (Only the very first time when I execute the report), I refreshed and cleared all work areas and tables. How to get ride of it?

Thanks in advance.

Regards,

Balaji Viswanath.

2 REPLIES 2
Read only

Clemenss
Active Contributor
0 Likes
430

Hi Balaji Viswanath,

you used TOP_OF_PAGE event hopefully to trigger a FORM. Make sure you do not have any TOP-OF-PAGE event in your program and no additional WRITE statements.

Regards,

Clemens

Read only

Former Member
0 Likes
430

Oops. It was my mistake, I had called TOP_OF_PAGE subroutine explictly once. Which is not required since TOP_OF_PAGE is called implicitly when ALV GRID function module is called.