Knowledge quiz

It's time to put what you've learned to the test, get 8 right to pass this unit.

1.

What information do you see when you position the mouse pointer over a variable in the debugger?

Choose the correct answer.
2.

Which of the following can you use to denote a comment in ABAP?

There are two correct answers.
3.

What is the work area of an internal table?

Choose the correct answer.
4.

How can you exit a loop in ABAP?

There are two correct answers.
5.

You want to concatenate two strings. Which is the correct operator?

Choose the correct answer.
6.

Which of the following predefined ABAP types are complete?

There are two correct answers.
7.

When do you choose Resume (F8) in the debugger?

Choose the correct answer.
8.

Which of the following statements about exceptions are true?

There are two correct answers.
9.

The result of the expression result = var MOD 2. is 1. What does this tell you about the value of variable var?

Choose the correct answer.
10.

You declare a variable as follows: DATA var TYPE I VALUE 100. Subsequently, you use the statement CLEAR var. What is the value of var after the CLEAR statement?

Choose the correct answer.