ediverse Explorer la plateforme

À la une PEPPOL BIS Billing 3.0 L’obligation européenne d’e-invoicing arrive : France sept 2026, Belgique janv 2026, Allemagne 2025.
BOD ProcessProductionPerformance — Performance de production

ProcessProductionPerformance — Performance de production

BOD OAGIS combinant le verbe Process et le noun ProductionPerformance. Pierre métier du domaine production dans l'écosystème OAGIS 10.x.

Objet du BOD

Le BOD ProcessProductionPerformance transmet la performance réelle de production (quantités produites, déchets, temps machine, écarts) depuis un MES vers un ERP ou un système de planification supérieur. C'est la pierre angulaire du dialogue ERP↔MES côté reporting d'atelier.

Structure (ApplicationArea + DataArea)

Comme tout BOD OAGIS, ProcessProductionPerformance empile une ApplicationArea d'enveloppe technique (Sender, BODID, CreationDateTime) et une DataArea métier qui contient le verbe Process et le noun ProductionPerformance.

Exemple XML

Payload OAGIS 10.x minimal, à titre didactique. Les éléments structurants (en-tête + ligne métier) sont obligatoires dans toute implémentation conforme.

xml ProcessProductionPerformance-OAGIS-10.xml
<?xml version="1.0" encoding="UTF-8"?>
<ProcessProductionPerformance
    xmlns="http://www.openapplications.org/oagis/10"
    releaseID="10.11" versionID="10.11">

  <ApplicationArea>
    <Sender>
      <LogicalID>ERP-CENTRAL-EU</LogicalID>
      <ComponentID>ManufacturingModule</ComponentID>
      <ConfirmationCode>OnError</ConfirmationCode>
    </Sender>
    <CreationDateTime>2026-05-16T10:15:00Z</CreationDateTime>
    <BODID>5a8f7d2e-2b15-4c1a-9e6f-processproductionperformance-2026-0014</BODID>
  </ApplicationArea>

  <DataArea>
    <Process>
      <ActionCriteria>
        <ActionExpression actionCode="Add"/>
      </ActionCriteria>
    </Process>
    <ProductionPerformance>
      <ProductionPerformanceHeader>
        <DocumentID><ID>PP-2026-051601</ID></DocumentID>
        <DocumentDateTime>2026-05-16T11:00:00Z</DocumentDateTime>
        <ProductionOrderReference><ID>4500-7891</ID></ProductionOrderReference>
      </ProductionPerformanceHeader>
      <ProductionPerformanceLine>
        <LineNumber>1</LineNumber>
        <Item>
          <ItemIDs><ID>BRG-DZB-21</ID></ItemIDs>
        </Item>
        <ProducedQuantity unitCode="EA">1248</ProducedQuantity>
        <ScrapQuantity unitCode="EA">12</ScrapQuantity>
        <RunTimeDuration>PT58M</RunTimeDuration>
      </ProductionPerformanceLine>
    </ProductionPerformance>
  </DataArea>
</ProcessProductionPerformance>

Cas d'usage

Un MES Siemens Opcenter émet vers SAP S/4HANA chaque heure un ProcessProductionPerformance pour l'ordre de fabrication 4500-7891 : 1 248 pièces conformes, 12 rebuts, 58 min de fonctionnement effectif.

Équivalences EDI

Pour aller plus loin

Dernière mise à jour: 16 mai 2026

Source officielle: OAGi — OAGIS 10.x — OAGi — OAGIS, distribution libre via oagi.org