Skip to main content

Abap Alv Oops Interview Questions And Answers < HD — 2K >

: The primary class for creating editable, interactive grids.

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 Abap Alv Oops Interview Questions And Answers

Events in OOP ALV are handled by creating a local controller class. : The primary class for creating editable, interactive grids

: When the user clicks, the system automatically calls your method. 3. How do you make specific cells or rows editable? Abap Alv Oops Interview Questions And Answers

: Create a class with a method FOR EVENT double_click OF cl_gui_alv_grid .