<?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 variable in memory like tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-variable-in-memory-like-tables/m-p/6875249#M1477776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the comapny want to set a date as month closing for prev month..say someitmes its 15th sometimes 10th sometimes 5 th...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to take this as variable in my program..&lt;/P&gt;&lt;P&gt;i can build a table for that.and ask the people to maintain date..&lt;/P&gt;&lt;P&gt;but then any other short way?&lt;/P&gt;&lt;P&gt;like say EXPORT like but which stays permamently in memory??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 May 2010 07:54:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-07T07:54:51Z</dc:date>
    <item>
      <title>save variable in memory like tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-variable-in-memory-like-tables/m-p/6875245#M1477772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;  i want to save only one field (the shift time-which keeps changing,and the user can change it as and when) in sysive as tem..&lt;/P&gt;&lt;P&gt;i know we can use tables for that..&lt;/P&gt;&lt;P&gt;but is their an alternative as this is only 1 field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 10:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-variable-in-memory-like-tables/m-p/6875245#M1477772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-06T10:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: save variable in memory like tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-variable-in-memory-like-tables/m-p/6875246#M1477773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EXPORT ... TO MEMORY ...&lt;/P&gt;&lt;P&gt;SET PARAMETER ID ... FIELD ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 21:48:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-variable-in-memory-like-tables/m-p/6875246#M1477773</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-05-06T21:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: save variable in memory like tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-variable-in-memory-like-tables/m-p/6875247#M1477774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;will export to memory permanently store the field?&lt;/P&gt;&lt;P&gt;as safe/secure as the table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 07:29:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-variable-in-memory-like-tables/m-p/6875247#M1477774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T07:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: save variable in memory like tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-variable-in-memory-like-tables/m-p/6875248#M1477775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it will only be held in memory until your program has ended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what is your exact requirement? What you described is not all too clear; at least not to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 07:34:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-variable-in-memory-like-tables/m-p/6875248#M1477775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T07:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: save variable in memory like tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-variable-in-memory-like-tables/m-p/6875249#M1477776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the comapny want to set a date as month closing for prev month..say someitmes its 15th sometimes 10th sometimes 5 th...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to take this as variable in my program..&lt;/P&gt;&lt;P&gt;i can build a table for that.and ask the people to maintain date..&lt;/P&gt;&lt;P&gt;but then any other short way?&lt;/P&gt;&lt;P&gt;like say EXPORT like but which stays permamently in memory??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 07:54:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-variable-in-memory-like-tables/m-p/6875249#M1477776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T07:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: save variable in memory like tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-variable-in-memory-like-tables/m-p/6875250#M1477777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; the comapny want to set a date as month closing for prev month..say someitmes its 15th sometimes 10th sometimes 5 th...&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does this change ? Is there any specific reason for this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;i need to take this as variable in my program.. i can build a table for that.and ask the people to maintain date..&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to store this variable in some DB table &amp;amp; use this subsequently in your program you can use the table TVARVC. This table can be maintained via STVARV trxn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;like say EXPORT like but which stays permamently in memory??&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neither EXPORT TO / IMPORT FROM MEMORY nor GPA/SPA can store the data permanently. You have to use the EXPORT TO / IMPORT FROM DATABASE stmt for this. Refer: [http://help.sap.com/abapdocu_70/en/ABAPEXPORT_DATA_CLUSTER_MEDIUM.htm#!ABAP_ALTERNATIVE_4@4@]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 08:26:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-variable-in-memory-like-tables/m-p/6875250#M1477777</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-05-07T08:26:49Z</dc:date>
    </item>
  </channel>
</rss>

