Which of the following are valid statements?

You have written a program that uses inline declarations and assigns values using expressions. The global data declarations contain the following statement: DATA o TYPE REF TO cl_class. Which of the following are valid statements? There are 3 correct answers to this question.A . DATA(p) = NEW cl_class( ).B ....

March 26, 2022 No Comments READ MORE +

Where do you define tiles and target mappings for the app?

You develop an SAP Fiori app in a specific solution area. Where do you define tiles and target mappings for the app? Please choose the correct answer.A . In a Technical CatalogB . In a Business RoleC . In a Business Catalog GroupD . In a Business CatalogView AnswerAnswer: A

March 26, 2022 No Comments READ MORE +

In which of the following CDS objects do you have to add annotation @ObjectModel.createEnabled?

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:...

March 25, 2022 No Comments READ MORE +

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.

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 ImplementationB . Projection ViewC . Behavior DefinitionD . Service DefinitionView AnswerAnswer: C,D

March 24, 2022 No Comments READ MORE +

Which tool do you use for this?

For performance optimization, you want to combine the results of ABAP Test Cockpit and the SQL Monitor runtime data. Which tool do you use for this? Please choose the correct answer.A . SQL Performance Tuning Worklist (SWLT)B . Runtime Check Monitor: Data Display (SRTCMD)C . SQL Monitor: Display Data (SQLMD)D...

March 24, 2022 No Comments READ MORE +

Which of the following objects must you list after the USING addition?

You implement an ABAP Managed Database Procedure (AMDP). You want to access some other objects from within your script code. Which of the following objects must you list after the USING addition? There are 2 correct answers to this question.A . AMDP FunctionsB . Database ViewsC . Calculation ViewsD ....

March 22, 2022 No Comments READ MORE +

Which of the following restrictions and options apply?

You want to use Data Source Extensions. Which of the following restrictions and options apply? There are 2 correct answers to this question.A . You can only create one Data Source Extension per data source.B . You can use Data Source Extensions to extend SAP data sources with customer-specific fields.C...

March 22, 2022 No Comments READ MORE +

Which of the following must you use?

You use the UNION in the Open SQL statement in release 7.50. Which of the following must you use? There are 2 correct answers to this question.A . INTO clause at the endB . JOIN clausesC . Explicit field listD . DISTINCT clauseView AnswerAnswer: A,C

March 22, 2022 No Comments READ MORE +

Which kind of repository object is needed to map the fields of ZMY_VIEW to the fields of ZMY_TABLE?

The root-node of a CDS-based business object is based on CDS View ZMY_VIEW. The persistent data is stored in the database table ZMY_TABLE. At least one key field of ZMY_TABLE has a different name in CDS View ZMY_VIEW. Which kind of repository object is needed to map the fields of...

March 20, 2022 No Comments READ MORE +

What can you use as data source for an SAP Fiori App Launcher - Dynamic? Please choose the correct answer.

What can you use as data source for an SAP Fiori App Launcher - Dynamic? Please choose the correct answer.A . Target mappingB . OData serviceC . SAPUI5 serviceD . Source mappingView AnswerAnswer: B

March 20, 2022 No Comments READ MORE +