AES C 0463 – For B,C,E,F and security '2', item countryOfDestination "N" if header present, "O" otherwise.

Created by Omer Farooq, Modified on Wed, 18 Feb at 11:01 AM by Omer Farooq

System: C

Error Code: C 0463 (C-0463)

Explanation

For B,C,E,F and security '2', item countryOfDestination "N" if header present, "O" otherwise. Otherwise, item "N" if header present, "R" if not. Error if optionality violated.

When it happens (Reason)

IF //ExportOperation/additionalDeclarationType is in SET {B, C, E, F} AND (//ExportOperation/security is PRESENT AND //ExportOperation/security is EQUAL to ‘2’) THEN IF //GoodsShipment/countryOfDestination is PRESENT THEN //GoodsShipment/GoodsItem/countryOfDestination = "N" ELSE //GoodsShipment/GoodsItem/countryOfDestination = "O" ELSE IF //GoodsShipment/countryOfDestination is PRESENT THEN //GoodsShipment/GoodsItem/countryOfDestination = "N" ELSE /*/GoodsShipment/GoodsItem/countryOfDestination = "R"

Quick Fix

Check additionalDeclarationType and security. If B,C,E,F and security '2', if header countryOfDestination present, remove from items ("N"); else optional ("O"). Otherwise, if header present, remove from items ("N"); else provide at items ("R"). Resubmit.

Step-by-step resolution

Check additionalDeclarationType and security. If B,C,E,F and security '2', if header countryOfDestination present, remove from items ("N"); else optional ("O"). Otherwise, if header present, remove from items ("N"); else provide at items ("R"). Resubmit.

Keywords

C 0463, C-0463, C0463

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