
Content of the ALV Output With the ALV object model, you display structured data in a specific way: in your choice of ALV tool, you determine the display type for the ALV output.
In the application, you transfer a data table to the ALV object model. ALV then generates the required metadata from this table:That is the column description in the form of the individual COLUMN objects.
The data table that ALV uses is a reference to the internal data table that your application transfers. This ensures that ALV always works with the correct data. If changes are made to the internal data table, you only need to let ALV know (with REFRESH) to complete the changes in the ALV output.
The data table or its reference has to exist over the entire life of the application.
Due to the different data models upon which the three ALV tools are based, there are different requirements for the data tables that they transfer.
In the following chapters you will learn how to