3 Months Free Update
3 Months Free Update
3 Months Free Update
Which CDS annotation do you use to add a section to an ObjectPage?
Please choose the correct answer.
In a central hub deployment, which protocol is used to communicate between front-end and back-end server?
Please choose the correct answer.
The root-node of a CDS-based business object is based on CDS View ZMY_VIEW. The persistent data is stored in the database table ZMY_TABLE. At least one key field of ZMY_TABLE has a different name in CDS View ZMY_VIEW.
Which kind of repository object is needed to map the fields of ZMY_VIEW to the fields of ZMY_TABLE?
Please choose the correct answer.
You want to adjust validations of a RAP Business Object. You open the related Behavior Pool. On which tab do you find the method implementations?
Please choose the correct answer.
You implement a SELECT statement in ABAP. When do you use the key word FIELDS?
Please choose the correct answer.
Which of the following are features of the ABAP Test Cockpit?
There are 2 correct answers to this question.
You use remote client proxy in ABAP. You create an Exception Class for errors related to proxy consumption. Which of the following do you use as a superclass?
Please choose the correct answer.
You develop an SAP Fiori app in a specific solution area. Where do you define tiles and target mappings for the app?
Please choose the correct answer.
You create a destination in SAP BTP cockpit. Which of the following destination types can you set in the Connectivity Service?
There are 2 correct answers to this question.
You want to create a new CDS view VIEW1 that reads from CDS view VIEW2. VIEW2 has 2 input parameters, par1 and par2, with data type abap.char(10).
Which of the following is the correct way to supply the input parameters?
Please choose the correct answer.
What can you define in an SAP Fiori catalog?
There are 2 correct answers to this question.
Which of the following repository objects offer a preview function?
There are 2 correct answers to this question.
You have written the following code: START-OF-SELECTION. LOOP AT itab INTO DATA(line). * ENDLOOP. The system creates a variable called Line. When is it created and when can you address it?
Please choose the correct answer.
You are defining a variant in the ABAP Trace tool (SAT). Which of the following trace restrictions can you set?
There are 2 correct answers to this question.
You have a field currcode in a CDS view definition. You want to annotate the field with a label. Which of the following are syntactically correct?
There are 2 correct answers to this question.
You maintain a transactional app for sales orders that is built with the ABAP Programming model for SAP Fiori. For which of the following tasks would you implement a determination of the BOPF Business Object?
There are 3 correct answers to this question.
Which of the following are benefits of draft-enabling an application?
There are 3 correct answers to this question.
You want to use Data Source Extensions. Which of the following restrictions and options apply?
There are 2 correct answers to this question.
You maintain a transactional app that is built with the ABAP Programming model for SAP Fiori. The BOPF Business Object consists of a single node. You want to enable the CREATE button for new instances.
In which of the following CDS objects do you have to add annotation @ObjectModel.createEnabled?
Note: There are 2 correct answers to this question.