Skip to main content

C0807

Functional Description

IF <CC170C-CONSIGNMENT.Mode of transport at the border> is EQUAL to ‘5’
    THEN <CC170C-CONSIGNMENT-ACTIVE BORDER TRANSPORT MEANS> = “N”
ELSE IF <CC015C-TRANSIT OPERATION.Security> is in SET {1,2,3}
    AND <CC013C-CONSIGNMENT-ACTIVE BORDER TRANSPORT MEANS> is NOT
    PRESENT
    AND <CC015C-CONSIGNMENT-ACTIVE BORDER TRANSPORT MEANS> is NOT
    PRESENT
    THEN <CC170C-CONSIGNMENT-ACTIVE BORDER TRANSPORT MEANS> = “R”
ELSE
    <CC170C-CONSIGNMENT-ACTIVE BORDER TRANSPORT MEANS> = “O”

Technical Description

IF /CC170C/Consignment/modeOfTransportAtTheBorder is EQUAL to ‘5’
    THEN /CC170C/Consignment/ActiveBorderTransportMeans = “N”
ELSE IF /CC015C/TransitOperation/security is in SET {1,2,3}
    AND /CC013C/Consignment/ActiveBorderTransportMeans is NOT PRESENT
    AND /CC015C/Consignment/ActiveBorderTransportMeans is NOT PRESENT
    THEN /CC170C/Consignment/ActiveBorderTransportMeans = “R”
ELSE
    /CC170C/Consignment/ActiveBorderTransportMeans = “O”