You program uses class CL_GUI_ALV_GRID to generate a classic ALV Grid control. What do you need in your program to react to a user double-clicking a row in the ALV Grid?
Note: There are 3 correct answers to this question
Your program performs a database update by calling function modules in an update task. Which ABAP statement can be used in the program to discard all update request for the current SAP Logical unit of work (LUW)?
Note: There are 3 correct answers to this question
You have the following class definition: CLASS ICL_airplane DEFINITION PUBLIC SECTION. METHODS: set_passengers. PROTECTED SECTION CONSTANTS c_pos type i.methods get_passengers PRIVATE SECTION DATA mv_passengers TYPE I, METHODS set_attributes ENDCALSS. Which components can be addressed directly from a subclass of class ICL_airplane?
Your program performs a database update by calling function modules in an update task. Which ABAP statement can be used in the program to discard all update request for the current SAP Logical unit of work (LUW)?
Note: There are 3 correct answers to this question
You have the following class definition: CLASS ICL_airplane DEFINITION PUBLIC SECTION. METHODS: set_passengers. PROTECTED SECTION CONSTANTS c_pos type i.methods get_passengers PRIVATE SECTION DATA mv_passengers TYPE I, METHODS set_attributes ENDCALSS. Which components can be addressed directly from a subclass of class ICL_airplane?
Submit Cancel