System: C
Error Code: C 0557 (C-0557)
Explanation
Inland mode of transport is "N", "O", or "R" based on whether presentation office differs from exit, additional type, declaration type, and procedure. The error occurs if the field is provided or missing contrary to the condition.
When it happens (Reason)
IF /CC515C/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/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 /CC515C/CustomsOfficeOfPresentation/referenceNumber is PRESENT AND is EQUAL to //CustomsOfficeOfExitDeclared/referenceNumber THEN //GoodsShipment/Consignment/inlandModeOfTransport = "N" ELSE IF /CC515C/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' and //GoodsShipment/GoodsItem/Procedure/requestedProcedure is EQUAL to '10'} THEN //GoodsShipment/Consignment/inlandModeOfTransport = "N" ELSE IF //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
Determine if CustomsOfficeOfPresentation is present and equals ExitDeclared. Based on equality, additionalDeclarationType, declarationType, and requestedProcedure, set inlandModeOfTransport to "N" (remove), "O" (optional), or "R" (provide). For example, if presentation != exit and type B,C,E,F or 'CO' with '10', "N". Validate and resubmit.
Step-by-step resolution
Determine if CustomsOfficeOfPresentation is present and equals ExitDeclared. Based on equality, additionalDeclarationType, declarationType, and requestedProcedure, set inlandModeOfTransport to "N" (remove), "O" (optional), or "R" (provide). For example, if presentation != exit and type B,C,E,F or 'CO' with '10', "N". Validate and resubmit.
Keywords
C 0557, C-0557, C0557
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