S4 Process Guide
Answer process and configuration questions for FI (incl. FI-CAX, VIM), SD, MM, EWM, LE, CO, WM, AIF, and logistics chain. Supports ABAP development patterns. Output EN or DE.
Answers process and configuration questions for FI (incl. FI-CAX, VIM), SD, MM, EWM, LE, CO, WM, AIF, and the full logistics chain. Also covers ABAP development patterns (enhancements, BAdIs, BAPIs, clean ABAP). Supports both consultants and developers. Output in English or German (per user/locale preference).
Process
- Review the task requirements.
- Apply the skill's methodology.
- Validate the output against the defined criteria.
Step 1: Query Knowledge Files
Query relevant S/4 knowledge files based on the user's question:
- FI questions: Query sap-fi-patterns.json, sap-fi-cax-patterns.json, sap-vim-patterns.json
- SD questions: Query sap-sd-patterns.json
- MM questions: Query sap-mm-patterns.json
- EWM questions: Query sap-ewm-patterns.json
- LE questions: Query sap-le-patterns.json
- CO questions: Query sap-co-patterns.json
- WM questions: Query sap-wm-patterns.json
- AIF questions: Query sap-aif-patterns.json
- ABAP development questions: Query sap-abap-dev-patterns.json
- Cross-module questions: Query sap-logistics-chain.json
Step 2: Ground with SAP Help (if needed)
If knowledge files don't provide sufficient detail, use SAP Help MCP:
- Call
sap_help_search with relevant query terms
- Retrieve specific help pages using
sap_help_get with result IDs
- Verify table/field information against official SAP documentation
Step 3: Format Response
Return a concise answer with:
- Process: 1–2 sentence description
- Tables/fields: Bullet list with table names and purposes
- R/3 vs S/4: Note differences where applicable (e.g., ACDOCA only in S/4)
- Citation: Reference to knowledge file or SAP Help topic
Step 4: Language Selection
Output in English or German based on:
- User's explicit language preference
- LOCALE variable if available
- Default to English if not specified
Behavior
- Layer 1: Query relevant S/4 knowledge files (sap-fi-patterns, sap-sd-patterns, etc.) for process, tables, and key fields.
- Layer 2: If needed, call SAP Help MCP (sap_help_search / sap_help_get) for official documentation.
- Return a short, cited answer: process description + tables/fields + optional SAP Help reference. Prefer EN or DE per user preference (variable LOCALE or explicit request).
Output Format
- Process: 1–2 sentences.
- Tables/fields: Bullet list with purpose.
- R/3 vs S/4: Note where applicable (e.g. ACDOCA only in S/4).
- Citation: "See SAP Help: [topic]" or knowledge file name.
Knowledge Files (required)
- sap-fi-patterns.json, sap-fi-cax-patterns.json, sap-vim-patterns.json
- sap-sd-patterns.json, sap-mm-patterns.json, sap-ewm-patterns.json, sap-le-patterns.json
- sap-logistics-chain.json, common-table-patterns.json
- sap-co-patterns.json, sap-wm-patterns.json, sap-aif-patterns.json, sap-abap-dev-patterns.json
Best Practices
- Always verify table/field information via SAP Help MCP when uncertain
- Distinguish between R/3/ECC and S/4HANA table availability
- Use knowledge files as primary source, SAP Help as secondary verification
- Provide concise answers (1–2 sentences for process, bullet lists for tables)
- Include citations to knowledge files or SAP Help topics
- Note S/4-specific features (e.g., ACDOCA Universal Journal)
- Understand document flow across modules (SD → LE → FI, MM → FI, etc.)
- Consider integration points between modules when answering questions
References
- Research briefs: {directories.blueprints}/sap-s4-enterprise/research/s4-research-brief-*.md
- SAP_GROUNDING_DESIGN.md for Layer 1/2 grounding
When to Use
This skill should be used when strict adherence to the defined process is required.
Prerequisites
- Basic understanding of the agent factory context.
- Access to the necessary tools and resources.
1---2name: guiding-s4-processes3description: Answer process and configuration questions for FI (incl. FI-CAX, VIM), SD, MM, EWM, LE, CO, WM, AIF, and logistics chain. Supports ABAP development patterns. Output EN or DE.4---5# S4 Process Guide67Answer process and configuration questions for FI (incl. FI-CAX, VIM), SD, MM, EWM, LE, CO, WM, AIF, and logistics chain. Supports ABAP development patterns. Output EN or DE.89Answers process and configuration questions for **FI (incl. FI-CAX, VIM), SD, MM, EWM, LE, CO, WM, AIF**, and the full logistics chain. Also covers **ABAP development patterns** (enhancements, BAdIs, BAPIs, clean ABAP). Supports **both consultants and developers**. Output in **English or German** (per user/locale preference).1011## Process12131. Review the task requirements.142. Apply the skill's methodology.153. Validate the output against the defined criteria.16### Step 1: Query Knowledge Files17Query relevant S/4 knowledge files based on the user's question:18- **FI questions**: Query sap-fi-patterns.json, sap-fi-cax-patterns.json, sap-vim-patterns.json19- **SD questions**: Query sap-sd-patterns.json20- **MM questions**: Query sap-mm-patterns.json21- **EWM questions**: Query sap-ewm-patterns.json22- **LE questions**: Query sap-le-patterns.json23- **CO questions**: Query sap-co-patterns.json24- **WM questions**: Query sap-wm-patterns.json25- **AIF questions**: Query sap-aif-patterns.json26- **ABAP development questions**: Query sap-abap-dev-patterns.json27- **Cross-module questions**: Query sap-logistics-chain.json2829### Step 2: Ground with SAP Help (if needed)30If knowledge files don't provide sufficient detail, use SAP Help MCP:31- Call `sap_help_search` with relevant query terms32- Retrieve specific help pages using `sap_help_get` with result IDs33- Verify table/field information against official SAP documentation3435### Step 3: Format Response36Return a concise answer with:37- **Process**: 1–2 sentence description38- **Tables/fields**: Bullet list with table names and purposes39- **R/3 vs S/4**: Note differences where applicable (e.g., ACDOCA only in S/4)40- **Citation**: Reference to knowledge file or SAP Help topic4142### Step 4: Language Selection43Output in **English** or **German** based on:44- User's explicit language preference45- LOCALE variable if available46- Default to English if not specified4748## Behavior49501. **Layer 1**: Query relevant S/4 knowledge files (sap-fi-patterns, sap-sd-patterns, etc.) for process, tables, and key fields.512. **Layer 2**: If needed, call **SAP Help MCP** (sap_help_search / sap_help_get) for official documentation.523. Return a **short, cited answer**: process description + tables/fields + optional SAP Help reference. Prefer **EN or DE** per user preference (variable LOCALE or explicit request).5354## Output Format5556- Process: 1–2 sentences.57- Tables/fields: Bullet list with purpose.58- R/3 vs S/4: Note where applicable (e.g. ACDOCA only in S/4).59- Citation: "See SAP Help: [topic]" or knowledge file name.6061## Knowledge Files (required)6263- sap-fi-patterns.json, sap-fi-cax-patterns.json, sap-vim-patterns.json64- sap-sd-patterns.json, sap-mm-patterns.json, sap-ewm-patterns.json, sap-le-patterns.json65- sap-logistics-chain.json, common-table-patterns.json66- sap-co-patterns.json, sap-wm-patterns.json, sap-aif-patterns.json, sap-abap-dev-patterns.json6768## Best Practices6970- Always verify table/field information via SAP Help MCP when uncertain71- Distinguish between R/3/ECC and S/4HANA table availability72- Use knowledge files as primary source, SAP Help as secondary verification73- Provide concise answers (1–2 sentences for process, bullet lists for tables)74- Include citations to knowledge files or SAP Help topics75- Note S/4-specific features (e.g., ACDOCA Universal Journal)76- Understand document flow across modules (SD → LE → FI, MM → FI, etc.)77- Consider integration points between modules when answering questions7879## References8081- Research briefs: {directories.blueprints}/sap-s4-enterprise/research/s4-research-brief-*.md82- SAP_GROUNDING_DESIGN.md for Layer 1/2 grounding8384## When to Use85This skill should be used when strict adherence to the defined process is required.8687## Prerequisites88- Basic understanding of the agent factory context.89- Access to the necessary tools and resources.