<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: How to empty country table in CRM and CX Q&amp;A</title>
    <link>https://community.sap.com/t5/crm-and-cx-q-a/how-to-empty-country-table/qaa-p/12067053#M407449</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;You can also drop the table data using sql scripts or remove the table data using batch mode as said already by Arvind.&lt;/P&gt;</description>
    <pubDate>Sat, 22 Jun 2019 18:25:23 GMT</pubDate>
    <dc:creator>rohit31_raj92</dc:creator>
    <dc:date>2019-06-22T18:25:23Z</dc:date>
    <item>
      <title>How to empty country table</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/how-to-empty-country-table/qaq-p/12067050</link>
      <description>&lt;P&gt;In my own project impex file, I would like to empty the whole country table first, and then import the country table, so, I write in impex file as:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;P&gt; REMOVE country&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;But meet this error: 
&lt;STRONG&gt;Import script is invalid: no permitted type found for configured columns. 
omitted types: {8796093710418=[type Country has no unique columns - no permitted type for mode import_strict]}&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Anyone know how to do it?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 10:38:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/how-to-empty-country-table/qaq-p/12067050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-06-18T10:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to empty country table</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/how-to-empty-country-table/qaa-p/12067051#M407447</link>
      <description>&lt;P&gt;Please use the following ImpEx:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  REMOVE Country[batchmode=true];itemtype(code)[unique=true]
  ;Country
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Jun 2019 10:44:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/how-to-empty-country-table/qaa-p/12067051#M407447</guid>
      <dc:creator>arvind-kumar_avinash</dc:creator>
      <dc:date>2019-06-18T10:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to empty country table</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/how-to-empty-country-table/qaa-p/12067052#M407448</link>
      <description>&lt;P&gt;As Arvind mentioned in the example. Every insert update or remove impex should have alteast one uniqe column. in Arvind example he mentioend itemtype(code)[unique=true]. Without this unique column impex will not run.
&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 12:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/how-to-empty-country-table/qaa-p/12067052#M407448</guid>
      <dc:creator>VinayKumarS</dc:creator>
      <dc:date>2019-06-18T12:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to empty country table</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/how-to-empty-country-table/qaa-p/12067053#M407449</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;You can also drop the table data using sql scripts or remove the table data using batch mode as said already by Arvind.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2019 18:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/how-to-empty-country-table/qaa-p/12067053#M407449</guid>
      <dc:creator>rohit31_raj92</dc:creator>
      <dc:date>2019-06-22T18:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to empty country table</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/how-to-empty-country-table/qaa-p/12067054#M407450</link>
      <description>&lt;P&gt;As  Raj mentioned sql is recommended option for removing the complete table data.
&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 09:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/how-to-empty-country-table/qaa-p/12067054#M407450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-06-25T09:52:55Z</dc:date>
    </item>
  </channel>
</rss>

