What are some features of a unique secondary key? Note: There are 2 correct answers to this question.
A. It is created when a table is filled.
B. It is updated when the modified table is read again.
C. It is created with the first read access of a table.
D. It is updated when the table is modified.
What are the effects of this annotation? Note: There are 2 correct answers to this question.
(Sorry, we do not have a more clear image. If we have a better resource for the image, we will update this one immediately.)
A. The value of sy-langu will be passed to the CDS view automatically both when you use the -1 CDS view in ABAP and in another CDS view entity (view on view).
B. You can still override the default value with a value of your own.
C. The value of sy-langu will be passed to the CDS view automatically when you use the CDS view in ABAP but not when you use it in another view entity
D. It is no longer possible to pass your own value to the parameter.
In the assignment, data (gv_result) = 1/8. What will be the data type of gv_result?
A. OTYPE I
B. TYPE DEFLOAT 16
C. TYPE P DECIMALS 3
D. TYPE P DECIMALS 2
Exhibit:
What are valid statements? Note: There are 3 correct answers to this question.
A. go_if 1 may call method ml with go_ift->ml().
B. Instead of go ell = NEW #(...) you could use go ifl = NEW cll(. ... ).
C. go_cll may call method ml with go_dl->ifl-ml().
D. Instead of go_cll = NEW #() you could use go_iff - NEW #(...).
E. go_ifl may call method m2 with go if->m2(...).
What RESTful Application Programming feature is used to ensure the uniqueness of a semantic key?
A. Validation
B. Action
C. Determination
Which of the following is a generic internal table type?
A. SORTED TABLE
B. INDEX TABLE
C. STANDARD TABLE
D. HASHED TABLE
When processing a loop with the statement DO... ENDDO, what system variable contains the implicit loop counter?
A. sy-linno
B. sy-labix
C. sy-subrc
D. sy-index
Class super has subclass sub. Which rules are valid for the sub constructor? Note: There are 2 correct answers to this question.
A. The method signature can be changed.
B. Import parameters can only be evaluated after calling the constructor of super.
C. The constructor of super must be called before using any components of your own instance.
D. Events of your own instance cannot be raised before the registration of a handler in super.
Exhibit:
(Sorry, we do not have a more clear image. If we have a better resource for the image, we will update this one immediately.)
Which of the following statements are correct? Note: There are 2 correct answers to this question.
A. FOR defines a loop that runs over the content of source_itab
B. source_itab is only visible within the loop.
C. row is a predefined name and cannot be chosen arbitrarily.
D. row is only visible within the loop.
In RESTful Application Programming, a business object contains which parts? Note: There are 2 correct answers to this question.
A. CDS view
B. Behavior definition
C. Authentication rules
D. Process definition