Protected: Premium Content – ABAP for SAP HANA: Code To Data Paradigm
There is no excerpt because this is a protected post.
There is no excerpt because this is a protected post.
Code-to-data paradigm is basically a programming style in ABAP where you code to ‘push down’ data intensive computations and calculations to the HANA DB layer, instead of bringing all the data to the ABAP layer and then processing the data to do computations.
Code-to-data paradigm is basically a programming style in ABAP where you code to ‘push down’ data intensive computations and calculations to the HANA DB layer, instead of bringing all the data to the ABAP layer and then processing the data to do computations.
There is no excerpt because this is a protected post.
Learn the difference between Row store and Column store, a new feature available for AS ABAP 7.4 (or higher) on SAP HANA. As an ABAP developer you should know when to use the correct type of storage to obtain better performance results in your ABAP programs.
Learn about the new Hardware & Software improvements that SAP HANA offers to ABAP developers.
Among the most important software improvements we have CDS View Building, Extended Open SQL, ABAP managed Database Procedures and New Performance & Analysis Tools.
Course General Outline:
1. Improvements in the software and hardware architecture
2. Manage existing ABAP code in SAP HANA
3. Optimize ABAP code for SAP HANA
4. New ABAP features for SAP HANA