Citrix, has three country groups that determine if a shipment can proceed or need additional details based on the product(s) on the shipment and to the import country.
Country Group 1 (CITRIX_GR1) : Favorable = Release
Country Group 2 (CITRIX_GR2): Needs additional clearance= Block unless it's Non-Government or Less Sensitive
Country Group 3 (CITRIX_GR3): Restrictions on certain 'military end use' or 'military end user' in the People's Republic of China, Russia, or Venezuela = Block
See SAP GTS Licensing Logic Document. There is a tab for the Country Groups that outlines what country falls into which group.
Products that Citrix uses can have different industry keys.
| " " | Unclassified |
| 0001 | Blank |
| 0002 | GOV "More Sensitive" |
| 0003 | Non-Government |
| 0004 | Research in Progress |
| 0005 | Military |
| 0006 | Gov & Military |
| 0007 | Affiliates |
| 0008 | GOV " Less Sensitive |
| 0009 | GOV "B1 Only" |
Depending on the product, import country, and the industry key, this will determine if a shipment becomes blocked.
The LOGIC tab provides the scenarios.
This is an example datafile for what ultimately create a blocked shipment.
Import Country = China - CITRIX_GR3
Product Code = NLRMM (Product code is not the same as the product Id/part number)
Industry Key = “industry”: “0001" (Blank)
{
“shipmentTypeCd”: “OCONS”,
“currencyCd”: “USD”,
“exportCountryRefCd”: “US”,
“importCountryRefCd”: “CN”,
“measurementCd”: “MET”,
“shipReference”: {
“invoiceNo”: “NewFieldsTest1”,
“invoiceDate”: “06/25/2024”,
“addShipperRef”: “PBGG03119828”,
“addConsigneeRef”: null,
“itn”: null
“entityState”: “import”,
“transRoleCd”: “ULTCG”,
“name”: “WJL Enterprise India”,
“shipping”: {
“clientCd”: “aaZ00c”,
“ein”: null,
“complianceDate”: null,
“accountNumber”: null,
“reference1”:“ref1234567",
“govNonGov”: false,
“industry”: “0001”
},
“assocRole”: {
“ULTCG”: {
“code”: “ULTCG”
}
}
},
{
“products”: [
{
“productCode”:“NLRMM”,
“entityState”: “import”,
“partNumber”: “X5376121-Z21",
“quantity”: 3,
“countryCd”: “US”,
“licenseCd”: “C30”,
“licenseNo”: “L3213456”,
“licenseDate”: “01-01-2024”,
“scheduleBcd”: “8471500150”,
“scheduleBuq1_Amount”: “3”,
“scheduleBuq2_Amount”: null,
“eccnCd”: “5A992",
“eccnExtended”:“5A992.a.2",
“unitWeight”: 50,
“unitPrice”: 12280.36,
“unitsMeasurement”: “ea”,
“description”: “Description of the product”
Last Updated 8/30/2024