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?
What are the steps involved in supporting a database oriented programming model? There are 2 correct answers to this question.
What are the Perspectives and Views of SAP HANA Studio? There are 2 correct answers to this question.
What must you take into consideration when you use the new open SQL syntax (available as of SAP Net weaver 7.4 SP05)? There are 2 correct answers to this question.
What are the benefits includes with SAP HANA Full Text Search? There are 2 correct answers to this question
The new bottlenecks avoided by addressing two challenges, what are they? There are 2 correct answers to this question.
Which of the following ABAP transactions can you use to detect SQL performance optimization potential in your ABAP code? 2 ans
You created and activated database procedure. How can you call this procedure? There are 2 correct answers to this question.
Which is not a Golden Rule for Open SQL? Please choose the correct answer.
Which of the following information is mandatory in the definition of an association in a Core Data Services (CDS) view?
What are the features associated with ABAP CDS? (3 Ans) There are 3 correct answers to this question.
What allows you to resolve errors quickly or warnings reported about the code? Please choose the correct answer.
Why is not a key factor of ALV for HAN A? Please choose the correct answer.
How many result sets are returned when an SAP HANA database procedure is called using the CALL WITH OVERVIEW statement?
Please choose the correct answer.
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.
You changed an SAP HANA object that you transported using an SAP HANA Transport container. You want to release the transport request with your changes. In which sequence do you perform activities in the ABAP development system immediately before the release? Please choose the correct answer.