Hello,
I'm kind of new to HANA and trying to understand how standard transactions are optimized by using HANA.
As I'm from SD, I have checked some optimized SD transactions, such as VA05 or V_V2.
Looks like such transactions do not use HANA view or code push down. Instead, it is just accessing standard tables (ex. VBAK, VBAP) which are converted to column-based store. ABAP code seems to be optimized to have the best performance by accessing such tables.
If my assumption above is correct (correct me if wrong), what is the reason to use HANA view or code push down in other cases?
Best regards,
Midori