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 field in ALV Object Model

Former Member
0 Kudos

Hi Guys,

I'm using method cl_salv_table=>factory to display an ALV (Object Model) in my report.

I want to "open up" one field for user entries, in other words make one column of my table editable.

I assumed to find the respective methods in class cl_salv_table, cl_salv_columns_table or cl_salv_display_settings, so far without getting anywhere.

I know about the field-catalogue and the method set_ready_for_input in class CL_GUI_ALV_GRID - it's not working once you're in the object model.

Any ideas how to do that?

Thank you!

With best regards,

Andreas

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

Currently, SALV Object model doesn't support Editable ALV.

However, you can use this workaround: [Power of ABAP Objects: Overcome the Restrictions of SALV Model|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/12187] [original link is broken] [original link is broken] [original link is broken];

Regards,

Naimesh Patel

1 REPLY 1

naimesh_patel
Active Contributor
0 Kudos

Currently, SALV Object model doesn't support Editable ALV.

However, you can use this workaround: [Power of ABAP Objects: Overcome the Restrictions of SALV Model|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/12187] [original link is broken] [original link is broken] [original link is broken];

Regards,

Naimesh Patel