<?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 pass the variable between FM or classes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-the-variable-between-fm-or-classes/m-p/6652585#M1445162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am SAP BI consultant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is to read the value of the variable entered by user during query execution and use it in other FM or classes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was planning to use IMPORT/EXPORT FROM MEMORY but this approach looks a bit obsolete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The another way is to write data to transparent table and select from there (but this one sounds even worse)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Mar 2010 08:20:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-17T08:20:56Z</dc:date>
    <item>
      <title>pass the variable between FM or classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-the-variable-between-fm-or-classes/m-p/6652585#M1445162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am SAP BI consultant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is to read the value of the variable entered by user during query execution and use it in other FM or classes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was planning to use IMPORT/EXPORT FROM MEMORY but this approach looks a bit obsolete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The another way is to write data to transparent table and select from there (but this one sounds even worse)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 08:20:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-the-variable-between-fm-or-classes/m-p/6652585#M1445162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T08:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: pass the variable between FM or classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-the-variable-between-fm-or-classes/m-p/6652586#M1445163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was planning to use IMPORT/EXPORT FROM MEMORY but this approach looks a bit obsolete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Don't think using ABAP memory is an obsolete approach. If only you execute both in one external session that this is fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way to do it?&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use [Shared Memory|http://help.sap.com/saphelp_nw70/helpdata/en/c5/85634e53d422409f0975aa9a551297/frameset.htm] to exchange data even within different user sessions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 08:30:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-the-variable-between-fm-or-classes/m-p/6652586#M1445163</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2010-03-17T08:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: pass the variable between FM or classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-the-variable-between-fm-or-classes/m-p/6652587#M1445164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can implement the enchancement RSR00001BI: Enhancements for Global Variables in Reporting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 08:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-the-variable-between-fm-or-classes/m-p/6652587#M1445164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T08:36:26Z</dc:date>
    </item>
  </channel>
</rss>

