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?
You have created the following. A class with an event definition. A Handler class with a method ON_EVT that handles this event. A report that instantiates the handler class. A message statement that raises an exception however AND the report does not react to the event. How do you analyze this issue?
Note: There are 3 correct answers to this question.
Which of the following setting can you define for both structures and transparent tables in the ABAP Dictionary? Note: There are 2 correct answers to this question.
You want to deploy a program that processes character type data. When you implement the program, you can either use the classical string statement or the newer string expressions and functions what are the main benefits of using the newer string expressions and string functions?
Note: There are 2 correct answers to this question
An ABAP Program processes the following expression r=a/b+c which of the following data declarations would cause the runtime environment to use fixed-point arithmetic for the above expression to calculate the value of"/'?
You build a dialog screen with an input field in an ABAP Program. How do you ensure that the contents of the screen field can be accessed in the program?
Which enhancement can provide a screen exit? Note: There are 3 correct answers to this question.
Which of the following incomplete ABAP pre-defined data types? Note: There are 3 correct answers to this question
What can be part of the signature of an instance constructor? Note: There are 2 correct answers to this question
The code of an executable program does NOT contain any event keywords. What event block does the code belong to?
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?
You want to define a field symbol that will be assigned to a character string. Which generic types can you use? Note: There are 3 correct answers to this question