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
Feedback sent
We appreciate your effort and will try to fix the article