<?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 Error during IMPORT and Export Using Memory Cluster from Database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-import-and-export-using-memory-cluster-from-database/m-p/8252207#M1631196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IMPORT itab1 TO itab2 FROM DATABASE Table(sd) ID var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here itab1 and itab2 use the same structure (zstructure) . &lt;/P&gt;&lt;P&gt;When i add new fields to the zstructure in SE30 then it gives a dump&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Oct 2011 04:09:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-21T04:09:44Z</dc:date>
    <item>
      <title>Error during IMPORT and Export Using Memory Cluster from Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-import-and-export-using-memory-cluster-from-database/m-p/8252207#M1631196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IMPORT itab1 TO itab2 FROM DATABASE Table(sd) ID var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here itab1 and itab2 use the same structure (zstructure) . &lt;/P&gt;&lt;P&gt;When i add new fields to the zstructure in SE30 then it gives a dump&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 04:09:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-import-and-export-using-memory-cluster-from-database/m-p/8252207#M1631196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-21T04:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error during IMPORT and Export Using Memory Cluster from Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-import-and-export-using-memory-cluster-from-database/m-p/8252208#M1631197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share your export statement. Is Zstructure locally defined? .. Also SE30 is for runtime analysis ..how are you modifying structure there ...if the structure is defined locally in the report ...please make sure its modified at both place during Export and Import statment ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 04:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-import-and-export-using-memory-cluster-from-database/m-p/8252208#M1631197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-21T04:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error during IMPORT and Export Using Memory Cluster from Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-import-and-export-using-memory-cluster-from-database/m-p/8252209#M1631198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I changed the question which did not reflect previously&lt;/P&gt;&lt;P&gt;IMPORT itab1TO itba2 FROM DATABASE z_database(sd) ID field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the table is a database table and I add new fields to the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab1 TYPE STANDARD TABLE OF ZSTRUCTURE.       "both internal tables call the same zstructure&lt;/P&gt;&lt;P&gt;itab2 TYPE STANDARD TABLE OF ZSTRUCTURE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I change add a new fields in the Z structure it dumps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say i add a field z_new which is NUMC 3 it points to that and says it does not recognize the structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 05:35:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-import-and-export-using-memory-cluster-from-database/m-p/8252209#M1631198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-21T05:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error during IMPORT and Export Using Memory Cluster from Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-import-and-export-using-memory-cluster-from-database/m-p/8252210#M1631199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EXPORT itab1 FROM itab3TO DATABASE z_table(sd) ID fld.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the itab1 and itab3 are type standard table of zstructure &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During dump it says it doesnt recognize the third field that i added. (I added my field in the 3rd position of the structure)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will it not dump if i add the fields at the end????? (is position an issue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 05:39:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-import-and-export-using-memory-cluster-from-database/m-p/8252210#M1631199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-21T05:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error during IMPORT and Export Using Memory Cluster from Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-import-and-export-using-memory-cluster-from-database/m-p/8252211#M1631200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your custom table &lt;EM&gt;Z_TABLE&lt;/EM&gt; modelled on standard SAP table INDX? In simpler terms you should copy INDX table into your custom table in order to IMPORT/EXPORT data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check the proper syntax by doing an F1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 05:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-import-and-export-using-memory-cluster-from-database/m-p/8252211#M1631200</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-10-21T05:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error during IMPORT and Export Using Memory Cluster from Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-import-and-export-using-memory-cluster-from-database/m-p/8252212#M1631201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I export itab1 to my INDX-like table, then change the structure of the itab1 object, then IMPORT itab1from my INDX-like table, I would expect to get a dump because the structure of my custom table changed, but my data stored in the INDX-like table clusters did not, and therefore SAP cannot import it into the changed structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems only logical to me that if I change the structure, I must &lt;STRONG&gt;EXPORT&lt;/STRONG&gt; the data AFTER the structure changed.  Then, I will be be able to import it without difficulty.  Did you export after the structure changed?  Or, did you change the structure after export?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 17:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-import-and-export-using-memory-cluster-from-database/m-p/8252212#M1631201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-21T17:43:23Z</dc:date>
    </item>
  </channel>
</rss>

