‎2006 Oct 05 8:46 AM
Hai All,
I am Farooq from Delhi, joined recently as ABAPer. The Scenario is as below:
We have a report that gives a Basic List as output. In the list the header is also getting scrolled along with the data, but we want this Header to stand still & only scroll the data. So I think I have to use ALV. But I have a standard structure of ALV which is used in the other programs. I want to include it as "INCLUDE alv-name". But error is occuring. Please help me or suggest what to do??
‎2006 Oct 05 8:52 AM
Hello Hussain,
If u want to have header part as standstill then write the header detaisl in the top-of-page event.
If useful reward.
Vasanth
‎2006 Oct 05 8:52 AM
Hello Hussain,
If u want to have header part as standstill then write the header detaisl in the top-of-page event.
If useful reward.
Vasanth
‎2006 Oct 05 8:53 AM
Hi
U should insert the header data in the TOP_OF_PAGE ALV event and break the page when header data is changing.
Max