‎2008 May 22 10:15 PM
I want to understand how to make a field on an ALV grid editable using teh SALV object classes.
This is easy to do when you execute the set_table_for_first_display method in the cl_gui_alv_grid class by setting the field catalog EDIT option equal to 'X'.
How is this done using the SALV object methods?
Thanks!
‎2008 May 23 12:03 AM
If you mean e.g. the CL_SALV_TABLE class: it is not supported.
You can implement a simple field editor yourself in the simplest case (checkbox), otherwise class CL_GUI_ALV_GRID is your friend.
best regards,
Jacques Nomssi Nzali
‎2008 May 23 12:15 AM