Which extensibility type does SAP recommend you use to enhance the existing UI for an SAP Fiori app?
A. Key user
B. Classic
C. Side-by-side
D. Developer
Which of the following ON conditions must you insert in place of "???"?
A. ON Z_Sourcel.camer_id = 7_Source2 carrier_id
B. ON Sprojection Camer=Source2 carrier_id
C. ON Sprojection. Carrier Source2.carrier
D. ON Sprojection.carrier_id=Z_Source2.carrier_id
Which of the following are incomplete ABAP types? Note: There are 2 correct answers to this question.
A. String
B. T
C. C
D. P
Which of the following are ABAP Cloud Development Model rules? Note: There are 2 correct answers to this question.
A. Use public SAP APIs and SAP extension points.
B. Build ABAP RESTful application programming model-based services.
C. Reverse modifications when a suitable public SAP API becomes available.
D. Build ABAP reports with either ABAP List Viewer (ALV) or SAP Fiori.
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
You want to provide a short description of the data definition for developers that will be attached to the database view (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 annotations would do this if you inserted it on line #27
A. @UI headerinto description label
B. @UI.badge.title.label
C. @EndUserText.quickInfo
D. @EndUserText label
What are some of the reasons that Core Data Services are preferable to the classical approach to data modeling? Note: There are 2 correct answers to this question.
A. They implement code pushdown.
B. They avoid data transfer completely.
C. They transfer computational results to the application server.
D. They compute results on the application server.
For the assignment, gv_target = gv_source.
Which of the following data declarations will always work without truncation or rounding? Note: There are 2 correct answers to this question.
A. DATA gv_source TYPE string, to DATA gv_target TYPE c.
B. DATA gv_source TYPE c. to DATA gv_target TYPE string.
C. DATA gv_source TYPE d. to DATA gv_target TYPE string.
D. DATA gv_source TYPE p LENGTH 8 DECIMALS 3. to DATA gv_target TYPE p LENGTH 16 DECIMALS 2.
In ABAP SQL, which of the following retrieves the association field_Airline-Name of a CDS view?
A. \_Airline-Name
B. /_Airline Name
C. @_Airline-Name
D. "_Airline Name
In RESTful Application Programming, which EML statement retrieves an object?
A. Find entity
B. Select entity
C. Get entity
D. Read entity