Skip to main content

C0808

Functional Description

IF (<CC015C-TRANSIT OPERATION.Security> is in SET {1,2,3} OR <CCA15D-TRANSIT
    OPERATION.Security> is in SET {1,2,3})
    AND
    <CC170C-CONSIGNMENT.Mode of transport at the border> is EQUAL to ‘4’ (Air)
    THEN <CC170C-CONSIGNMENT-ACTIVE BORDER TRANSPORT MEANS.Conveyance reference
    number> = “R”
ELSE
    <CC170C-CONSIGNMENT-ACTIVE BORDER TRANSPORT MEANS.Conveyance reference
    number> = “O”

Technical Description

IF (/CC015C/TransitOperation/security is in SET {1,2,3} OR /CCA15D/TransitOperation/security is in
    SET {1,2,3})
    AND
    /CC170C/Consignment/modeOfTransportAtTheBorder is EQUAL to ‘4’
    THEN /CC170C/Consignment/ActiveBorderTransportMeans/conveyanceReferenceNumber = “R”
ELSE
    /CC170C/Consignment/ActiveBorderTransportMeans/conveyanceReferenceNumber = “O”