Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Editable cells in CL_SALV_TABLE grid display

Former Member
0 Kudos

Class CL_GUI_ALV_GRID has method set_ready_for_input that allows a cell to be edited. Is there any counterpart in any of the SALV classes - particularly CL_SALV_TABLE ?

1 REPLY 1

Former Member
0 Kudos

''fraid not.

cl_salv_table is only useful for quick display.

It's a pity they didn't add limited input facilities.

You'll have to stick with cl_gui_alv_grid

Jimbo