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 body
B . ABAP Dictionary table used in the procedure body
C . AMDP used in the procedure body
D . function used in the procedure body
E . SAP HANA views used in the procedure body

Answer: A,B,C

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 ans
A . ABAP system fields such as sy-langu or sy-mandt / CI String constants and literal values
B . Aggregation functions over fields of ABAP Dictionary tables used in the FROM clause
C . A field from the structural output of an ABAP Managed Database Procedure used in the FROM clause
D . A field from the projection list of another CDS view used in the FROM clause

Answer: B,C,D

How can you execute it?

You developed an ABAP program using ABAP Development Tools for SAP NetWeaver.

How can you execute it? 2 ans
A . 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 in the search field.
C . Open the ABAP program in the ABAP Development perspective and execute it using the shortcut F8.
D . Open the ABAP program in the ABAP Development perspective and execute it using the shortcut Fl.
E . Call transaction SRUN_ADT and enter the name of the ABAP program.

Answer: A,C

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 development process.
C . Activate your ABAP custom coding, which was deactivated before the database migration, using U transaction SFW5.
D . Switch the storage type of you custom database tables to column store and use the database utility (SE14) to perform the database table conversion.

Answer: A