2025 Jan 19 6:42 AM
I am new to ABAP and currently working on an ALV Grid using Object-Oriented ALV (OOPs ALV) in SAP ABAP. I have two columns in my ALV, both of which are dropdowns:
Here's the behavior I need:
How can I implement this dynamic dropdown behavior in an ALV Grid using the OOPs approach? Any guidance would be appreciated.
2025 Jan 24 6:27 PM
Implement an event handler for the on_f4 event, open a f4-help and change cell content from inside via:
lo_alv->change_data_from_inside( it_cells = lt_cell ).