Before migrating to SAP HANA, which Code Inspector check do you have to consider to avoid functional regressions?

Before migrating to SAP HANA, which Code Inspector check do you have to consider to avoid functional regressions?A . Standard Web Dynpro checksB . Search for DB operations across modularization unitsC . SELECT statements that bypass the table bufferD . Use of the ADBC interfaceView AnswerAnswer: D

May 22, 2021 No Comments READ MORE +

What is the main advantage of SQLScript? (2 answers)

What is the main advantage of SQLScript? (2 answers)A . SQLScript can be better modularized than traditional SQLB . SQLScript code can easily be translated into modeling viewC . SQLScript is faster than traditional SQLView AnswerAnswer: A,C

May 21, 2021 No Comments READ MORE +

What do you have to list after the USING clause?

You define and implement an ABAP Managed database procedure (AMDP). What do you have to list after the USING clause? (3 right answers)A . ABAP Dictionary views used in the procedure bodyB . ABAP Dictionary table used in the procedure bodyC . AMDP used in the procedure bodyD . function...

May 21, 2021 No Comments READ MORE +

Discuss the basic approach of classical ABAP programming. Two answers

Discuss the basic approach of classical ABAP programming. Two answersA . Collect all the data and perform parallel processing in ABAPB . Creating and consuming all the contents from networkC . Get all the data you need on the application server and do your processing in ABAPD . Keep load...

May 21, 2021 No Comments READ MORE +

Which of the following objects can you use in the ABAP layer when using the top-down approach to bring code to data? There are 2 correct answers to this question

Which of the following objects can you use in the ABAP layer when using the top-down approach to bring code to data? There are 2 correct answers to this questionA . Calculation viewsB . ABAP managed database proceduresC . Stored procedureD . Core data services viewsView AnswerAnswer: B,D

May 21, 2021 No Comments READ MORE +

What can you include in the projection list of a Core Data Services (CDS) view? 3 ans

What can you include in the projection list of a Core Data Services (CDS) view? 3 ansA . ABAP system fields such as sy-langu or sy-mandt / CI String constants and literal valuesB . Aggregation functions over fields of ABAP Dictionary tables used in the FROM clauseC . A field...

May 20, 2021 No Comments READ MORE +

How can you execute it?

You developed an ABAP program using ABAP Development Tools for SAP NetWeaver. How can you execute it? 2 ansA . In the Project Explorer view, right-click the program and choose Run As ― ABAP Application from the context menu.B . Use the Open Development Object dialog (CTRL+SHIFT+A) and enter <Program_Name>/Execute...

May 19, 2021 No Comments READ MORE +

Analytic Privilege can be applied to (3 Answers)

Analytic Privilege can be applied to (3 Answers)A . Calculation viewsB . Attribute viewsC . Analytic viewsD . TableE . SQL ViewView AnswerAnswer: A,B,C

May 19, 2021 No Comments READ MORE +

According to the performance analysis recommendations; which steps are recommended after doing a database migration to SAP HANA?

According to the performance analysis recommendations; which steps are recommended after doing a database migration to SAP HANA?A . Perform regular performance scans on your ABAP custom coding as part of the development process.B . Perform regular performance scans on the ABAP coding delivered by SAP as part of your...

May 18, 2021 No Comments READ MORE +

Which type of database procedures can be called in this SQLScript procedure?

You have defined the following SQLScript procedure: CREATE PROCEDURE LANGUAGE SQLSCRIPT SQL SECURITY DEFINER READS SQL DATA. Which type of database procedures can be called in this SQLScript procedure? Please choose the correct answer. A. Read-write B. Read only C. Write only D. Read-updateView AnswerAnswer: B

May 18, 2021 No Comments READ MORE +