E_HANAAW_18 SAP Certified Development SpecialistABAP for SAP HANA 2.0

Loading demo links...

Showing 4–5 of 5 questions

Question 4

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 an option, then click Submit answer.

  • carrid and planetype

  • carrid and _flights.planetype

  • _flights.carrid and planetype

  • _flights.carrid and_flights.planetype

Question 5

Which task does the ABAP Managed Database Procedure (AMDP) framework perform?

Select an option, then click Submit answer.

  • Deploy a new version of the database procedure when the AMDP is first called.

  • Deploy the database procedure whenever the AMDP is called.

  • Deploy the database procedure when the AMDP is first activated.

  • Deploy the database procedure whenever the AMDP is activated.