Install
openclaw skills install sap-integrationIntegration and automation for SAP ABAP, HANA, and S/4HANA via data extraction, RFC/BAPI calls, API integration, ABAP code generation, and workflow automation.
openclaw skills install sap-integrationEnterprise SAP system integration and automation capability built by SAPCONET experts.
" 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:
For brownfield and greenfield transitions:
For user exits, BADIs, and enhancement spots:
All SAP connections require proper authentication:
Security best practices enforced:
Execute common SAP operations without manual coding:
scripts/sap_data_extractor.py - Generic table data extractionscripts/rfc_function_caller.py - Execute any RFC function modulescripts/sap_report_generator.py - Generate formatted Excel reportsscripts/table_analyzer.py - Analyze SAP table structure and relationships| SAP Product | Supported | Integration Method |
|---|---|---|
| SAP ECC 6.0+ | ✅ | RFC, BAPI, IDoc |
| S/4HANA Cloud | ✅ | OData, REST API |
| S/4HANA On-Premise | ✅ | RFC, OData, BAPI |
| SAP BW/4HANA | ✅ | MDX, OData, RFC |
| SAP Ariba | ✅ | REST API |
| SAP SuccessFactors | ✅ | OData, SOAP |
| SAP Concur | ✅ | REST API |
Built with enterprise-grade reliability by SAPCONET - South Africa's leading SAP automation specialists.