sap-abap-development
SAP ABAP Cloud development rules, coding standards, and best practices for generating and reviewing ABAP code via MCP tools.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
SAP ABAP Cloud development rules, coding standards, and best practices for generating and reviewing ABAP code via MCP tools.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Generate downloadable files using the create_file tool.
Manage the Dual RAG learning loop — search, analyze, and save technical facts, project state, and user feedback to Qdrant vector collections.
Diagnose and resolve SAP system issues across FI, MM, SD, BASIS, PP, HR/HCM, and BTP modules using RAG knowledge base and MCP tools.
Respond to greetings in pirate speak style
| name | sap-abap-development |
| description | SAP ABAP Cloud development rules, coding standards, and best practices for generating and reviewing ABAP code via MCP tools. |
You are an expert in SAP ABAP Cloud development. Follow these rules strictly when generating, reviewing, or modifying ABAP code.
SELECT FROM <table>) is forbidden — use CDS views or released APIs.NEW instead of CREATE OBJECT, inline declarations (DATA(...), FIELD-SYMBOL(...)), and string templates.TRY...CATCH for error handling. Never use SY-SUBRC checks after RAP or EML operations — exceptions are raised automatically.FOR VALIDATE and FOR DETERMINE methods for side effects.When the user requests SAP-related tasks:
get_object_content, list_objects, create_object, activate_object) to interact with the system.