AES C 0843 – Inland mode "N", "O", or "R" based on presentation vs exit office, additional type, declaration type, procedure.

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

System: C

Error Code: C 0843 (C-0843)

Explanation

Inland mode "N", "O", or "R" based on presentation vs exit office, additional type, declaration type, procedure. Error if not matching condition.

When it happens (Reason)

IF //CustomsOfficeOfPresentation/referenceNumber is PRESENT AND is NOT EQUAL to //CustomsOfficeOfExitDeclared/referenceNumber THEN IF //ExportOperation/additionalDeclarationType is in SET {B, C, E, F} OR {//ExportOperation/declarationType is EQUAL to 'CO' AND //GoodsShipment/GoodsItem/Procedure/requestedProcedure is EQUAL to '10'} THEN //GoodsShipment/Consignment/inlandModeOfTransport = "N" ELSE IF //ExportOperation/additionalDeclarationType is EQUAL to 'D' OR //ExportOperation/declarationType is EQUAL to 'CO' AND //GoodsShipment/GoodsItem/Procedure/requestedProcedure is in SET {76, 77} THEN //GoodsShipment/Consignment/inlandModeOfTransport = "O" ELSE //GoodsShipment/Consignment/inlandModeOfTransport = "R" ELSE IF //CustomsOfficeOfPresentation/referenceNumber is PRESENT AND is EQUAL to //CustomsOfficeOfExitDeclared/referenceNumber THEN //GoodsShipment/Consignment/inlandModeOfTransport = "N" ELSE IF //CustomsOfficeOfPresentation/referenceNumber is NOT PRESENT AND //CustomsOfficeOfExport/referenceNumber is NOT EQUAL to //CustomsOfficeOfExitDeclared/referenceNumber THEN IF //ExportOperation/additionalDeclarationType is in SET {B, C, E, F} OR {//ExportOperation/declarationType is EQUAL to 'CO' OR //GoodsShipment/GoodsItem/Procedure/requestedProcedure is EQUAL to '10'} THEN //GoodsShipment/Consignment/inlandModeOfTransport = "N" ELSE IF //ExportOperation/additionalDeclarationType is EQUAL to 'D' OR //ExportOperation/declarationType is EQUAL to 'CO' AND //GoodsShipment/GoodsItem/Procedure/requestedProcedure is in SET {76, 77} THEN //GoodsShipment/Consignment/inlandModeOfTransport = "O" ELSE //GoodsShipment/Consignment/inlandModeOfTransport = "R" ELSE /*/GoodsShipment/Consignment/inlandModeOfTransport = "N"

Quick Fix

Check if presentation office present and = exit declared. Based on that, additionalDeclarationType, declarationType, requestedProcedure, determine "N", "O", or "R". For example, if presentation != exit and type B,C,E,F or 'CO' with '10', "N". Provide or remove inlandModeOfTransport accordingly. Resubmit.

Step-by-step resolution

Check if presentation office present and = exit declared. Based on that, additionalDeclarationType, declarationType, requestedProcedure, determine "N", "O", or "R". For example, if presentation != exit and type B,C,E,F or 'CO' with '10', "N". Provide or remove inlandModeOfTransport accordingly. Resubmit.

Keywords

C 0843, C-0843, C0843

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