<?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: Function Module which stores the variable in the memory? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-stores-the-variable-in-the-memory/m-p/4225676#M1009495</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;Plz try  ''export_rm_to_memory'' function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx,&lt;/P&gt;&lt;P&gt;dhanashri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Aug 2008 10:10:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-04T10:10:04Z</dc:date>
    <item>
      <title>Function Module which stores the variable in the memory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-stores-the-variable-in-the-memory/m-p/4225672#M1009491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I need to store the variable in the memory..and later i want to retrieve it in the Webdynpro comp. Is there any Function Module or method  or anything which does this functionality..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 09:58:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-stores-the-variable-in-the-memory/m-p/4225672#M1009491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T09:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module which stores the variable in the memory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-stores-the-variable-in-the-memory/m-p/4225673#M1009492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;TO store into memory:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;EXPORT G_VALUE TO MEMORY ID 'ZVID'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In Webdynpro :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IMPORT G_VALUE FROM MEMORY ID 'ZVID'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 10:00:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-stores-the-variable-in-the-memory/m-p/4225673#M1009492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T10:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module which stores the variable in the memory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-stores-the-variable-in-the-memory/m-p/4225674#M1009493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EXPORT_TO_MEMORY  for internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT G_VALUE TO MEMORY ID 'NKID'.  for variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rajesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: RAJESH KUMAR on Aug 4, 2008 3:35 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: RAJESH KUMAR on Aug 4, 2008 3:35 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 10:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-stores-the-variable-in-the-memory/m-p/4225674#M1009493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T10:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module which stores the variable in the memory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-stores-the-variable-in-the-memory/m-p/4225675#M1009494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can achieve ur requirement by creating custom FMs. Define ur variable in the top-include of the function grp. Then create a FM to set the variable with value and Create another FM to get the value of the variable in webdynpro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 10:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-stores-the-variable-in-the-memory/m-p/4225675#M1009494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T10:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module which stores the variable in the memory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-stores-the-variable-in-the-memory/m-p/4225676#M1009495</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;Plz try  ''export_rm_to_memory'' function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx,&lt;/P&gt;&lt;P&gt;dhanashri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 10:10:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-stores-the-variable-in-the-memory/m-p/4225676#M1009495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T10:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module which stores the variable in the memory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-stores-the-variable-in-the-memory/m-p/4225677#M1009496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the link for the FM's:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/functions.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/functions.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With luck,&lt;/P&gt;&lt;P&gt;Pritam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 10:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-stores-the-variable-in-the-memory/m-p/4225677#M1009496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T10:16:58Z</dc:date>
    </item>
  </channel>
</rss>

