... styles of the cells with SALV, and still it's just a trick, so that's why I'll still stay with FALV or standard cl_gui_alv_grid class, but If I would need to enhance existing program then I ...
...
SET_CELL_DISABLED , SET_CELL_ENABLED, SET_CELL_BUTTON, SET_CELL_HOTSPOT
All above methods works only if you've previously set style field name for cells in layout. All of them has field name ...
... your grid editable, you can set whole grid editable in layout, some columns in field catalog and some cells in cells style table. This demo shows it all.
"! This is demo for FALV with edit settings ...
... set colors for cells, rows and columns using FALV
"! This is demo for FALV full screen with color settings
"! done by Lukasz Pegiel for http://abapblog.com
report zdemo_falv10.
types: begin of t_sflight. ...
... - gets current scroll information get_current_cell - gets current cell, we will use that data to set the cursor at the end get_selected_rows - gets selected rows get_selected_cells_id ...