What RESTful Application Programming feature is used to ensure the uniqueness of a semantic key?
Given the following Core Data Services (CDS) View Entity data definition:
DEFINE VIEW ENTITY demo_cds_view_entity
AS SELECT FROM spfli
{
cityfrom,
cityto,
carrid,
connid
}
When you attempt to activate the definition, what will be the response?
Given the following code:
DATA gv_text1 TYPE string. "#EC_NEEDED
DATA gv_text2 TYPE string ##NEEDED.
What are valid statements? (Select 2 correct answers)
You select a field flight_date with type DATS in the field list of a CDS view.
Which of the following expressions returns the 2-digit month from the field?
(Select 2 correct answers)
Setting a field to read-only in which object would make the field read-only in all applications of the RAP model?
Which language is used to add or change data of a business object in RAP?
Given the following Core Data Service View Entity Data Definition:
@AccessControl.authorizationCheck: #NOT_REQUIRED
DEFINE VIEW ENTITY demo_flight_info_union AS
SELECT FROM scustom {
KEY id,
KEY 'Customer' AS partner,
name,
city,
country
}
UNION
SELECT FROM stravelag {
KEY agencynum AS id,
'Agency' AS partner,
name,
city,
country
}
When you attempt to activate the definition, what will be the response?
Which of the following results in faster access to internal tables? (Select 3 correct answers)
Which of the following ABAP SQL aggregate functions accept an ABAP SQL expression (e.g., f1 + f2) as input?
(Select 2 correct answers)
In RESTful Application Programming, a business object contains which parts?
Note: There are 2 correct answers to this question.