<?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 Re: Save Internal table to memory - problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-internal-table-to-memory-problem/m-p/2829291#M662098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have encountered the same issue.....but solved when i did the same...&lt;/P&gt;&lt;P&gt;you can check first with a sample program......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if helpful,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jinesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2007 10:05:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-20T10:05:24Z</dc:date>
    <item>
      <title>Save Internal table to memory - problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-internal-table-to-memory-problem/m-p/2829286#M662093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to extract one Internal table to memory , every 1st in the Month .&lt;/P&gt;&lt;P&gt;Then every day I will be reading this table for my report ( in order to avoid running every day same and same database selections) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My originall idea wos with EXPORT TO MEMORY ID , AND IMPORT &lt;/P&gt;&lt;P&gt;but it does'nt work next day ... With Export data is cept only untill tthe end of the transaction ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way except of storing data in one Z_ database table ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 09:29:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-internal-table-to-memory-problem/m-p/2829286#M662093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T09:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Save Internal table to memory - problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-internal-table-to-memory-problem/m-p/2829287#M662094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this [ Export to memory id 'table1234' ]  for exporting the internal table and import from the same memory id.In sometimes the no of characters we give may cause the error you said..Use the above said memory id..'table1234'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if helpful,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;jinesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 09:37:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-internal-table-to-memory-problem/m-p/2829287#M662094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T09:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Save Internal table to memory - problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-internal-table-to-memory-problem/m-p/2829288#M662095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sore that the problems are in characters???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that with export to memory data will be hold there for one month untill I will overwrite them with new data??? An respectively I will be able to read them every day???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the name of the table I am using IT_FINAL_DATA and the name of the memory id is the same!!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the name of one DATE variable is EXPORT_BORDER_DATE and the memory ID is the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 09:44:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-internal-table-to-memory-problem/m-p/2829288#M662095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T09:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Save Internal table to memory - problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-internal-table-to-memory-problem/m-p/2829289#M662096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I feel about the solution to your problem is a 2 step procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly,prepare a report and save the table data on the Application Server on a file.Schedule this report as a background job for every 1st of the month.&lt;/P&gt;&lt;P&gt;Then prepare another report in which you would be calling this file where your table data is stored through GUI_DOWNLOAD and then you can also include the logic for your daily processing in this report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I was clear enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you have any further clarifications,do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Puneet Jhari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 09:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-internal-table-to-memory-problem/m-p/2829289#M662096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T09:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Save Internal table to memory - problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-internal-table-to-memory-problem/m-p/2829290#M662097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the following code to export to memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*data variable required for background processing&lt;/P&gt;&lt;P&gt;data: wa_indx type indx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*EXPORT Internal Table TO MEMORY ID 'XYZ'.&lt;/P&gt;&lt;P&gt;*part for background processing&lt;/P&gt;&lt;P&gt;  export tab = &amp;lt;your table&amp;gt; to database indx(xy) from wa_indx client&lt;/P&gt;&lt;P&gt;  sy-mandt id 'XYZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the following code will import from Memory and clear memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*data variable required for background processing&lt;/P&gt;&lt;P&gt;data: wa_indx type indx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;imports from database the list sent by the calling program&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;IMPORT tab = &amp;lt;your table&amp;gt; FROM DATABASE indx(xy) TO wa_indx CLIENT sy-mandt&lt;/P&gt;&lt;P&gt;ID 'XYZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;deletes the data to save wastage of memory&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;DELETE FROM DATABASE indx(xy)&lt;/P&gt;&lt;P&gt;  CLIENT sy-mandt&lt;/P&gt;&lt;P&gt;  ID 'XYZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samson Rodrigues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 09:59:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-internal-table-to-memory-problem/m-p/2829290#M662097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T09:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Save Internal table to memory - problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-internal-table-to-memory-problem/m-p/2829291#M662098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have encountered the same issue.....but solved when i did the same...&lt;/P&gt;&lt;P&gt;you can check first with a sample program......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if helpful,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jinesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 10:05:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-internal-table-to-memory-problem/m-p/2829291#M662098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T10:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Save Internal table to memory - problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-internal-table-to-memory-problem/m-p/2829292#M662099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use my code pasted above,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just remove the delete code and you can use it for as long as u like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samson Rodrigues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 10:10:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-internal-table-to-memory-problem/m-p/2829292#M662099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T10:10:30Z</dc:date>
    </item>
  </channel>
</rss>

