You want to debug an ABAP program using ABAP development tools (ADT). How do you launch the debugger? Please choose the correct answer.
A. Choose the debug as option in the context menu of the ABAP program
B. Create a debug configuration for the ABAP application and run the program
C. Set a breakpoint in the ABAP program and execute the program
D. Choose the Run --> Debug options in the menu
You plan a database migration to SAP HANA and want to check your ABAP coding for performance optimization potential.
Which Code Inspector check variant can you use?
A. PERFORMANCE_OPT
B. CHECK_PERFORMANCE
C. FUNCTIONAL_DB
D. PERFORMANCE_DB
What is the main purpose of Analytic Privilege?
A. Restrict users to access database tables
B. Restrict row level access so that user will be able to see only certain portion of the data
C. Restrict user to access modeling view
What do you understand by the SAP HANA Software Optimization? Please choose the correct answer.
A. Speed up the processing within the database
B. Bring logic to where the data is calculated first then only move to results
C. Provide combinations of objects and partitioning
D. Huge potential for hybrid database
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.
Which tools can you use to provide input data for the SQL performance tuning work list (Transaction SWLT)? There are 3 correct answers to this question.
A. Data base performance monitor (transaction DB50)
B. Code inspector (transaction SCI)
C. SQL Trace (transaction ST05)
D. SQL monitor (transaction SQLM)
E. ABAP test cockpit (transaction ATC)
Which option in SAP NetWeaver Gateway Service Builder (transaction SEGW) can be used to implement the consumption of a Core Data Services view?
A. "Map to Data source"
B. "Consume CDS view"
C. "Relate to Business Entity"
D. "Read from DDL source"
Which SQL syntax is used to create a read only procedure?
A. READS SQL DATA
B. READS PROCEDURE
C. NO-SIDE-EFFECT
D. READ-ONLY
What are the Functions of Transaction DBACOCKPIT There are 2 correct answers to this question.
A. Use Schema for the Connections
B. Maintain, Monitor and test secondary database connection
C. Maintain only HANA specific objects
D. Used to access local or remote database system
Which of the following categories of parameters can you use in the definition of an ABAP manage database procedure (AMDP)?
There are 3 correct answers to this question.
A. Returning
B. Receiving
C. Exporting
D. Changing
E. Importing