1.
Which of the following structures is created when you use a table type to define one of its components?
2.
You created the following ABAP code: DATA x TYPE REF TO DATA, DATA y TYPE REF TO OBJECT. ASSIGN x TO . ASSIGN y TO . You want to add a declaration of to the code. Which of the following declarations are valid?
3.
Which of the following are fully-specified internal table types?
4.
You want to define a formal parameter to a subroutine that accepts only internal tables of types standard and type sorted as actual parameters. Which of the following generic ABAP data types must you use?
5.
Which fo the following ABAP standard types are incomplete?
6.
Which statement ends a screen sequence and starts from the initial screen?
7.
Which of the following actions can be performed in the Process After Input (PAI) processing block?
8.
Using the system table what can you modify through a LOOP AT SCREEN ... ENDLOOP construct?
9.
Which ABAP statement can make an element visible that you statically defined as invisible?
10.
Which of the following function types in a GUI status are reserved for internal use?