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
The SAP HANA state-of-the-art search experience includes full-text search with advanced features like… There are 3 correct answers to this question.
- A . ACID search
- B . Freestyle search
- C . Isolation search
- D . Fuzzy search
- E . Linguistic search
In SAP HANA SQL, you want to create a table whose definition should NOT be visible in the catalog?
Which of the following table types fulfill this requirement? Please choose the correct answer.
- A . ROW
- B . GLOBAL TEMPORARY
- C . COLUMN
- D . LOCAL TEMPORARY
ABAP 7.4 provide support for optimizing ABAP applications running on SAP HANA.
What are these transparent optimizations? (3 ans)
- A . Performance analysis tools have been improved
- B . Do all the data processing in Application server
- C . The consumption of SAP HANA artifacts was simplified
- D . Re-use components have been extended or optimized for SAP HANA
- E . The ABAP language and the Open SQL language have been extended
Which of the following is a limitation when you create an external view? Please choose the correct answer.
- A . You must include the name of the SAP HANA view in the name of the external view.
- B . You can only use native SQL to consume the external view
- C . You must know the underlying tables and join conditions of the SAP HANA view.
- D . You must use the ABAP Development tools (ADT) TO CREATE the external view
What are the benefits includes with SAP HANA Full Text Search? There are 2 correct answers to this question
- A . Fewer data duplication and movement
- B . Exploit structured contents in SQL
- C . Easy to use modeling tool
- D . Large number of toolkits are available
You use ABAP database connectivity (ADBC) to issue native SQL calls to the database, the native SQL call? Which of the following methods of class CL_SQL_RESULT_SET retrieves the tabular result of the native SQL call? Please choose the correct answer.
- A . SET_PARAM_TABLE
- B . SET_PARAM
- C . EXECUTE_QUERY
- D . NEXT_PACKAGE
You made changes to an object (X) used by an ABAP managed database procedure (AMDP). You did NOT changes the AMDP itself. Now you execute a program that calls this.
In which cases does the call trigger the creation of the database procedure in SAP HANA? There are 2 correct answers to this question.
- A . X is a stored procedure.
- B . X is an SAP HANA view
- C . X is an ABAP Dictionary table
- D . X is an AMDP method
How to create a core data services view? (3 ans)
- A . Use SQL capabilities for Netweaver
- B . Use data services tools for updates
- C . Use DDL statement DEFINE VIEW and SQL like syntax to define the view
- D . Use the ABAP Development Tools for SAP Netweaver
- E . Use additional annotations – marked with the @sign
What are the elements of ABAP Database Integration? There are 3 correct answers to this question.
- A . Client database handling
- B . Application server
- C . DB client-server
- D . Other DB
- E . DB For ABAP
You define a core data services (CDS) View. For which of the following expressions and built in functions must you provide alias? There are 3 correct answers to this question.
- A . CASTE Expression
- B . CASE expression
- C . Currency Conversion
- D . Nested CASE expression
- E . Unit conversion