My program displays an ABAP list, I’m trying to show a header (some lines of text, nothing fancy) fixed when scrolling down in a report.
Is there some kind of tag or declaration that I have to use?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In

SE38you can define list heading with ‘GOTO -> Text Elements -> List Headings`.You can define a list header, and titles for your list (Columns heading).
One advantage: With
GOTO -> Translationsyou can define different texts in different languages.Another way to get this maintenance screen:
From your list, you can choose:


System -> List -> List Header.Another way:
You can use
top-of-pageto define your header text inside your report code.