Skip to content

ABAP Keyword Documentation →  ABAP Glossary 

AMDP procedure implementation

AMDP method without return value 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 in the same way as regular methods and passed to the database system using the Native SQL interface and executed here. See also AMDP function implementation.

More

Other versions: 7.31 | 7.40 | 7.54