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 SyncProductionDefinition — Définition de production

SyncProductionDefinition — Définition de production

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

Objet du BOD

Le BOD SyncProductionDefinition diffuse la définition technique d'un produit fabricable — gamme, séquence d'opérations, machines requises — depuis le système de conception (PLM, CAPE) vers les exécutants (MES, ERP). C'est un BOD master-de-données : il publie une référence canonique partagée.

Structure (ApplicationArea + DataArea)

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

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 SyncProductionDefinition-OAGIS-10.xml
<?xml version="1.0" encoding="UTF-8"?>
<SyncProductionDefinition
    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-syncproductiondefinition-2026-0014</BODID>
  </ApplicationArea>

  <DataArea>
    <Sync>
      <ActionCriteria>
        <ActionExpression actionCode="Add"/>
      </ActionCriteria>
    </Sync>
    <ProductionDefinition>
      <ProductionDefinitionHeader>
        <DocumentID><ID>PRDDEF-C60SP-rev04</ID></DocumentID>
        <DocumentDateTime>2026-05-16T08:00:00Z</DocumentDateTime>
        <Item>
          <ItemIDs><ID>C60SP-2P-16A</ID></ItemIDs>
        </Item>
      </ProductionDefinitionHeader>
      <OperationSequence>
        <Operation>
          <SequenceNumber>10</SequenceNumber>
          <OperationCode>STAMPING</OperationCode>
          <MachineReference><ID>STAMP-LINE-3</ID></MachineReference>
          <StandardTimeDuration>PT15S</StandardTimeDuration>
        </Operation>
      </OperationSequence>
    </ProductionDefinition>
  </DataArea>
</SyncProductionDefinition>

Cas d'usage

Schneider Electric pousse depuis Teamcenter (PLM) vers ses 14 MES via SyncProductionDefinition la définition de production de la nouvelle gamme de disjoncteurs C60SP : 7 opérations, 3 machines, temps standards à la seconde.

Équivalences EDI

Pas d'équivalent EDI direct dans la passerelle : ce BOD est strictement interne à l'écosystème OAGIS / ERP, sans contrepartie EDIFACT ou X12 ouvertement standardisée.

Pour aller plus loin

Dernière mise à jour: 16 mai 2026

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