Application Development and Automation 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: 
Read only

SALV objects - make field editable

Former Member
0 Likes
2,452

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!

2 REPLIES 2
Read only

nomssi
Active Contributor
0 Likes
695

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

Read only

mvoros
Active Contributor
695

Hi,

unfrotunately it is not supported. Check this link:

Regards