To enable editing, you must modify the Field Catalog ( LVC_S_FCAT ). Set the EDIT field to 'X' for the desired column. Use the method set_ready_for_input on the grid instance.
2. How do you handle events like "Double Click" or "Hotspot Click" in OOP? Abap Alv Oops Interview Questions And Answers
1. What is the fundamental difference between Functional ALV and OOP ALV? To enable editing, you must modify the Field
: Create a class with a method FOR EVENT double_click OF cl_gui_alv_grid . To enable editing
Events in OOP ALV are handled by creating a local controller class.
Use the method refresh_table_display . You can pass a soft_refresh parameter (type LVC_S_STBL ) to maintain the user's current scroll position and selected rows while updating the content. Advanced Technical Patterns Field Catalog Generation