Skip to main content

C0531

Functional Description

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

Technical Description

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