<?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: need help about memory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-about-memory/m-p/4858759#M1136109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yang,&lt;/P&gt;&lt;P&gt;You need to Use the Memory ID . You can use Import Export Statement. Just assign value to 1 by statement Import. and while retrieving the value back you need to use the Export Statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Nov 2008 19:19:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-22T19:19:50Z</dc:date>
    <item>
      <title>need help about memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-about-memory/m-p/4858755#M1136105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear all,&lt;/P&gt;&lt;P&gt;i have some confusion in using memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have write a report, and there is a parameter in the screen,and the first time i run the report it is 1.&lt;/P&gt;&lt;P&gt;when i run it for the second time ,i want it to be 2.i know i should save 1+1 to the memory,but i don't clear how can i do,can any body help me? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards.&lt;/P&gt;&lt;P&gt;thank you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2008 16:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-about-memory/m-p/4858755#M1136105</guid>
      <dc:creator>Aiolos</dc:creator>
      <dc:date>2008-11-22T16:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: need help about memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-about-memory/m-p/4858756#M1136106</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 need to use Statement EXPORT to set the ABAP Memory declared for your Selection Screen Variable in the PARAMETERS Statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure whether you are talking about the consecutive Execution or a requirement for forever....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How r u planning to get the track of the No of Program execution ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2008 16:56:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-about-memory/m-p/4858756#M1136106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-22T16:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: need help about memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-about-memory/m-p/4858757#M1136107</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;If you want to add +1 everytime you run the report then create a ztable with a counter field and &lt;/P&gt;&lt;P&gt;Add+1 in that counter everytime you runt the report so evenif you are running the report after 10 days you can add 1 in the counter when you are executing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you u want to do it while you are executing the report again and again in one session them use ABAP \&lt;/P&gt;&lt;P&gt;memory.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/Helpdata/EN/fc/eb3bc4358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/Helpdata/EN/fc/eb3bc4358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2008 17:01:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-about-memory/m-p/4858757#M1136107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-22T17:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: need help about memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-about-memory/m-p/4858758#M1136108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You TVARVC to define a variable. Then in Initialization read the value of that variable and pass it to your parameter, at the same time increase it by 1, and update it back to TVARVC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2008 17:06:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-about-memory/m-p/4858758#M1136108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-22T17:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: need help about memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-about-memory/m-p/4858759#M1136109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yang,&lt;/P&gt;&lt;P&gt;You need to Use the Memory ID . You can use Import Export Statement. Just assign value to 1 by statement Import. and while retrieving the value back you need to use the Export Statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2008 19:19:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-about-memory/m-p/4858759#M1136109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-22T19:19:50Z</dc:date>
    </item>
  </channel>
</rss>

