Why should you use SQLScript?
The launch of the HANA database led to a paradigm shift in data processing. In order to fully exploit the advantages of the new database, SAP relies on the "Code Pushdown" concept. This involves transferring calculations involving large amounts of data to the database level. This prevents unnecessary data transfers from the database to the ABAP server. Instead, calculations are performed directly in the SAP HANA database, where the data is stored. The code thus is brought "to data" (so-called "code to data" approach). This saves a lot of time, especially with data-intensive calculations.