SAP E_HANAAW_14 SAP Certified Development Specialist – ABAP for SAP HANA 2.0 Online Training
SAP E_HANAAW_14 Online Training
The questions for E_HANAAW_14 were last updated at Nov 16,2024.
- Exam Code: E_HANAAW_14
- Exam Name: SAP Certified Development Specialist - ABAP for SAP HANA 2.0
- Certification Provider: SAP
- Latest update: Nov 16,2024
You create a new table definition using the ABAP Dictionary and maintain the database-specific technical settings table?
Why do you create a row store instead of a column store Please choose the correct answer?
- A . To allow creation of a full-text index
- B . To limit the unpacking and reconstruction of rows
- C . To limit the need of indexes
- D . To limit the data footprint
In an ABAP Core Data services (CDS) view, what must you do expose an association for use in another CDS view? Please choose the correct answer.
- A . Include all fields used in the ON condition in projection list
- B . Specify an alias for the target entity
- C . Define the cardinality for the target entity
- D . Specify the other views in which the association can be used
You developed an ABAP managed database procedure (AMDP). You want to allow the enhancement of this AMDP using business add-in (BADI).
Which of the following objects must you create? There are 3 correct answers to this question.
- A . A BADI definition
- B . A BADI fallback implementation
- C . An enhancement spot
- D . A database procedure
- E . A BADI simple implementation
SAP HANA DB Migration: you want to avoid any functional issues after the migration? There are 3 correct answers to this question.
- A . Native sql statement
- B . Direct access to a cluster on the database
- C . Left outer joins in open SQL statements
- D . Order by clause in open SQL statement
- E . Code that relies on implicit database sorting
What all are the factors involved in Working with ADT.
If the search options are enabled, you can set the search parameters for an attribute of a view, which parameters will be available? There are 3 correct answers to this question.
- A . ABAP interface
- B . Module interface
- C . Workbench programs
- D . ABAP programs
- E . ABAP Class
The SAP HANA database is a hybrid in-memory database that combines Few technologies within.
What are these technologies? There are 3 correct answers to this question
- A . Row-based database technology
- B . Time-based database technology
- C . Column-based database technology
- D . Object-based database technology
- E . Value-based database technology
You are implementing an ABAP Managed Database Procedures (AMDP) for SAP HANA.
What do you have to do in the corresponding ABAP class? Please choose the correct answer.
- A . Declare the ABAP class as a sub-class of CL_AMDP_RUNTIME_HDB.
- B . Implement the interface IF_AMDP_MARKER_HDB.
- C . Set the visibility of the corresponding class method in the declaration section to PUBLIC.
- D . Implement the ABAP AMDPJHDB Event Handler.
How many result sets are returned when an SAP HANA database procedure is called using the CALL WITH OVERVIEW statement? Please choose the correct answer.
- A . As many result sets as there are input parameters in the procedur
- B . Two result sets
- C . One result set
- D . As many result sets as there are table output parameters in the procedure
What are the key points that should be kept in mind while performing the Non-automatic update in SAP HANATr.Cont.? There are 2 correct answers to this question.
- A . Automatic release of units
- B . Changes to Delta Container
- C . You need to refresh the content of the container manually
- D . Take snapshot manually before releasing of the container
Which of the following tools and programming techniques use the SQL data definition language? There are 2 correct answers to this question.
- A . ABAP Dictionary
- B . Open SQL
- C . Core data services (CDS) data definition
- D . Core data service (CDS) access control