Question 11

You implement the behavior of a CDS-based BOPF-Object and want to issue a message. Which is the correct sequence of the necessary implementation steps?
  • Question 12

    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.
  • Question 13

    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.
  • Question 14

    You want to establish an automatic check during the release of change requests. If the check returns any errors, the system should prevent the request from being released. Which analysis tool can you configure for this?
  • Question 15

    How could you replace the statement CONCATENATE a b INTO c.? Note: There are 2 correct Answers to this question.