SAP Help Information and source code for developing ABAP reports using advanced list viewer (ALV_LIST)









ALV list display

The ALV List function mudules are basically an older version of the GRID function modules. They too allow you to display an internal data table as a report, with as little effort as possible. The result has very similar standard functionality but is visually not as pleasing as the ALvgrid Output style(See example output). The implemention is the same as for the ALVgrid but instead of calling the ALVgrid FM's you would call the ALVlist ones. For example you would use 'REUSE_ALV_LIST_DISPLAY' instead of 'REUSE_ALV_GRID_DISPLAY'(see example source code)

The SAP program BALVBT01 provides an example of displying multiple ALV LIST reports on one page

<---Return to ALV menu