2008 Mar 02 4:52 PM
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.
2008 Mar 02 5:40 PM
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
2008 Mar 03 10:29 AM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |