Knowledge quiz

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

1.

In an ABAP class, you work with a structured data object struct. The structure type of struct contains a named include %tky and the included structure contains a component airlineid. Which of the following statements leads to a syntax error?

Choose the correct answer.
2.

An ABAP class defines an attribute with the following statement: DATA the_attribute TYPE /DMO/AGENCY. Dictionary object /DMO/AGENCY is a database table definition. What kind of data object is the_attribute?

Choose the correct answer.
3.

You define a dictionary table type with a dictionary type as row type. When does the resulting internal table have columns that you can address with column names?

There are two correct answers.