3 Months Free Update
3 Months Free Update
3 Months Free Update
What transaction can be used to carry out modification adjustment after a system upgrade? Note: There are 2 correct answers to this question.
Which additions to the PARAMETERS statements can you use to fill the input field on the selection screen with a suggested value? Note: There are 2 correct answers to this question
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
You enhance an SAP standard global class by defining a post-method for an SAP method, the original SAP method has an EXPORTING parameter named PARI. What type of parameters is PARI in the post-method?
Which data types are incomplete ABAP standard data types? Note: There are 3 correct answers to this question.
What can be implemented using an implicit enhancement option? Note: There are 3 correct answers to this question
You have written a method implementation containing the following access to an internal table defined as a changing parameter of the method. READ TABLE ct_struc INDEX 1. What are the possible type definitions for parameter ct_itab?
Note: There are 2 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?
Which of the following elements can a string template contain? Note: There are 2 correct answers to this question
Which database objects can you create in the ABAP Dictionary? Note: There are 2 correct answers to this question
You have declared a sorted internal table with the columns A AND B AND C AND D. The key consists of columns A AND B AND C in this order. Which combination of columns in the where clause of a Loop statement allows the system to optimize the access to table?
Note: There are 2 correct answers to this question.
What ABAP statements can you use to create instance of class CL_GUI_CUSTOM_CONTAINER in an ABAP program?
A costumer has asked that you improve performance for a small table with frequent read accesses, what buffering type do you recommend?
Which of the following rules must you follow when you create a static constructor? Note: There are 3 correct answers to this question
What must exist before you can create a new transportable function module? Note: There are 3 correct answers to this question.
What can be implemented using an implicit enhancement option? Note: There are 3 correct answers to this question
You have been asked by a customer to develop open SQL code to convert the value of argument "arg" into the ABAP Dictionary type specified, which SQL syntax do you use tomeet this requirement?