3 Months Free Update
3 Months Free Update
3 Months Free Update
In RESTful Application Programming, a business object contains which parts?
Note: There are 2 correct answers to this question.
Which statements apply to the TRY-ENDTRY construct? (Select 3 correct answers)
Given this code,
DATA(structure_variable) =
REDUCE structure_type(
INIT h_structure_variable TYPE structure_type
FOR row IN source_itab
NEXT
h_structure_variable-f1 += row-f1
h_structure_variable-f2 += row-f2 ).
Which of the following statements are correct? (Select 2 correct answers)
You want to check the behavior of an ordinary class ZCL_ORDINARY with class LTCL_TEST. How do you specify LTCL_TEST as a test class?
Which of the following integration frameworks have been released for ABAP Cloud development? (Select 3)
When you join two database tables, which of the following rules applies to the database fields you use in the join?
What RESTful Application Programming feature is used to ensure the uniqueness of a semantic key?
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)
In a RAP business object, where is the validation implementation code contained?
You want to join two database tables, T_CARRIER and T_CONNECTIONS, to retrieve all carriers, whether they have corresponding connections or not.
Which statements would achieve this?
Note: There are 2 correct answers to this question.
Which of the following are reasons to use the side-by-side extensibility pattern? (3 correct)
What is the purpose of a foreign key relationship between two tables in the ABAP Dictionary?
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?
In a subclass sub1, you want to redefine a component of a superclass super1.
How do you achieve this?
Note: There are 2 correct answers to this question.
Which of the following are features of Core Data Services (CDS)?
(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)