ProcessAccountingClassification — Accounting classification
OAGIS BOD combining the verb Process and the noun AccountingClassification. Business cornerstone of the finance domain in the OAGIS 10.x ecosystem.
BOD purpose
The ProcessAccountingClassification BOD emits an accounting classification update (cost centre, profit centre, project) to apply on a business object. Generally used to enrich a journal entry before its final posting.
Structure (ApplicationArea + DataArea)
As every OAGIS BOD, ProcessAccountingClassification stacks an
ApplicationArea technical envelope (Sender, BODID, CreationDateTime) and
a DataArea business payload containing the verb Process
and the noun AccountingClassification.
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"?>
<ProcessAccountingClassification
xmlns="http://www.openapplications.org/oagis/10"
releaseID="10.11" versionID="10.11">
<ApplicationArea>
<Sender>
<LogicalID>ERP-CENTRAL-EU</LogicalID>
<ComponentID>FinanceModule</ComponentID>
<ConfirmationCode>OnError</ConfirmationCode>
</Sender>
<CreationDateTime>2026-05-16T10:15:00Z</CreationDateTime>
<BODID>5a8f7d2e-2b15-4c1a-9e6f-processaccountingclassification-2026-0014</BODID>
</ApplicationArea>
<DataArea>
<Process>
<ActionCriteria>
<ActionExpression actionCode="Add"/>
</ActionCriteria>
</Process>
<AccountingClassification>
<AccountingClassificationHeader>
<DocumentID><ID>ACCCLS-2026-051601</ID></DocumentID>
<DocumentDateTime>2026-05-16T10:30:00Z</DocumentDateTime>
<BusinessObjectReference><ID>INV-2026-9981</ID></BusinessObjectReference>
</AccountingClassificationHeader>
<AccountingClassificationLine>
<CostCenterID>CC-EU-MARKETING</CostCenterID>
<ProfitCenterID>PP-PRODUCT-AC18</ProfitCenterID>
<ProjectID>PRJ-2026-AC-LAUNCH</ProjectID>
<Amount currencyID="EUR">12480.00</Amount>
</AccountingClassificationLine>
</AccountingClassification>
</DataArea>
</ProcessAccountingClassification> Use case
A sales transaction of EUR 12,480 is enriched via ProcessAccountingClassification: cost centre CC-EU-MARKETING, profit centre PP-PRODUCT-AC18, project PRJ-2026-AC-LAUNCH.
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.