Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Integration and automation for SAP ABAP, HANA, and S/4HANA via data extraction, RFC/BAPI calls, API integration, ABAP code generation, and workflow automation.
Integration and automation for SAP ABAP, HANA, and S/4HANA via data extraction, RFC/BAPI calls, API integration, ABAP code generation, and workflow automation.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Enterprise SAP system integration and automation capability built by SAPCONET experts.
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
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
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
" Extract customer master data SELECT kunnr, name1, ort01, land1 FROM kna1 INTO TABLE lt_customers WHERE erdat >= sy-datum - 30.
# Python RFC connection import pyrfc conn = pyrfc.Connection(...) result = conn.call('BAPI_CUSTOMER_GETDETAIL2', CUSTOMERNO='0000001000')
For complex analytics and real-time processing: See references/hana-integration.md
For brownfield and greenfield transitions: See references/s4hana-migration.md
For user exits, BADIs, and enhancement spots: See references/enhancement-framework.md
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
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
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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.