
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
: Create a class with a method FOR EVENT double_click OF cl_gui_alv_grid . Abap Alv Oops Interview Questions And Answers
: A newer, more streamlined "factory" model that is easier to code but less flexible for editing. Use the method refresh_table_display
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. Abap Alv Oops Interview Questions And Answers
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
: Create a class with a method FOR EVENT double_click OF cl_gui_alv_grid .
: A newer, more streamlined "factory" model that is easier to code but less flexible for editing.
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.