Skip to main content

C0823

Functional Description

IF <CONSIGNMENT.Container indicator> is PRESENT
    THEN IF <CONSIGNMENT.Container indicator> is EQUAL to ‘1’
        THEN <CONSIGNMENT-TRANSPORT EQUIPMENT> = “R”
    ELSE
        <CONSIGNMENT-TRANSPORT EQUIPMENT> = “O”
ELSE
    <CONSIGNMENT-TRANSPORT EQUIPMENT> = “N”

Technical Description

IF /*/Consignment/containerIndicator is PRESENT
    THEN IF /*/Consignment/containerIndicator is EQUAL to ‘1’
        THEN /*/Consignment/TransportEquipment = “R”
    ELSE
        /*/Consignment/TransportEquipment = “O”
ELSE
    /*/Consignment/TransportEquipment = “N”