System: C
Error Code: C 0273 (C-0273)
Explanation
Header countryOfExport/natureOfTransaction not allowed ("N") if item present, required ("R") otherwise. Error if duplicated or missing.
When it happens (Reason)
IF //GoodsShipment/GoodsItem/countryOfExport is PRESENT THEN //GoodsShipment/countryOfExport = "N" ELSE //GoodsShipment/countryOfExport = "R"; IF //GoodsShipment/GoodsItem/natureOfTransaction is PRESENT THEN //GoodsShipment/natureOfTransaction = "N" ELSE //GoodsShipment/natureOfTransaction = "R"
Quick Fix
If item countryOfExport present, remove header ("N"). If not, provide header ("R"). Same for natureOfTransaction. Resubmit.
Step-by-step resolution
If item countryOfExport present, remove header ("N"). If not, provide header ("R"). Same for natureOfTransaction. Resubmit.
Keywords
C 0273, C-0273, C0273
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article