Skip to main content

C0599

Functional Description

IF <TRANSIT OPERATION.Security> is EQUAL to ‘2’ AND
    <TRANSIT OPERATION.Additional declaration type> is EQUAL to ‘A’
    THEN <CONSIGNMENT.Mode of transport at the border> = “R”
ELSE
    <CONSIGNMENT.Mode of transport at the border> = “O”

Technical Description

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