SAP Certified Development Specialist - ABAP for SAP HANA 2.0 - E-HANAAW-18 Exam Practice Test
You analyze SQL Monitor data in transaction SQLMD. You know that program X accesses database table Y. You made sure that program X was executed while the SQL Monitor collected its dat a. But the relevant database access is NOT listed in SQLMD. What could be the reason? Note: There are 3 correct answers to this question.
Correct Answer: A,B,C
Vote an answer
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?
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?
Correct Answer: B
Vote an answer
When using an SAP HANA full text search, what do you have to keep in mind?
Correct Answer: A
Vote an answer
You are using ABAP Development Tools, and you have placed your cursor on a method name in a class. What key do you use to navigate between a method definition and its implementation?
Correct Answer: C
Vote an answer
User STUDENT_A creates and activates a design-time object. In which schema is the runtime object generated?
Correct Answer: C
Vote an answer