SyncBOM — Bill of Materials (BOM)
OAGIS BOD combining the verb Sync and the noun BOM. Business cornerstone of the manufacturing domain in the OAGIS 10.x ecosystem.
BOD purpose
The SyncBOM BOD broadcasts the Bill of Materials of a manufacturable item: components, sub-assemblies, quantities, scrap rates. It is sent from the PLM toward the ERP, MES and WMS that consume this information to generate their purchase and production orders.
Structure (ApplicationArea + DataArea)
As every OAGIS BOD, SyncBOM stacks an
ApplicationArea technical envelope (Sender, BODID, CreationDateTime) and
a DataArea business payload containing the verb Sync
and the noun BOM.
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"?>
<SyncBOM
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-syncbom-2026-0014</BODID>
</ApplicationArea>
<DataArea>
<Sync>
<ActionCriteria>
<ActionExpression actionCode="Add"/>
</ActionCriteria>
</Sync>
<BOM>
<BOMHeader>
<DocumentID><ID>BOM-A321-AFT-12-3</ID></DocumentID>
<DocumentDateTime>2026-05-16T08:00:00Z</DocumentDateTime>
<Item><ItemIDs><ID>A321-AFT-FUSELAGE</ID></ItemIDs></Item>
<RevisionID>12-3</RevisionID>
</BOMHeader>
<BOMComponent>
<SequenceNumber>10</SequenceNumber>
<Item><ItemIDs><ID>RIVET-D5-AL2024-T3</ID></ItemIDs></Item>
<Quantity unitCode="EA">2148</Quantity>
<ScrapPercentage>1.5</ScrapPercentage>
</BOMComponent>
</BOM>
</DataArea>
</SyncBOM> Use case
Airbus broadcasts from Teamcenter via SyncBOM the revised BOM of the A321 (aft-fuselage revision 12-3) toward its Tier-1 IFS ERPs and Apriso MES. 4,322 lines, 71 references changed compared with the previous revision.
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.