Question 86
What is the result of the following arithmetic operation?
DATA: int TYPE I.
int = 5*(3/10).{1 Richtig}
DATA: int TYPE I.
int = 5*(3/10).{1 Richtig}
Question 87
Which selection screen elements allow user input in ABAP Reports? There are 2 correct answers to this question
Question 88
An internal table is an ABAP program variable.
Question 89
A view can only be displayed in which circumstances?
Question 90
What is the default length of the type P data type?