SAP C_S4HDEV1909 - SAP Certified Development Associate - Programming in SAP S/4HANA for SAP NetWeaver ABAP Programmer
Which data transfer formats are available in SAP Gateway?
There are 2 correct answers to this question.
When creating CDS-based BOPF Business Objects, the system generates several additional repository objects. Among those objects are objects in the ABAP Dictionary.
Which types of ABAP Dictionary objects are generated?
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.
Where do you distinguish between OData V2 or OData V4?
Please choose the correct answer.
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.
You implement the behavior of a CDS-based BOPF Business Object. For which of the following tasks can you reuse the implementation from the BOPF public library?
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.
How could you replace the statement CONCATENATE a b INTO c.?
There are 2 correct answers to this question.
You want to analyze SQL performance. You use the SQL Monitor in the production system (PRD) to collect the data. How can you create a snapshot in the development system (DEV)? Note: There are 2 correct answers to this question.
Which expression can you use in Open SQL release 7.50?
Please choose the correct answer.