Skip to main content

C0806

Functional Description

IF <CONSIGNMENT.Mode of transport at the border> is EQUAL to ‘5’
    THEN <CONSIGNMENT-ACTIVE BORDER TRANSPORT MEANS> = “N”
ELSE IF (<TRANSIT OPERATION.Security> is EQUAL to ‘2’ AND
    <TRANSIT OPERATION.Additional declaration type> is EQUAL to ‘A’)
    THEN <CONSIGNMENT-ACTIVE BORDER TRANSPORT MEANS> = “R”
ELSE
    <CONSIGNMENT-ACTIVE BORDER TRANSPORT MEANS> = “O”

Technical Description

IF /*/Consignment/modeOfTransportAtTheBorder is EQUAL to ‘5’
    THEN /*/Consignment/ActiveBorderTransportMeans = “N”
ELSE IF (/*/TransitOperation/security is EQUAL to ‘2’ AND
    /*/TransitOperation/additionalDeclarationType is EQUAL to ‘A’)
    THEN /*/Consignment/ActiveBorderTransportMeans = “R”
ELSE
    /*/Consignment/ActiveBorderTransportMeans = “O”