Abap Alv Oops Interview Questions And Answers -

: When the user clicks, the system automatically calls your method. 3. How do you make specific cells or rows editable?

For cell-level control, add a "style table" (type LVC_T_STYL ) to your internal data structure and map it in the layout structure using STYLEFNAME . 4. What is the purpose of the check_changed_data method? Abap Alv Oops Interview Questions And Answers

: Create a class with a method FOR EVENT double_click OF cl_gui_alv_grid . : When the user clicks, the system automatically

Events in OOP ALV are handled by creating a local controller class. : When the user clicks

: Use the SET HANDLER statement to link your local method to the ALV instance.