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.
A. Check for existing foreign keys
B. Auto-fill a Last Changed By field
C. Auto-fill semantic key fields
D. Check for valid dates in input fields
Which of the following are dimensions of the SAP Fiori definition? Note: There are 3 correct answers to this questions.
A. Process
B. Technology
C. Business
D. Design
E. Concept
In a Custom Business Object you want to implement a determination for a node with the ID SALESORDER. What kind of parameter is the SALESORDER parameter? Please choose the correct answer.
A. Importing
B. Changing
C. Returning
D. Exporting
Which of the following are benefits of draft-enabling an application? There are 3 correct answers to this question.
A. Support for device switching
B. Support for continuous work
C. Early feedback fromvalidations
D. Re-use of existing business logic
E. Implicit authorization checks
Which of the following rules apply to the naming of CDS Views? There are 2 correct answers to this question.
A. The data definition and the SQL view must have the same name.
B. The SQL view name can be up to 30 characters long.
C. The data definition name can be up to 30 characters long.
D. The CDS view and the SQL view must have different names.
Which of the following are features of the Cloud Connector? There are 2 correct answers to this question.
A. Provides audit logging of configuration changes
B. Allows user-specific configuration
C. Runs as on-premise agent in a secured network.
D. Closes broken connections automatically
Which of the following do you use as a separator between a table and a field name in Open SQL?
Please choose the correct answer.
A. Pointer (->)
B. Tilde (~)
C. Minus (-)
D. Period (.)
In your system landscape, you create a Custom Business Object in the SAP S/4HANA On- Premise edition. Which steps are necessary to use the Custom Business Object as the basis for an SAP Fiori app?
There are 2 correct answers to this question.
A. Create a project in the SAP Gateway Service Builder (SEGW)and reference your Custom Business Object as data source
B. Register the OData service based on your Custom Business Object in SAP Gateway
C. Activate the UI Generation checkbox in the Custom Business Objects app
D. Activate the Service Generation checkbox in the Custom BusinessObjects app
You are writing an ABAP Managed Database Procedure that contains a SELECT statement. How does client handling work?
Please choose the correct answer.
A. Use sy-mandt
B. Use session_context( ICLIENTI )
C. Use $session.client
D. Client handling is automatic
Which building blocks of the ABAP RESTful Programming Model(RAP) are part of the Core Data Services (CDS)?
There are 2 correct answers to this question.
A. Behavior Implementation
B. Projection View
C. Behavior Definition
D. Service Definition