Skip to main content

C0489

Functional Description

IF (the country code (first two characters) in the <CCA29D-CUSTOMS OFFICE OF
    DEPARTURE.Reference number> is in SET CL147
    (CountryCustomsSecurityAgreementArea)) OR (the country code (first two characters) in the
    <CC029C-CUSTOMS OFFICE OF DEPARTURE.Reference number> is in SET CL147
    (CountryCustomsSecurityAgreementArea))
    THEN <CC029C-CONSIGNMENT-LOCATION OF GOODS> = “O” AND <CCA29D-CONSIGNMENT-
    LOCATION OF GOODS> = “O”
ELSE
    <CC029C-CONSIGNMENT-LOCATION OF GOODS> = “R” AND <CCA29D-CONSIGNMENT-
    LOCATION OF GOODS> = “R”

Technical Description

IF (the first two characters of the /CC029C/CustomsOfficeOfDeparture/referenceNumber is in SET
    CL147) OR (the first two characters of the /CCA29D/CustomsOfficeOfDeparture/referenceNumber is in
    SET CL147)
    THEN /CC029C/Consignment/LocationOfGoods = “O” AND /CCA29D/Consignment/LocationOfGoods
    = “O”
ELSE
    /CC029C/Consignment/LocationOfGoods = “R” AND /CCA29D/Consignment/LocationOfGoods
    = “R”