Question:
Hi,
If you have defined a underlying ALV report called by double-clicking a record, you might have to change the top-of-page to another content.
In this case, 2 new fields come to and therefore the top-of-page on the "page 2/drilldown" is different from the first page.
How can I refresh the header when activating the second ALV.
I do not use OO; I use FM=REUSE_ALV_GRID_DISPLAY.
Any help is appreciated.
/Peter
Answer:
Hi,
A colleague and I made a few test on possible ways to do this. We have found a solution, which is:
If you need to call a new ALV report within a running report for instance by double-clicking the record AND that you need another content of the top-of-page, you can do this by creating an additional top-of-page event and name it for instance TOP-OF-PAGE2 and call this event at launch of the following ALV.
/Peter