...
Summary:
This integration creates a shopping cart in SAP SRM based on the reception of a purchase request event sent by 11VMS when a purchase request is approved .
The integration is triggered by 11VMS calling the EventMeshWrapperFor11VMS API on each purchase request validation
...
1. Overview
...
| Page properties | ||
|---|---|---|
| ||
|
...
|
...
2. Low Level Design
...
3. Integration Design
| Attribute | Description | Example |
|---|---|---|
| Direction | Data flow orientation | Inbound, Outbound, Both - to be discussed with Owen |
| Versioning Strategy | How interface versioning is managed | URI, Header, SmartID |
2. Systems Involved
| Role | System Name | Description |
|---|---|---|
| Source | 11VMS | purchase request provider |
| Target | SAP SRM | SRM creating shopping cart |
3. Integration Design
...
- Source
...
- Target
...
4. Security & Access Control
| Component | Authentication | Transport Security | Authorization | Notes |
|---|---|---|---|---|
| 11VMS(source) | OAuth2 | HTTPS | N/A | |
| CPI iFlow | OAuth2 | N/A | N/A | Secured within CPI runtime |
| SAP SRM (target) | Client Certificate | HTTPS (TLS 1.2) | SAP Roles | Authenticated via Cloud Connector |
...
5. Error & Exception Handling
- Retry Logic: 3 4 attempts every 30s
- Dead Letter Queue: Enabled
- Alerting: SAP Cloud Alert Notification Services
- Error Logging: CPI Logs
...
- Monitoring Tool: CPI Logs
- Runbook Location: Link to runbook
- Dashboard URL: Link to dashboard
...
7. Technical Artefacts
| Artifact Type | Location |
|---|
| APIs |
| EventMeshWrapperFor11VMS_ |
| v2 & EventMeshAPI_v1 & 11VMSProxy_V2 | |
| iFlow IDs | "process 11VMS notification_EventMesh" & "process purchase request" |
| GitHub | N/A |
| API Specification | OpenAPI Spec |
| Mapping Document | Mapping Sheet |
| Technical Documentation |
| 11VMS Webhooks technical Specification |
...
8. Ownership & Contacts
| Role | Team or Person |
|---|---|
| Business Owner | Procurement Team |
| Technical Owner | Integration Team |
...
9. Lifecycle & Changes
- Current Status: Active
- History:
2025-12-28– Created as version V1
...
11. Sequence Diagram
Diagram Image:
PlantUML Source:
/diagrams/customer_sync_sequence.puml
...
12. Technical Components Involved
| Component Type | Name / Detail | Role / Description |
|---|---|---|
| SAP Integration Suite | CPI / iflow-customer-sync-v1 | Executes transformation and forwarding |
| SAP |
| APIM | API Proxy: customer-api-v1 | Secures and publishes the REST endpoint |
| SAP Event Mesh | Topic: sap/s4/customer/created | Event source when asynchronous |
...
13. Functional Requirements & Rules
- Field
CustomerCategorymust be transformed intoAccountType - If
SalesOrgis missing, reject the message All customer records must be enriched with region code from value map - N/A


