Skip to main content

C0872

Functional Description

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

Technical Description

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