Get Example source ABAP code based on a different SAP table
VERSION 5 IN
database function SQLScript function> in the SAP HANA database>. Database functions must have a return value defined with RETURN>. There are table functions> with a tabular return value and scalar functions> with a scalar return value. Unlike database procedures>, database functions cannot be called using CALL>, but can be used directly in read positions of statements. Database functions can be managed as AMDP functions > in the ABAP Managed Database Procedures> (AMDP).