You plan a database migration to SAP HANA and want to check your ABAP coding for potential functional regressions.
Which Code Inspector check variant can you use?
DB-Specific Properties that allows switching between storage types when running on an SAP HANA database. What are these storage types? There are 2 correct answers to this question.
You want to implement business logic on the database layer.
Which approach do you follow when implementing an ABAP Managed Database Procedure?
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?