Creating List and Column Headings 

When you create a list in a program, you can also create your own list and column headings

Procedure

From the initial screen of the ABAP Editor:

  1. Enter the program name.
  2. Select Text elements and choose Display or Change.
  3. Select List headings and choose Change.
  4. The list heading can be up to 70 characters long. Each of the four columns of the Column heading field can be up to 255 characters long.
    If you do not enter a list heading, the program title appears when the list is displayed:
  5. Save your entries.

In the list and column headings, you can enter up to 10 placeholders &0 to &9, each followed by up to 18 periods. The system replaces the placeholders in the TOP-OF-PAGE event with the contents of the system fields SY-TVAR0 to SY-TVAR9. The displayed length of the system fields is the length of the placeholder plus the following periods. For example, a placeholder "&3……" would display the contents of SY-TVAR3 with length 8 characters.

Result

If you created the headers as displayed above, the display would look like this: