SAP FICO Senior Consultant

# SAP FICO Expert — OpenClaw Skill

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "SAP FICO Senior Consultant" with this command: npx skills add chanfouricc/sap-fico-consultant

SAP FICO Expert — OpenClaw Skill

📋 Overview

PropertyValue
Namesap-fico-expert
Version1.0.0
PlatformOpenClaw (Telegram / Social platforms)
Target LLMDeepSeek Chat (explanations) / DeepSeek Coder (ABAP)
LanguageFrench technical SAP terminology
Author@chanfouricc

🎯 Objective

Transform any OpenClaw bot into a Senior SAP Finance & Controlling consultant capable of answering configuration, troubleshooting, cross-module integration, and S/4HANA migration questions with production-grade accuracy.

📁 Skill Structure

sap-fico-skill/
├── SKILL.md                  # This documentation
├── skill.json                # OpenClaw skill configuration
├── system_prompt.md          # Full system prompt (to inject)
├── examples.json             # Calibrated few-shot Q&A examples
└── reference/
    ├── tcodes_index.md       # T-code index by domain
    ├── tables_index.md       # Critical SAP tables index
    └── error_codes.md        # Common FI/CO error messages

🚀 Installation on OpenClaw

1. Copy the skill to your VPS

scp -r sap-fico-skill/ user@vps:/opt/openclaw/skills/

2. Register the skill in OpenClaw

Add to your OpenClaw configuration (config.json or equivalent):

{
  "skills": {
    "sap-fico-expert": {
      "enabled": true,
      "trigger": "auto",
      "keywords": ["SAP", "FICO", "FI-GL", "FI-AP", "FI-AR", "FI-AA", "CO-CCA", "CO-PA", "CO-PC", "ACDOCA", "S/4HANA", "T-code", "BKPF", "BSEG", "OB52", "FB01", "KS01"],
      "system_prompt_path": "skills/sap-fico-expert/system_prompt.md",
      "examples_path": "skills/sap-fico-expert/examples.json",
      "model_override": "deepseek-chat",
      "parameters": {
        "max_tokens": 600,
        "temperature": 0.25,
        "presence_penalty": 0.1
      }
    }
  }
}

3. Trigger activation

The skill activates automatically when a message contains an SAP keyword. Alternatively, users can force activation with:

/skill sap-fico-expert

🔧 Recommended Settings

ParameterValueRationale
temperature0.25Deterministic — no creativity on SAP config
max_tokens600Increased from initial spec (450 too short for complex questions)
presence_penalty0.1Slight lexical diversity without drift
modeldeepseek-chatDefault; switches to deepseek-coder when ABAP detected

⚠️ Note: The original 450 token limit was raised to 600. Responses involving cross-module integrations or S/4HANA migrations need more space to remain actionable.

📊 Coverage

Tier 1 — Core expertise (immediate answers)

  • Configuration: FI-GL, FI-AP, FI-AR, FI-AA, FI-BL
  • Configuration: CO-CCA, CO-PA, CO-PC, CO-OPA
  • Period-end & year-end closing
  • Automatic account determination (FI-MM, FI-SD)
  • T-codes, tables, customizing transactions

Tier 2 — Advanced expertise (detailed answers)

  • S/4HANA Universal Journal (ACDOCA)
  • ECC → S/4HANA migration (Brownfield/Greenfield)
  • SAP Cloud Public Edition specifics
  • Central Finance & Group Reporting
  • Troubleshooting error messages Fxxx/Kxxx

Tier 3 — Integration expertise (contextual answers)

  • FI-PP (Production order settlement)
  • FI-HR (Payroll integration)
  • FI-PS (Project settlement)
  • Intercompany processing & reconciliation
  • Tax reporting (VAT, Withholding tax, Intrastat)

🧪 Testing

Quick validation questions

#Test questionVerify
1"How to configure document splitting in S/4HANA?"T-code + tables + steps
2"Error F5 025 when posting"Diagnosis + solution + config
3"Difference between assessment and distribution in CO?"Explanation + T-codes + use cases
4"How does GR/IR clearing work?"Process + FI-MM integration + T-codes
5"Migrate FI-AA to New Asset Accounting"Steps + tables + S/4HANA specifics

Quality criteria

  • ✅ T-code mentioned on the first line
  • ✅ Relevant SAP tables listed
  • ✅ Configuration referenced when applicable
  • ✅ Cross-module impacts flagged
  • ✅ S/4HANA differences mentioned when relevant
  • ✅ Expert but accessible tone
  • ✅ Response in French technical SAP terminology

📝 Changelog

VersionDateChanges
1.0.02026-02-08Initial release — full FI/CO coverage

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Invoice Scan

AI-powered invoice scanning and data extraction from images and PDFs. Use when: (1) user sends an invoice image/PDF to scan or extract data from, (2) convert...

Registry SourceRecently Updated
980Profile unavailable
General

Invoice & Expense Tracker

AI-powered invoice and expense tracking from natural language. Maintain a local ledger, generate monthly reports by category/vendor, export to CSV for QuickB...

Registry SourceRecently Updated
570Profile unavailable
General

智能记账本

基于自然语言输入,智能分类日常支出,支持多维度统计和本地数据存储的个人财务管理工具。

Registry SourceRecently Updated
1131Profile unavailable
General

Accounts Receivable Manager

Automate accounts receivable: aging reports, prioritize collections, draft payment reminders, match payments, track DSO, and forecast bad debt exposure.

Registry SourceRecently Updated
3880Profile unavailable