1.
A custom transparent table was created with delivery class A and a table maintenance view was generated for this table. You change the delivery class to C and the table is activated successfully.
What additional steps do you have to complete?
2.
You want to read data from two database tables A and B using a database join. Database table B contains details for data records stored in database table A. Your result should contain all combinations of matching rows from A and B plus all rows from A that do not have matching rows in B.
Which statement do you use?
3.
In the technical settings for a transparent table, buffering is switched on and single record buffering is selected.
Which statement uses the buffered data assuming that the WHERE clause contains restrictions for all key fields?
4.
What is mandatory for automatic data transport between a variable and an input field on a classical screen (dynpro)?
5.
Compared to a predefined ABAP type what additional properties can be assigned to a domain? (Choose three)
6.
You want to loop over an internal table without copying each table row to a work area.
How can you achieve this using a field symbol?
7.
You have defined a classical screen (dynpro) with mandatory input fields. You want to exit the screen using the Cancel button even if not all of the mandatory fields have been filled.
What is necessary to achieve this?
8.
Which of the following ABAP data types are compatible with the generic character-type CLIKE? (Choose three)
9.
How can you maintain documentation for input fields on your screen?
10.
What is the purpose of implicit enhancement points?