E_HANAAW_14 SAP Certified Development Specialist - ABAP for SAP HANA 2.0

Loading demo links...

Showing 1–3 of 10 questions

Question 1

Your ABAP program contains an Open SQL join of two client-dependent tables. You want to replace this with a native SQL

SELECT statement. Which of the following changes to the SELECT statement can you use to retrieve the same data as

before?

There are 2 correct answers to this question

Select all that apply, then click Submit answer.

  • Include the client field in the field list.

  • Include the client field in the WHERE condition.

  • Include the client field in the join condition.

  • Use the CLIENT SPECIFIED addition.


Question 2

What are the steps involved in supporting a database oriented programming model? There are 2 correct answers to this question.

Select all that apply, then click Submit answer.

  • A new and advanced Open SQL

  • Core Data services

  • Buffer system services

  • Advanced and specific models


Question 3

Which tasks does the ABAP managed database (AMDP) framework perform? There are 2 correct answers to this question.

Select all that apply, then click Submit answer.

  • Create a new version of the database when the AMDP is first activated

  • Delete the obsolete versions of the database procedure synchronously

  • Delete the obsolete versions of the database procedure asynchronously

  • Create a new version of the database when the AMDP is first called