New Year Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Full Access SAP E_HANAAW_17 Tutorials

Page: 6 / 7
Total 174 questions

SAP Certified Development Specialist - ABAP for SAP HANA 2.0 Questions and Answers

Question 21

Which of the following ABAP language elements are mandatory for the implementation of a method as an ABAP Managed Database Procedure? 3 ans

Options:

A.

FOR db (db = HDB...)

B.

LANGUAGE dbjang (dbjang = SQLSCRIPT...)

C.

BY DATABASE PROCEDURE

D.

CLIENT SPECIFIED

E.

AUTHORIZATION db_auth (db_auth = SYSTEM ...)

Question 22

You want to develop an ABAP application for SAP HANA using the front-end image of your Amazon Web Service (AWS) trial system. Which plug-ins do you need to add to the existing Eclipse installation?

Options:

A.

All plug-ins provided by SAP Development Tools for Eclipse

B.

SAP HANA Tools

C.

ABAP Development Tools for SAP NetWeaver

D.

None; everything is preconfigured

Question 23

While creating a Graphical Calculation view, what are the options available in Tools palette? (4 right answers)

Options:

A.

Union

B.

Cast

C.

Aggregation

D.

Projection

E.

Join

F.

Distinct

Question 24

You execute a Native SQL query statement to retrieve a list of information using the corresponding ABAP

Database Connectivity (ADBC) API method.

Which additional steps are necessary to retrieve the result set into an internal table? 2 ans

Options:

A.

Close the CL_SQL_STATEMENT object to release the resources.

B.

Use an Open SQL query that uses the JOIN between the result set and the internal table as a data source.

C.

Bind a reference to the internal table as an output parameter to the CL_SQL_RESULT_SET instance.

D.

Fetch the result using the next_package method of class CL_SQL_RESULT_SET.

E.

Fetch the result using the fetch method of class CL_SQL_EXECUTE.

Page: 6 / 7
Total 174 questions