Hello,

Sign up to join our community!

Welcome Back,

Please sign in to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

You must login to ask a question.

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

SAP EWM Help Latest Questions

  • 0
  • 0
DPM125

What is AMDP?

AMDP (ABAP Managed Database Procedures) in CDS (Core Data Services) in SAP refers to a way to integrate native SQLScript (e.g., HANA procedures) directly within ABAP classes. It’s not a part of CDS views themselves, but is often used alongside CDS views when you need more complex or performance-critical data processing that cannot be handled by CDS alone.

Feature CDS View AMDP
Type Declarative Procedural
Language DDL (SQL-like) SQLScript (HANA-specific)
Use Case Data modeling, filtering, joins Complex calculations, loops, conditional logic
Database Execution Yes Yes
Integration with ABAP Yes (via Open SQL) Yes (via ABAP classes/methods)

Related Questions

Leave an answer

Leave an answer