Question 56
You define a formal parameter to a subroutine that accepts only internal table of type standard and type sorted as actual parameters. Which of the following generic ABAP data types must you use? Please choose the correct answer.
Question 57
Which of the following are table buffering types?
There are 3 correct answers to this question
Response:
There are 3 correct answers to this question
Response:
Question 58
Each ABAP program starts with an introductory statement. Which statements are correct?
There are 2 correct answers to this question.
Response:
There are 2 correct answers to this question.
Response:
Question 59
What is the result of the following arithmetic operation?
DATA: int TYPE I int = 5 /10 {1 Richtig}
DATA: int TYPE I int = 5 /10 {1 Richtig}
Question 60
It is possible to make multiple changes to data objects at the same time in the Debugger