As a consultant you are posed the following question from a client who is using SAP S/4HANA Cloud, public edition and also SAP BTP, ABAP environment.
"We are currently using an SAP Fiori app based on SAP Fiori elements that analyzes open orders. We have determined that it should be extended via a new button on the UI which will perform an on-the-fly calculation and display the result in a quick popup for the enduser. We have been informed by SAP that all underlying stack layers for the SAP Fiori app have been extensibility enabled."
Based on this which of the following extension types would you recommend to the customer to add the new button?
A. RAP BO Behavior Extension
B. SAP HANA database table extension
C. RAP BO Node Extension
D. Business Service Extension
Image:
(Sorry, we do not have a more clear image. If we have a better resource for the image, we will update this one immediately.) In the following ABAP SQL code, what are valid case distinctions? Note: There are 2 correct answers to this question.
A. Option A
B. Option B
C. Option C
D. Option D
In the assignment, data (gv_result) = 1/8. What will be the data type of gv_result?
A. OTYPE I
B. TYPE DEFLOAT 16
C. TYPE P DECIMALS 3
D. TYPE P DECIMALS 2
What are valid statements? Note: There are 3 correct answers to this question
A. In class CL1, the interface method is named if-ml.
B. Class CL2 uses the interface.
C. Class CL1 uses the interface.
D. In class CL2, the interface method is named ifl-ml.
E. Class CL1 implements the interface.
Exhibit:
(Sorry, we do not have a more clear image. If we have a better resource for the image, we will update this one immediately.)
With Icl_super being superclass for Icl_subl and Icl_sub2 and with methods subl_methl and sub2_methl being subclass-specific methods of Id_subl or Icl_sub2, respectivel.
What will happen when executing these casts? Note: There are 2 correct answers to this question
A. go subl = CAST # go super), will not work
B. go_sub2 = CAST # go super), will work. go_subl CAST #go_super), will work
C. go_sub2 = CAST #(go_super). will not work. ] go sub2->sub2 meth 1(...). will work
D. go_subl->subl_meth !(...)?w'll work.
What RESTful Application Programming feature is used to ensure the uniqueness of a semantic key?
A. Validation
B. Action
C. Determination
Which ABAP SQL clause allows the use of inline declarations?
A. FROM
B. INTO CORRESPONDING FIELDS OF
C. INTO
D. FIELDS
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