Get Example source ABAP code based on a different SAP table
VERSION 5 IN
ABAP_AMDP procedure implementation AMDP method> without return value> that is indicated by BY DATABASE PROCEDURE>> in the implementation part> of the class. In an AMDP procedure implementation, AMDP procedures> are implemented in a database-specific language as ABAP Managed Database Procedures >. AMDP procedure implementations are called in ABAP just like regular methods and passed to the database system BEGIN_SECTION VERSION 5 OUT using the Native SQL interface> END_SECTION VERSION 5 OUT and executed here. See also AMDP function implementation>. ABAP_MORE_INFO >