What RESTful Application Programming feature is used to ensure the uniqueness of a semantic key?
In CDS views, what do joins and associations have in common?
(Select 2 correct answers)
Which of the following are personas under the SAP S/4HANA Cloud Extensibility Framework?
(Select 2 correct answers)
Which of the following rules apply for dividing with ABAP SQL?
Note: There are 3 correct answers to this question.
Which of the following enforce ABAP Cloud rules?
(Select 2 correct answers)
What are some necessary parts of the singleton pattern? (Select 3)
To which of the following rules must extensions in SAP S/4HANA, public cloud edition adhere?
(Select 2 correct answers)
Given the following code excerpt that defines an SAP HANA database table:
DEFINE TABLE demo_table
{
KEY field1 : REFERENCE TO abap.clnt(3);
KEY field2 : abap.char(1332);
@Semantics.quantity.unitOfMeasure : 'demo_table.field4'
field3 : abap.quan(2);
field4 : abap.unit(2);
}
Which field is defined incorrectly?
Which statements apply to the TRY-ENDTRY construct? (Select 3 correct answers)
How can you execute test classes? (Select 3)