KIS Generic Adapter (ERP)
Generischer REST/SOAP-Adapter für russische Enterprise-КИС und ERP-Systeme — Galaktika, Parus, SAP NetWeaver, Oracle EBS.
KIS Generic Adapter (ERP)
The KIS Generic Adapter (КИС — Корпоративная Информационная Система) lets AACFlow integrate with enterprise resource planning and corporate information systems that expose REST, OData v2, or SOAP endpoints.
Built-in presets target popular Russian and international ERP platforms:
- Галактика ERP (REST)
- Парус ERP (REST/SOAP)
- SAP NetWeaver Gateway (OData v2)
- Oracle E-Business Suite (REST)
Einrichtung
- Obtain the base URL and authentication credentials from your ERP system administrator.
- In AACFlow, add a KIS Generic Adapter block and configure:
- Protocol — REST/OData or SOAP.
- Base URL — ERP instance URL.
- Auth Type — Basic, Bearer Token, mTLS, or Custom Header.
- Path (REST mode) — URL path relative to the base URL.
- SOAPAction (SOAP mode) — value of the SOAPAction HTTP header.
- Optionally provide extra headers as a JSON object in Advanced mode.
Consult your ERP vendor's integration guide for specific endpoint paths and authentication requirements.
Operationen
| Operation | Beschreibung |
|---|---|
kis_execute_request | Execute a REST or OData HTTP request (GET, POST, PUT, PATCH, DELETE) with the configured authentication. |
kis_execute_soap | Send a SOAP XML request to the configured endpoint with the SOAPAction header. |
Beispiel-Workflow
A daily workflow calls kis_execute_request with a GET to /odata/Catalog_Products on a SAP NetWeaver gateway, extracts updated product records, and synchronizes them to a downstream e-commerce platform.
Links
- Галактика ERP: https://www.galaktika.ru/
- Парус: https://parus.com/
- SAP NetWeaver: https://help.sap.com/docs/SAP_NETWEAVER_AS_ABAP_751_IP
- Block source: apps/aacflow/blocks/blocks/kis_adapter.ts

