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

SAP Certified Development Specialist Changed E_HANAAW_17 Questions

Page: 4 / 7
Total 174 questions

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

Question 13

In ABAP Development Tools for SAP NetWeaver, you execute the ABAP Test Cockpit on an ABAP program to

find performance optimization potential.

Where can you find the result of the static code checks?

Options:

A.

In the Problems view

B.

In the Project Explorer view

C.

In the Performance Analysis view

D.

In the Outline view of the ABAP Performance perspective

Question 14

You want to define an ABAP Core Data Services (CDS) view that totals the NET_AMOUNT column for each sales order (column SOJD). Which SELECT statement would you use in the definition? Please choose the correct answer.

Options:

A.

select from snwd_so {so_id( sum(net_amount) as sum_amount} order by sojd

B.

select from snwd_so {so_id( sum(net_amount) as sum_amount} group by sojd

C.

select from snwd_so {sojd, sum(net_amount) as sum_amount}

D.

select from snwd_so {so_id( sum(net_amount) as sum_amount} group by net_amount

Question 15

Explain the Authorization Concept and the types of privileges associated with it? There are 3 correct answers to this question

Options:

A.

Analytic privileges

B.

Package privileges

C.

Application privileges

D.

Object privileges

E.

System privileges

Question 16

What can you include in the projection list of a Core Data Services (CDS) view? 3 ans

Options:

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

Page: 4 / 7
Total 174 questions