E-HANAAW-17 Exam Question 21

You have created a CDS view as follows: define view zha400 as select from spfli association (*) to sflight as_flights On spfli.carrid =_flights.carrid and spfli.connid=_flights.connid
{
...
}
Given that table sflight also contains the field planetype, how must you address the fields carrid and planetype from table SFLIGHT?
  • E-HANAAW-17 Exam Question 22

    Discuss the basic approach of classical ABAP programming. Two answers
  • E-HANAAW-17 Exam Question 23

    You want to move some of the logic of an ABAP program into an ABAP-managed database procedure (AMDP). To do so, you need to translate Open SQL statements into SAP HANA Native SQL Which of the following are necessary adjustments? Note: There are 3 correct answers to this question.
  • E-HANAAW-17 Exam Question 24

    Which is better from performance point of view?
  • E-HANAAW-17 Exam Question 25

    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.