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: 

How to make ALV editable?

Former Member
0 Kudos

Hi all,

i wonder if there is a way to make cells of the new ALV CL_SALV_TABLE editable. I know that there is a way for the older version CL_GUI_ALV_GRID as you can see in SAP Demos BCALV_EDIT_*.

Do i have to use the older one for editing fields or is there a way to achieve that with CL_SALV_TABLE ?

Regards

Mark-André

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

using the class CL_SALV_TABLE it is not possible to edit.

2 REPLIES 2

Former Member
0 Kudos

Hi Mark,

if you are using cl_gui_alv_grid class you can make fields of the grid editable by setting field catalog of structure type lvc_s_fcat field edit as 'X'.

Regards

Naveen

former_member188685
Active Contributor
0 Kudos

using the class CL_SALV_TABLE it is not possible to edit.