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

Include ALV???

Former Member
0 Likes
487

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??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
395

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

2 REPLIES 2
Read only

Former Member
0 Likes
396

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

Read only

Former Member
0 Likes
395

Hi

U should insert the header data in the TOP_OF_PAGE ALV event and break the page when header data is changing.

Max