SAP E_HANAAW_17 SAP Certified Development Specialist – ABAP for SAP HANA 2.0 Online Training
SAP E_HANAAW_17 Online Training
The questions for E_HANAAW_17 were last updated at Nov 15,2024.
- Exam Code: E_HANAAW_17
- Exam Name: SAP Certified Development Specialist - ABAP for SAP HANA 2.0
- Certification Provider: SAP
- Latest update: Nov 15,2024
Which functional problem can you detect when using the Runtime Check Monitor (SRTCM)?
- A . Existence check for secondary indexes
- B . Use of Native SQL and DB Hints
- C . Missing ORDER BY or SORT after SELECT
- D . Direct access to table pools/cluster
Analytic Privilege can be applied to (3 Answers)
- A . Calculation views
- B . Attribute views
- C . Analytic views
- D . Table
- E . SQL View
The new bottlenecks avoided by addressing two challenges, what are they? There are 2 correct answers to this question.
- A . Avoid idiling CPU cores
- B . Avoid CPU cache misses
- C . Avoid optimizing data
- D . Avoid single network
Which of the following ABAP language elements are mandatory for the implementation of a method as an ABAP Managed Database Procedure? 3 ans
- A . FOR db (db = HDB…)
- B . LANGUAGE dbjang (dbjang = SQLSCRIPT…)
- C . BY DATABASE PROCEDURE
- D . CLIENT SPECIFIED
- E . AUTHORIZATION db_auth (db_auth = SYSTEM …)
What are some of the features available SAP List Viewer with integrated data access (SALV IDA)? There are 3 correct answers to this question.
- A . Display diagrams
- B . Double-click on rows
- C . Search in content
- D . Edit cells
- E . Group rows
You changed an SAP HANA object that you transported using an SAP HANA Transport container. You want to release the transport request with your changes.
In which sequence do you perform activities in the ABAP development system immediately before the release? Please choose the correct answer.
- A . Open the SAP HANA transport containerSelect take snapshot and Save Activate the SAP HANA Transport Container
- B . Open the SAP HANA delivery unit Select take snapshot and Save Activate the SAP HANA Delivery unit
Activate the SAP HANA transport container - C . Open the ABAP transport request Select take snapshot and Save Activate the SAP HANA transport container
- D . Open the package Select take snapshot and Save Activate the SAP HANA Delivery unit Activate the SAP HANA transport container
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 system schema contains the list of Activated and inactive Objects?
- A . Used to access local or remote database system
- B . Maintain, Monitor and test secondary database connection
- C . Use Schema for the Connections
- D . Maintain only HANA specific objects
How can you exchange SQL Monitor data between two systems?
- A . Create a snapshot of the SQL Monitor data, export it to the file system, and then import it to the target system.
- B . Deactivate the SQL Monitor in the source system and activate the SQL Monitor in the target system.
- C . Configure a secondary database connection to the target system and query the data in the SQL Monitor.
- D . Create and release a transport request containing the SQL Monitor log files.
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
- A . Calculation views
- B . ABAP managed database procedures
- C . Stored procedure
- D . Core data services views