SAP Certified Development Associate - Programming in SAP S/4HANA for SAP NetWeaver ABAP Programmer Questions and Answers
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.
In a central hub deployment, which protocol is used to communicate between front-end and back-end server?
Please choose the correct answer.
Which OData option do you use to access the data model of the service?
Please choose the correct answer.
Which of the following do you use as a separator between a table and a field name in a CDS view definition?
Please choose the correct answer.
SAP enabled key user extensibility for a SAP Fiori application. The application accesses a database table that you extended with an append structure in the customer namespace. You want to use key user extensibility to create input fields on the SAP Fiori UI that correspond to the custom database fields.
Which of the following steps are mandatory?
There are 3 correct answers to this question.
Which data transfer formats are available in SAP Gateway?
There are 2 correct answers to this question.
You want to define a CDS-based BOPF Business Object that consists of a root node (ZI_DocumentTP) and a child node (ZI_ItemTP). Which annotation is mandatory in the data definition of CDS view ZI_ItemTP?
Please choose the correct answer.
Which expression can you use in Open SQL release 7.50?
Please choose the correct answer.
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.
Where does the SAP system organize the SAP Gateway services?
Please choose the correct answer.
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.
Which of the following ways can you use to address input parameter X in the CDS view definition?
There are 2 correct answers to this question.