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: 

Editing Data in CL_SALV

Former Member
0 Kudos
98

Friends,

I am struggling and hoping you can help. I have been experimenting with the classes under CL_SALV trying to write an application that allows a user to update date in a table in the ALV. I have been looking at a lot of examples like this one:

[https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/update%252ba%252bfield%252bfrom%252bany%252btable]

I have the whole application working but I cannot figure out how to make the cells in the ALV editable.

Can someone give me a hint?

Regards,

KB

1 ACCEPTED SOLUTION

Sougata
Active Contributor
0 Kudos
59

Hi Kevin,

You can't....unfortunately the model class CL_SALV_TABLE does not support editable cells, columns or rows. If you need this functionality you must go through the class CL_GUI_ALV_GRID, sorry but that's how this SALV class is at the moment in release 6.2.

Cheers,

Sougata.

1 REPLY 1

Sougata
Active Contributor
0 Kudos
60

Hi Kevin,

You can't....unfortunately the model class CL_SALV_TABLE does not support editable cells, columns or rows. If you need this functionality you must go through the class CL_GUI_ALV_GRID, sorry but that's how this SALV class is at the moment in release 6.2.

Cheers,

Sougata.