<?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 Memory handling in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-handling/m-p/3507897#M843744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to know If i using EXPORT to MEMORY ID in abap program, whether i need to clear memory not. or the memory will auto clear after the program terminate. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Mar 2008 03:30:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-07T03:30:51Z</dc:date>
    <item>
      <title>Memory handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-handling/m-p/3507897#M843744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to know If i using EXPORT to MEMORY ID in abap program, whether i need to clear memory not. or the memory will auto clear after the program terminate. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 03:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-handling/m-p/3507897#M843744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T03:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Memory handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-handling/m-p/3507898#M843745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is better to relase the memory using Release memory ID statement after using it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 03:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-handling/m-p/3507898#M843745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T03:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Memory handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-handling/m-p/3507899#M843746</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;Use the EXPORT &amp;#133; TO MEMORY statement to copy any number of ABAP variables with their current&lt;/P&gt;&lt;P&gt;values (data cluster) to ABAP memory. The ID&amp;#133; addition (maximum 32 characters long) enables you to&lt;/P&gt;&lt;P&gt;identify different clusters.&lt;/P&gt;&lt;P&gt;If you use a new EXPORT TO MEMORY statement for an existing data cluster, the new one will overwrite&lt;/P&gt;&lt;P&gt;the old.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The IMPORT&amp;#133; FROM MEMORY ID&amp;#133; statement allows you to copy data from ABAP memory into the&lt;/P&gt;&lt;P&gt;corresponding fields of your ABAP program. In the IMPORT statement, you can also restrict the selection&lt;/P&gt;&lt;P&gt;to a part of the data cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variables into which you want to read data from the cluster in ABAP memory must have the same&lt;/P&gt;&lt;P&gt;types in both the exporting and the importing programs.&lt;/P&gt;&lt;P&gt;To release a data cluster, use the FREE MEMORY ID&amp;#133; statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this helps, Do reward.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 04:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-handling/m-p/3507899#M843746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T04:58:18Z</dc:date>
    </item>
  </channel>
</rss>

