Fehlercodes · UBL 2.1

UBL-CR-065Im Rechnungssystem

A UBL invoice should not include the ReceiptDocumentReference DocumentTypeCode

So lautet die Ablehnung wörtlich: „[UBL-CR-065] Your invoice contains ReceiptDocumentReference/DocumentTypeCode which is not allowed in EN16931 invoices.

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:DocumentTypeCode` element from your Invoice (UBL-CR-065).
Wenn Sie es selbst im Rechnungssystem eintragen
Vorher
<cac:ReceiptDocumentReference>
  <cbc:DocumentTypeCode>value</cbc:DocumentTypeCode>
</cac:ReceiptDocumentReference>
Nachher
<cac:ReceiptDocumentReference>
  <!-- cbc:DocumentTypeCode removed for EN 16931 compliance -->
</cac:ReceiptDocumentReference>

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

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