Abap Alv Oops Interview Questions And Answers Site
: Create a class with a method FOR EVENT double_click OF cl_gui_alv_grid .
1. What is the fundamental difference between Functional ALV and OOP ALV? Abap Alv Oops Interview Questions And Answers
: The primary class for creating editable, interactive grids. : Create a class with a method FOR
2. How do you handle events like "Double Click" or "Hotspot Click" in OOP? Abap Alv Oops Interview Questions And Answers
: A newer, more streamlined "factory" model that is easier to code but less flexible for editing.
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?
: Use the SET HANDLER statement to link your local method to the ALV instance.