ABAP Keyword Documentation → ABAP Glossary
AMDP method
Method of an
AMDP class flagged in the
implementation part
of the class using BY DATABASE PROCEDURE
, implemented as an
ABAP Managed Database Procedure using a database-specific language (not ABAP), and executed in the
database system of the central
database in
AS ABAP. AMDP methods are called in ABAP in the same way as regular methods and passed to the database system using the
Native SQL interface.
Other versions:
7.31 | 7.40 | 7.54