SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

ABAP Managed Database Procedures (AMDP)

ABAP Managed Database Procedures (AMDP) is a class-based framework that developers use to manage and call database procedures directly within ABAP. It allows ABAP developers to implement and execute logic — including table functions — as database-level procedures, pushing computation closer to the data layer for performance-sensitive operations.

Tutorials that teach this

Docs explaining this concept

Code samples embodying this

Prerequisites

Concepts that build on this