ABAP on HANA Flashcards
What are the three main capabilities added by HANA
Accelerate
Extend
Innovate
What are the steps to transition code to HANA in AS ABAP
Detect
Optimize
Innovate
What are the two new parts of an ABAP approach on HANA
Move calculations to the Database and transfer only results to program.
Code to data in HANA vs Data to code in non-HANA
Prior to NW 7.4 sp02, how were HANA artifacts accessed from ABAP?
Using native SQL commands
Describe 3 things in the bottom up approach with proxy objects
HANA Views expose external views
HANA stored procedures expose Database Procedure Proxy
HANA Delivery Units transport to the SAP HANA transport container
Database procedure proxy’s are great, right?
No SAP only recommends using them if no other method is available
Since 7.4 SP05 two new objects exist to support AS ABAP and code to data. What are they?
CDS to deploy HANA views
ABAP Managed Database Procedures to deploy HANA stored procedures
How has the database oriented programming model been improved
Better SQL-92 support in Open SQL
Extended View definitions
Give some examples of the transparent optimizations made in the ABAP stack to facilitate faster data access and presentation
A new data exchange protocol between the database and the ABAP stack
Optimization of the SELECT INTO and SELECT SINGLE
Optimization of the FOR ALL ENTRIES