Fehlercodes · UBL 2.1

UBL-CR-633Im Rechnungssystem

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

So lautet die Ablehnung wörtlich: „[UBL-CR-633] UBL 2.1 Invoice schema does not include `cac:Price/cac:AllowanceCharge/cbc:AllowanceChargeReasonCode`. 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:AllowanceChargeReasonCode` element from your Invoice.
Wenn Sie es selbst im Rechnungssystem eintragen
Vorher
<cac:AllowanceCharge>
  <cbc:AllowanceChargeReasonCode>value</cbc:AllowanceChargeReasonCode>
</cac:AllowanceCharge>
Nachher
<cac:AllowanceCharge>
  <!-- cbc:AllowanceChargeReasonCode 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-633 ab.

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