Visible Columns
Within the application programming it is first defined which columns of a table are generally relevant. See also Available Columns. In a further step it can be defined which of these available columns are initially to be displayed on the screen. All available columns can be hidden or shown by the user of the program at runtime.
| Interface | Method |
|---|---|
| IF_SALV_GUI_LAYOUT_IDA | set_visible_fields |
Example for method call: mo_alv_ida->default_layout( )->set_visible_fields( lt_visible_fields ) .