Setting a field to read-only in which object would make the field read-only in all applications of the RESTful Application Programming model?
A. Service definition
B. Behaviour definition
C. Projection view
D. Metadata extension
Which of the following results in faster access to internal tables? Note: There are 3 correct answers to this question.
A. In a sorted internal table, specifying the primary key partially from the left without gaps.
B. In a sorted internal table, specifying the primary key completely.
C. In a standard internal table, specifying the primary key partially from the left without gaps.
D. In a hashed internal table, specifying the primary key partially from the left without gaps.
E. In a hashed internal table, specifying the primary key completely.
Which field is defined incorrectly?
(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. field1
B. field3
C. field4
D. field2
After you created a database table in the RESTful Application Programming model, what do you create next?
A. A metadata extension
B. A projection view
C. A data model view
D. A service definition
Given the following code in an SAP S/4HANA Cloud private edition tenant:
The class zcl_demo_class is in a software component with the language version set to "ABAP Cloud". The function module ZF1' is in a different software component with the language version set to "Standard ABAP". Both the class and function module are customer created.
Regarding line #6, which of the following are valid statements? Note: There are 2 correct answers to this question.
A. ZF1' can be called only if it is released for cloud development.
B. 'ZF1' can be called if a wrapper is created for it and the wrapper itself is released for cloud development.
C. "ZF1" can be called whether it is released or not for cloud development
D. ZF1" can be called if a wrapper is created for it but the wrapper itself is not released for cloud development.
Which of the following are parts of answers to this question? Note: There are 2 correct answers to this question.
A. Partitioning attributes
B. Extension
C. Field list
D. Semantic table attributes
You want to define the following CDS view entity with an input parameter:
Define view entity Z_CONVERT With parameters currency : ???
Which of the following can you use to replace "???" ? Note: There are 2 correct answers to this question.
A. built-in ABAP type
B. A built-in ABAP Dictionary type
C. A data element
D. A component of an ABAP Dictionary structure
(Sorry, we do not have a more clear image. If we have a better resource for the image, we will update this one immediately.)
To adhere to the most recent ABAP SQL syntax conventions from SAP, on which line must you insert the "INTO TABLE @gt flights" clause to complete the SQL statement?
A. #15
B. #4
C. #6
D. #8
Which statement can you use to change the contents of a row of data in an internal table?
A. Append table
B. Modify table
C. Insert table
D. Update table
In what order are objects created to generate a RESTful Application Programming application?
A. Database table 1
B. Service binding Projection view 4
C. Service definition 3
D. Data model view 2
E. D A B C
F. B D C A
G. A D C B
H. C B A B