I'm trying to compare two kinds of development. WHere I am Ussing SAP HANA Studio with an underlying HANA database.
But to my surprise I do not get better berformance using AMDP with SQL Script compare to regular ABAP.
Why is that???
My code on AMDP:
When running this from SE24 transaction I get the runtime: 287.023 Microseconds
My code with ABAP:
When running this from SE24 transaction I get the runtime: 232.451 Microseconds
Why is that, my belief was that AMDP with its SQL SCRIPT coding would run faster?