<?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>topic How to get/put data to/from table clusters using IMPORT/Export... from database..id.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-put-data-to-from-table-clusters-using-import-export-from/m-p/8996404#M1697639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt; I am trying to store 5-10 tables data for one key field (for example user) in a table cluster (ZC1) using Export stsmt. And will have to write logic to get the same using import stmt. created a table cluster using sap help and also created cluster tables (ztabl1, ztable2 and ztable3) and assigned them to table cluster (ZC1).&lt;/P&gt;&lt;P&gt;i tried to use stmt export it_ztable1 to database ZC1(ar) id &amp;lt;zc1-keyfield&amp;gt; but its expecting a component 'CLUSTR'&amp;nbsp; and throw some error. I searched a lot but lot of explanation is with respect to INDX or PCL* table cluster but i want the same exlanation with respect to a custom table cluster. any help or a sample program would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 26 Aug 2012 04:35:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-08-26T04:35:31Z</dc:date>
    <item>
      <title>How to get/put data to/from table clusters using IMPORT/Export... from database..id..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-put-data-to-from-table-clusters-using-import-export-from/m-p/8996404#M1697639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt; I am trying to store 5-10 tables data for one key field (for example user) in a table cluster (ZC1) using Export stsmt. And will have to write logic to get the same using import stmt. created a table cluster using sap help and also created cluster tables (ztabl1, ztable2 and ztable3) and assigned them to table cluster (ZC1).&lt;/P&gt;&lt;P&gt;i tried to use stmt export it_ztable1 to database ZC1(ar) id &amp;lt;zc1-keyfield&amp;gt; but its expecting a component 'CLUSTR'&amp;nbsp; and throw some error. I searched a lot but lot of explanation is with respect to INDX or PCL* table cluster but i want the same exlanation with respect to a custom table cluster. any help or a sample program would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Aug 2012 04:35:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-put-data-to-from-table-clusters-using-import-export-from/m-p/8996404#M1697639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-26T04:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get/put data to/from table clusters using IMPORT/Export... from database..id..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-put-data-to-from-table-clusters-using-import-export-from/m-p/8996405#M1697640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any reply?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 16:32:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-put-data-to-from-table-clusters-using-import-export-from/m-p/8996405#M1697640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-27T16:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get/put data to/from table clusters using IMPORT/Export... from database..id..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-put-data-to-from-table-clusters-using-import-export-from/m-p/8996406#M1697641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To use IMPORT FROM/EXPORT to database, your database table &lt;STRONG&gt;MUST&lt;/STRONG&gt; respect the following str&lt;SPAN style="font-size: 10pt;"&gt;ucture&lt;/SPAN&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt; &lt;A href="http://help.sap.com/abapdocu_70/en/ABENEXPORT_DATA_CLUSTER_INDX.htm"&gt;structure&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;. (fr&lt;/SPAN&gt;om &lt;A href="http://help.sap.com/abapdocu_70/en/ABAPEXPORT_DATA_CLUSTER_MEDIUM.htm"&gt;EXPORT -&amp;nbsp; medium&lt;/A&gt; in abap online documentation) Adapt your z-table respecting the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 17:17:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-put-data-to-from-table-clusters-using-import-export-from/m-p/8996406#M1697641</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-08-27T17:17:18Z</dc:date>
    </item>
  </channel>
</rss>

