abap-sql-amdp

Installation
SKILL.md

ABAP SQL & AMDP

Guide for writing modern ABAP SQL statements and ABAP Managed Database Procedures (AMDP) in ABAP Cloud and Standard ABAP.

Workflow

  1. Determine the user's goal:

    • Writing or optimizing ABAP SQL queries
    • Using advanced SQL features (window functions, CTEs, aggregates)
    • Creating AMDP procedures or functions
    • Implementing CDS table functions via AMDP
    • Understanding PRIVILEGED ACCESS for authorization bypass
  2. Identify the context:

    • ABAP for Cloud Development vs. Standard ABAP (affects available syntax)
    • Performance optimization needs
    • Whether AMDP is justified (prefer ABAP SQL when possible)
  3. Guide implementation using modern ABAP SQL syntax

Installs
5
GitHub Stars
32
First Seen
May 7, 2026
abap-sql-amdp — likweitan/abap-skills