← All skills
Tencent SkillHub · Developer Tools

SAP Integration Suite

Integration and automation for SAP ABAP, HANA, and S/4HANA via data extraction, RFC/BAPI calls, API integration, ABAP code generation, and workflow automation.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Integration and automation for SAP ABAP, HANA, and S/4HANA via data extraction, RFC/BAPI calls, API integration, ABAP code generation, and workflow automation.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/enhancement-framework.md, references/hana-integration.md, references/s4hana-migration.md, scripts/rfc_function_caller.py, scripts/sap_data_extractor.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs2 Scripts
  • SKILL.md Primary doc
  • references/enhancement-framework.md Docs
  • references/hana-integration.md Docs
  • references/s4hana-migration.md Docs
  • scripts/rfc_function_caller.py Scripts
  • scripts/sap_data_extractor.py Scripts