AES C 0273 – Header countryOfExport/natureOfTransaction not allowed ("N") if item present, required ("R") otherwise.

Created by Omer Farooq, Modified on Wed, 18 Feb at 10:59 AM by Omer Farooq

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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article