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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.