
You are able to arrange the values of a data record in multiple rows. For example, you are able to ensure that all of the data is visible simultaneously even when there is a large number of columns.
If you spread a data record over multiple rows the ALV output is automatically displayed with stripes.
For each individual column you determine in which row of a data record you wish to display your values.
|
ALV Tool |
Display type |
Function available |
|
Simple, Two-Dimensional Table |
Classic ABAP List |
Yes |
|
Fullscreen |
No |
|
|
In the Container |
No |
|
|
Hierarchical-sequential list |
Classic ABAP List |
Yes |
|
Tree structure |
Fullscreen |
No |
|
In the Container |
No |
|
Function |
Class |
Method |
|
Arranging values in multiple rows |
CL_SALV_COLUMN |
SET_ROW |
|
Get rows in which the data is being displayed |
GET_ROW |