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
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
Explain the Enterprise Information System of- SAP HANA Implementation Scenarios? There are 3 correct answers to this question
- A . HANA Accelerators
- B . All HANA Combinations on one platform
- C . HANA Modeling
- D . All SAP applications on one SAP HANA platform
- E . Business Suite on HANA/ BW on SAP HANA
Discuss the main capabilities of SAP BusinessObjects Analysis for Office? There are 2 correct answers to this question
- A . Convert crosstab cells to formula
- B . Analyze data with the design pane
- C . Suggests style sets for crosstabs
- D . Sort data by characteristics
Open SQL largely standardized, three sub-languages.
What are these sub-languages? There are 3 correct answers to this question
- A . Data Evaluation Language (DEL)
- B . The Data Definition Language (DDL)
- C . Data Transferring Language (DTL)
- D . The Data Control Language (DCL)
- E . Data Manipulation Language (DML)
When would you use a column store table instead of a row store table? There are 2 correct answers to this question.
- A . When you require aggregation and analysis of values
- B . When the table has a small number of records
- C . When there are mainly distinct values in the table
- D . When you want to enable a full-text-search of the table
Which Of the Golden Rules for Open SQL performance have become more important With SAP HANA? Note: There are 2 correct answers to this question.
- A . Keep unnecessary load away from the database.
- B . Minimize the number of database accesses
- C . Minimize the amount of transferred data
- D . Minimize the search overhead.
DB-Specific Properties that allows switching between storage types when running on an SAP HANA database.
What are these storage types? There are 2 correct answers to this question.
- A . Column store
- B . Development Store
- C . Row store
- D . Technology store
- E . Re-use component store
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
Discuss the basic approach of classical ABAP programming. Two answers
- A . Collect all the data and perform parallel processing in ABAP
- B . Creating and consuming all the contents from network
- C . Get all the data you need on the application server and do your processing in ABAP
- D . Keep load from the 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.