Skip to main content

C0587

Functional Description

IF <TRANSIT OPERATION.Security> is in SET {2,3}
    AND the first two characters of at least one iteration of the <CUSTOMS OFFICE OF TRANSIT
    (DECLARED).Reference number> is NOT in SET CL147 (CountryCustomsSecurityAgreementArea)
    THEN <CUSTOMS OFFICE OF EXIT FOR TRANSIT (DECLARED)> = “O”
ELSE
    <CUSTOMS OFFICE OF EXIT FOR TRANSIT (DECLARED)> = “N”

Technical Description

IF /*/TransitOperation/security is in SET {2,3}
    AND the first two characters of at least one iteration of the
    /*/CustomsOfficeOfTransitDeclared/referenceNumber is NOT in SET CL147
    THEN /*/CustomsOfficeOfExitForTransitDeclared = “O”
ELSE
    /*/CustomsOfficeOfExitForTransitDeclared = “N”