SyncProductionDefinition — Production definition
OAGIS BOD combining the verb Sync and the noun ProductionDefinition. Business cornerstone of the manufacturing domain in the OAGIS 10.x ecosystem.
BOD purpose
The SyncProductionDefinition BOD broadcasts the technical definition of a producible item — routing, sequence of operations, required machines — from the design system (PLM, CAPE) to the executors (MES, ERP). It is a master-data BOD: it publishes a shared canonical reference.
Structure (ApplicationArea + DataArea)
As every OAGIS BOD, SyncProductionDefinition stacks an
ApplicationArea technical envelope (Sender, BODID, CreationDateTime) and
a DataArea business payload containing the verb Sync
and the noun ProductionDefinition.
XML example
Minimal OAGIS 10.x payload for didactic purposes. The structural elements (header + business line) are required in any conformant implementation.
<?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> Use case
Schneider Electric pushes from Teamcenter (PLM) to its 14 MES via SyncProductionDefinition the production definition of the new C60SP circuit breaker family: 7 operations, 3 machines, standard times to the second.
EDI equivalents
No direct EDI counterpart on the gateway: this BOD is strictly internal to the OAGIS / ERP ecosystem, with no openly standardised EDIFACT or X12 counterpart.
Further reading
- OAGi — OAGIS 10.x — official spec page and free download.
- OAGi (OAGIS) — hub on ediverse — BOD architecture, verbs, canonical model.
- EDIFACT on ediverse — comparison baseline for BODs with EDIFACT counterpart.
- X12 on ediverse — comparison baseline for BODs with X12 counterpart.