# Send SAP Integration Suite to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "sap-integration",
    "name": "SAP Integration Suite",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Highlander89/sap-integration",
    "canonicalUrl": "https://clawhub.ai/Highlander89/sap-integration",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/sap-integration",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sap-integration",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/enhancement-framework.md",
      "references/hana-integration.md",
      "references/s4hana-migration.md",
      "scripts/rfc_function_caller.py",
      "scripts/sap_data_extractor.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "sap-integration",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T07:43:11.982Z",
      "expiresAt": "2026-05-15T07:43:11.982Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sap-integration",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sap-integration",
        "contentDisposition": "attachment; filename=\"sap-integration-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "sap-integration"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/sap-integration"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/sap-integration",
    "downloadUrl": "https://openagent3.xyz/downloads/sap-integration",
    "agentUrl": "https://openagent3.xyz/skills/sap-integration/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sap-integration/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sap-integration/agent.md"
  }
}
```
## Documentation

### SAP Integration Skill

Enterprise SAP system integration and automation capability built by SAPCONET experts.

### Data Operations

Extract SAP data via RFC, BAPI, or OData services
Generate reports from SAP tables with proper joins and filters
Export to Excel/CSV with formatting and pivot analysis
Real-time data sync between SAP and external systems

### Development Support

ABAP code generation for common patterns (ALV reports, BAPIs, enhancements)
SAP table analysis with field descriptions and relationships
Custom transaction creation with proper authorization checks
Performance optimization queries and recommendations

### Integration Patterns

REST API wrappers for SAP functions
Middleware connectivity via PI/PO or CPI
Cloud integration with SAP Business Technology Platform
Legacy system bridging for modernization projects

### Data Extraction

" Extract customer master data
SELECT kunnr, name1, ort01, land1 
FROM kna1 
INTO TABLE lt_customers 
WHERE erdat >= sy-datum - 30.

### BAPI Integration

# Python RFC connection
import pyrfc
conn = pyrfc.Connection(...)
result = conn.call('BAPI_CUSTOMER_GETDETAIL2', 
                  CUSTOMERNO='0000001000')

### SAP HANA Integration

For complex analytics and real-time processing:

See references/hana-integration.md

### S/4HANA Migration Support

For brownfield and greenfield transitions:

See references/s4hana-migration.md

### Custom Enhancement Framework

For user exits, BADIs, and enhancement spots:

See references/enhancement-framework.md

### Authentication & Security

All SAP connections require proper authentication:

Username/password for basic RFC
X.509 certificates for secure connections
OAuth 2.0 for cloud API access
SSO integration via SAML/Kerberos

Security best practices enforced:

Minimal authorization principle
Encrypted data transmission
Audit trail logging
No hardcoded credentials

### Scripts Available

Execute common SAP operations without manual coding:

scripts/sap_data_extractor.py - Generic table data extraction
scripts/rfc_function_caller.py - Execute any RFC function module
scripts/sap_report_generator.py - Generate formatted Excel reports
scripts/table_analyzer.py - Analyze SAP table structure and relationships

### Support Matrix

SAP ProductSupportedIntegration MethodSAP ECC 6.0+✅RFC, BAPI, IDocS/4HANA Cloud✅OData, REST APIS/4HANA On-Premise✅RFC, OData, BAPISAP BW/4HANA✅MDX, OData, RFCSAP Ariba✅REST APISAP SuccessFactors✅OData, SOAPSAP Concur✅REST API

Built with enterprise-grade reliability by SAPCONET - South Africa's leading SAP automation specialists.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Highlander89
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-08T07:43:11.982Z
- Expires at: 2026-05-15T07:43:11.982Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/sap-integration)
- [Send to Agent page](https://openagent3.xyz/skills/sap-integration/agent)
- [JSON manifest](https://openagent3.xyz/skills/sap-integration/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/sap-integration/agent.md)
- [Download page](https://openagent3.xyz/downloads/sap-integration)