C0908
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 in SET {1,2,3}
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 in SET {1,2,3}
THEN /*/Consignment/ActiveBorderTransportMeans = “R”
ELSE
/*/Consignment/ActiveBorderTransportMeans = “O”