<?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: Parameter memory not initializing whwn re execute the program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-memory-not-initializing-whwn-re-execute-the-program/m-p/7296074#M1533418</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;     Please read the help on Parameter memory. The parameter is filled with the value in the memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Sep 2010 06:47:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-09T06:47:43Z</dc:date>
    <item>
      <title>Parameter memory not initializing whwn re execute the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-memory-not-initializing-whwn-re-execute-the-program/m-p/7296073#M1533417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used parameter memory in  selection screen  of module pool program,&lt;/P&gt;&lt;P&gt;The problem is when I exit from the program and re execute the transaction the parameter memory not initializing and the same value come again in the selection screen .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 06:25:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-memory-not-initializing-whwn-re-execute-the-program/m-p/7296073#M1533417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-09T06:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter memory not initializing whwn re execute the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-memory-not-initializing-whwn-re-execute-the-program/m-p/7296074#M1533418</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;     Please read the help on Parameter memory. The parameter is filled with the value in the memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 06:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-memory-not-initializing-whwn-re-execute-the-program/m-p/7296074#M1533418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-09T06:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter memory not initializing whwn re execute the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-memory-not-initializing-whwn-re-execute-the-program/m-p/7296075#M1533419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats the normal behaviour, it will retain the vaue which is in the memory.&lt;/P&gt;&lt;P&gt;If you want to clear it, use FREE MEMORY ID 'ABC'. This will clear it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 08:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-memory-not-initializing-whwn-re-execute-the-program/m-p/7296075#M1533419</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-09-09T08:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter memory not initializing whwn re execute the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-memory-not-initializing-whwn-re-execute-the-program/m-p/7296076#M1533420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;parameter id should be cleared manually..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what you can do is to clear it in initialization event of your selection scrreen of module pool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 08:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-memory-not-initializing-whwn-re-execute-the-program/m-p/7296076#M1533420</guid>
      <dc:creator>former_member261876</dc:creator>
      <dc:date>2010-09-09T08:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter memory not initializing whwn re execute the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-memory-not-initializing-whwn-re-execute-the-program/m-p/7296077#M1533421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The initialization not triggered in the module pool program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 08:48:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-memory-not-initializing-whwn-re-execute-the-program/m-p/7296077#M1533421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-09T08:48:43Z</dc:date>
    </item>
  </channel>
</rss>

