<?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: ABAP memory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962471#M698935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it will happen. Do not worry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2007 14:46:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-26T14:46:00Z</dc:date>
    <item>
      <title>ABAP memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962460#M698924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ABAP Gurus, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the EXPORT/IMPORT statements to pass data with in the sale order processing (with in the user exits) and i wanted to clarify that, when sales order are created using batch process, will there be any chance of overwriting the current sales order values with the next sales order, if the values for the current sales order not been imported. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that the ABAP memory is available with in the lifetime of session and when the sales order are created in the batch process, the batch process will be executed in the single session with batch user id. &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>Wed, 24 Oct 2007 20:50:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962460#M698924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T20:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962461#M698925</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;Yes, the values will be over written for the current sales order values with the next sales order, if the values for the current sales order not been imported. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Dany&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Alvaro Tejada Galindo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 20:59:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962461#M698925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T20:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962462#M698926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pramodh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Definitely, the old values will be overwritten by the new ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivasa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Alvaro Tejada Galindo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 21:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962462#M698926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T21:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962463#M698927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pramodh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the FREE MEMORY ID 'ZSSSSS' after your IMPORT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 21:09:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962463#M698927</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-10-24T21:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962464#M698928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know what the likelihood of happening this is.I know if the situation happens the memory will be overwritten as it replaces the current values and will not append the values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 21:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962464#M698928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T21:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962465#M698929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Waiting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 23:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962465#M698929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T23:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962466#M698930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Waiting....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 03:51:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962466#M698930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T03:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962467#M698931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pramodh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain as what you want to know. Yes the memory will be overwritten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 03:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962467#M698931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T03:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962468#M698932</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 userexit USEREXIT_REFRESH_DOCUMENT. to refresh the memory parameters...This will be called even multiple orders is getting processed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the sales order processing...This user exit will be triggered whenever the document is getting processed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 04:01:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962468#M698932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T04:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962469#M698933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Atish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was trying to find out, whether my thinking of overwriting could actually happen in real time?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 05:52:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962469#M698933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T05:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962470#M698934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pramodh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it will happen. Also it is good practise to use &lt;/P&gt;&lt;P&gt;FREE MEMORY ID id. &lt;/P&gt;&lt;P&gt;after IMPORT.&lt;/P&gt;&lt;P&gt;and before EXPORT.&lt;/P&gt;&lt;P&gt;Why take a chance :).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 05:56:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962470#M698934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T05:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962471#M698935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it will happen. Do not worry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 14:46:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/2962471#M698935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T14:46:00Z</dc:date>
    </item>
  </channel>
</rss>

