Fehlercodes · UBL 2.1

UBL-CR-639Im Rechnungssystem

A UBL invoice should not include the InvoiceLine Item Price AllowanceCharge AccountingCost

So lautet die Ablehnung wörtlich: „[UBL-CR-639] UBL 2.1 Invoice schema does not include `cac:Price/cac:AllowanceCharge/cbc:AccountingCost`. This element must be removed for EN 16931 compliance.

Was Sie bereithaltenNichts. Die Datei muss im Rechnungssystem neu erzeugt werden; wir prüfen sie danach erneut.
Was wir tunInvoice Navigator automatically removes the disallowed `cbc:AccountingCost` element from your Invoice (UBL-CR-639).
Wenn Sie es selbst im Rechnungssystem eintragen
Vorher
<cac:AllowanceCharge>
  <cbc:AccountingCost>value</cbc:AccountingCost>
</cac:AllowanceCharge>
Nachher
<cac:AllowanceCharge>
  <!-- cbc:AccountingCost removed for EN 16931 compliance -->
</cac:AllowanceCharge>

Die Reihenfolge ist Teil der Regel: steht das Element an der falschen Stelle, lehnt der Validator mit UBL-CR-639 ab.

So sieht der Befund ausBeispiel
BefundAufbau fehlerhaft · UBL-CR-639
Stelle/Invoice/cac:InvoiceLine/cac:Price/cac:AllowanceCharge/cbc:AccountingCost
Von IhnenNeu exportierte Datei
DanachNeu exportieren
NachweisSHA-256 und /verify-Link nach der Prüfung
UBL-CR-639: A UBL invoice should not include the InvoiceLine Item Price AllowanceCharge AccountingCost – Fehlercode erklärt