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 16,2024.
- Exam Code: E_HANAAW_17
- Exam Name: SAP Certified Development Specialist - ABAP for SAP HANA 2.0
- Certification Provider: SAP
- Latest update: Nov 16,2024
What is the central goal of using SAP HANA? Please choose the correct answer
- A . Positive Impact on Business
- B . Accelerate Performance
- C . To set Priorities for system
- D . Monitor database for record keeping
Which statement is true for SAP HANA?
- A . SAP has partnered with major hardware providers like HP, FUJITSU, CISCO, IBM, HITACHI etc. SAP only provides SAP HANA software which can run on the hardware provided by these partners
- B . SAP provides both hardware and software for SAP HANA.
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 services (CDS) access control
Which system schema contains the column views of activated objects?
- A . _SYS_BI
- B . _SYS_REPO
- C . _SYS_XS
- D . _SYS_BIC
You developed an ABAP program using ABAP Development Tools for SAP NetWeaver.
How can you execute it? 2 ans
- A . In the Project Explorer view, right-click the program and choose Run As ― ABAP Application from the context menu.
- B . Use the Open Development Object dialog (CTRL+SHIFT+A) and enter <Program_Name>/Execute in the search field.
- C . Open the ABAP program in the ABAP Development perspective and execute it using the shortcut F8.
- D . Open the ABAP program in the ABAP Development perspective and execute it using the shortcut Fl.
- E . Call transaction SRUN_ADT and enter the name of the ABAP program.
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
Which components can be a part of a calculation view? (2 answers)
- A . BAPIs
- B . Analytic View
- C . Tables
- D . Attribute View
What is the main advantage of SQLScript? (2 answers)
- A . SQLScript can be better modularized than traditional SQL
- B . SQLScript code can easily be translated into modeling view
- C . SQLScript is faster than traditional SQL
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 procedure
- B . Two result sets
- C . One result set
- D . As many result sets as there are table output parameters in the procedure
What is the scope of the AbapCatalog.Buffering annotation in a Core Data Services (CDS) view?
- A . The set of key fields specified in the additional annotation AbapCatalog.buffering.numberOfKeyFie
- B . The CDS views used in the FROM clause
- C . The entire CDS view
- D . The elements in the projection list of the CDS view