SAP TABLE FUNCTION - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

table function
A built-in function in ABAP for processing internal tables.
In AB_SQL , a function with a tabular result set that can be used as a data source in the FROM clause of a query and in other operand positions. Currently, AB_SQL contains only hierarchy functions as table functions.
In the SAP HANA database, a database function with a tabular return value. In SQLScript, table functions can be used as operands in the same places as database tables or views. A table function can be managed as an AMDP function in an AMDP class.