You write a report that displays mass data in a table using the ALV Grid control, which of the following functions can you offer to the user without doing any specific programming?
How is data shred between web Dynpro controllers? Note: There are 2 correct answers to this question
In which event block can you overwrite the default value of PARAMETERS field on the selection screen?
Which of the following elements can a string template contain? Note: There are 2 correct answers to this question
You run an executable program that contains the following code: DATA: gv_varl TYPE n LENGTH 3. gv_var2 TYPE n LENGTH 3 VALUE '456' START OF SELECTION. CLEAR gv_var2 gv_var2=g
In which of the following source code blocks can you define local data objects? Note: There are 3 correct answers to this question
Which of the following statement create a data object? 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
What pre-defined ABAP data type is deep?
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?