Get Example source ABAP code based on a different SAP table
VERSION 5 IN
ABAP_AMDP function Implementation AMDP method> with return value> that is indicated by BY DATABASE FUNCTION>> in the implementation part> of the class>. AMDP functions are implemented in an AMDP function> implementation. An AMDP function implementation for an AMDP scalar function> can be called in ABAP programs like a regular functional method>. An AMDP function implementation for an AMDP table function>, on the other hand, is generally used to implement a CDS table function>. It can be used as a data source of AB-SQL > read statements using the CDS entity>, but cannot be called in ABAP programs. See also AMDP procedure implementation>. ABAP_MORE_INFO >