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?
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
Which of the following standard hook methods exist in all web Dynpro controllers? Note: There are 2 correct answers to this question
Currently there are no comments in this discussion, be the first to comment!