What properties can you set in the procedure header when developing a procedure? Note: There are 3 correct answers to this question.
What properties can you set in the procedure header when developing a procedure? Note: There are 3 correct answers to this question.A . Begin/end statements B. Language (SQLScript/R) C. Read/write access D. Expression E. Security (invoker/definer)View AnswerAnswer: A,B,E
Which folder of the project do you use to create the design time files?
You are using Core Data Services (CDS) to define the persistence layer in SAP Business Application Studio. Which folder of the project do you use to create the design time files?A . srv B. db C. src D. webView AnswerAnswer: C
What can you use for Core Data Services (CDS)-based security in the SAP Cloud Application Programming Model? Note: There are 2 correct answers to this question.
What can you use for Core Data Services (CDS)-based security in the SAP Cloud Application Programming Model? Note: There are 2 correct answers to this question.A . Scopes B. Privileges C. Authorizations D. RolesView AnswerAnswer: C,D
Which UI5 features can support this requirement?
You are asked to develop a UI application that can be used by a global audience. Which UI5 features can support this requirement? Note: There are 3 correct answers to this question.A . Role-based app experience B. Easy adoption for different devices C. Translation and internationalization D. Extensibility concepts at...
Which of the following elements are part of the SAPUI5 application's index.html file? Note: There are 2 correct answers to this question.
Which of the following elements are part of the SAPUI5 application's index.html file? Note: There are 2 correct answers to this question.A . Bootstrap B. Service layer C. UI area D. DatabaseView AnswerAnswer: A,C
Which tasks does the User Account and Authentication (XSUAA) service accomplish? Note: There are 3 correct answers to this question.
Which tasks does the User Account and Authentication (XSUAA) service accomplish? Note: There are 3 correct answers to this question.A . It dispatches requests to microservices. B. It identifies the user by e-mail or user ID. C. It decides if a user is allowed to perform an activity. D. It...
What are the properties of access control with @restrict? Note: There are 3 correct answers to this question.
What are the properties of access control with @restrict? Note: There are 3 correct answers to this question.A . read B. grant C. to D. delete E. whereView AnswerAnswer: A,B,D
What is the SAP Business Application Studio user interface made up of?
What is the SAP Business Application Studio user interface made up of?A . Tiles B. Frames C. Windows D. ViewsView AnswerAnswer: D
What is the correct syntax to implement this?
You want to implement an event handler to show a console log once a supplier record is read. What is the correct syntax to implement this?A . const cds = require('@sap/cds')module.exports = cds.service.impl(function () { const {Supplier} = this.entities() this.after('each',Supplier, row =>{ console.log(`Read Supplier: ${row.ID}`)})}) B. const cds = require('@sap/cds')module.exports...
SAP Cloud Application Programming Model?
On which Core Data Services (CDS) element can you define a security restriction in the SAP Cloud Application Programming Model? Note: There are 3 correct answers to this question.A . Services B. Associations C. Actions D. Functions E. TypesView AnswerAnswer: A,C,D