---
title: "Interface ERP — Vue d'ensemble"
tags: [erp, interface, messages, index]
status: draft
last_updated: 2026-05-05
---

# Interface ERP — Vue d'ensemble

> **Périmètre** : catalogue de messages ERP (SOR, RUT, SOF, LOF, ASN),
> mapping champs ERP↔WMS, monitoring de l'interface.

> **Standard EasyWMS** : voir [ERP Integration](../../architecture/erp-integration.md)

## Pages de cette section

- [Référence messages](messages-reference.md)
- [Données principales et stock](donnees-principales.md)
- [LOC — Message périodique](loc-message-periodique.md)
- [Intégration GNA → SAP-CPI](gna-sap-cpi.md)
- [Mapping ERP-WMS](mapping-erp-wms.md)
- [Monitoring interface](interface-monitoring.md)

## Vue synthétique de l'interface ERP Limagrain

```mermaid
flowchart LR
    subgraph SAP[SAP EWM]
        ITM[ITM]
        ASN[ASN]
        ROR[ROR]
        RUT[RUT]
        SOR[SOR]
        STR[STR]
        SCR[SCR]
        COR[COR]
        CHG[CHG]
    end
    subgraph WMS[EasyWMS]
        ROF[ROF]
        REF[REF]
        SOF[SOF]
        LOF[LOF]
        PCK[PCK]
        MOV[MOV]
        STV[STV]
        STC[STC]
        WSC[WSC]
        LOC[LOC]
        ERR[ERR]
    end
    SAP -->|ERP → WMS| WMS
    WMS -->|WMS → ERP| SAP
```

> **21 messages** au total : 9 entrants (ERP → WMS), 11 sortants (WMS → ERP),
> 1 bidirectionnel (API Lot). Voir [Référence messages](messages-reference.md)
> pour le détail.
