C0191
Functional Description
IF <TRANSIT OPERATION.Security> is in SET {1, 3}
THEN
<CONSIGNMENT-PLACE OF UNLOADING> = “R”
ELSE IF <TRANSIT OPERATION.Security> is EQUAL to ‘0’
THEN
<CONSIGNMENT-PLACE OF UNLOADING> = “N”
ELSE
<CONSIGNMENT-PLACE OF UNLOADING> = “O”
Technical Description
IF /*/TransitOperation/security is in SET {1, 3}
THEN
/*/Consignment/PlaceOfUnloading = “R”
ELSE IF /*/TransitOperation/security is EQUAL to ‘0’
THEN
/*/Consignment/PlaceOfUnloading = “N”
ELSE
/*/Consignment/PlaceOfUnloading = “O”