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: 

ALV with cl_salv_table: How can I make certain cells editable?

Former Member
0 Kudos

Hi!

I am using cl_salv_table to create ALV-lists. This works fine so far. Even double-clicking is working...

But is there a way to make certain cells editable?

I have searched all SDN already and I have checked BCALV_EDIT_02 too.

CU

PM

1 REPLY 1

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Hi, the ALV Object Model(CL_SALV_TABLE) does not support editable cells, nor does it support editable columns or rows. You must use the class CL_GUI_ALV_GRID in order to have this functionallity.

Regards,

Rich Heilman