In the following tutorial I present several examples on how to work with ALV grid in ABAP. The whole solution is created from the beginning and is developed step-by-step but you can select just the appropriate step that is important for you.
- Basic ALV
– Simplest ALV with data from SFLIGHT table
– No field catalog, using DDIC structure SFLIGHT - PF-STATUS, GUI title and exception lights
- Icon column
- 2 grids in split screen
- Event handling
- Drag&Drop (coming soon)
- Coloring rows
- Coloring cells
- Dropdown lists
- PushButtons and Hyperlinks
- Edit & Save changes
- Custom button in the ALV header
- Grouping fields in Field-Catalog
- Dynamic split screen with 2 ALVs
- Custom F4 search help for selected ALV fields
- Very simple ALV using OO ABAP (CL_SALV_TABLE)