<?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: Export from method not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-method-not-working/m-p/12790178#M2024256</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;it should be like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IMPORT lv_opp_search = lv_opp_search FROM MEMORY ID 'SEARCH'.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Note that "lv_opp_search" on the left side is parameter name and "lv_opp_search" on the right side is your local variable. Check &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abapimport_parameterlist.htm"&gt;ABAP documentation&lt;/A&gt; for more details and examples.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2023 13:33:52 GMT</pubDate>
    <dc:creator>Tomas_Buryanek</dc:creator>
    <dc:date>2023-07-21T13:33:52Z</dc:date>
    <item>
      <title>Export from method not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-method-not-working/m-p/12790176#M2024254</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I exported a value from a method and it is successful, and I am importing it in a FM, but IMPORT fails.&lt;/P&gt;
  &lt;P&gt;Export: EXPORT lv_opp_search = im_projectdefinition-zzopporid TO MEMORY ID 'SEARCH'.&lt;/P&gt;
  &lt;P&gt;Import: IMPORT lv_opp_search to lv_opp_search FROM MEMORY ID 'SEARCH'.&lt;/P&gt;
  &lt;P&gt;pls help.&lt;/P&gt;
  &lt;P&gt;Thanks in Advance.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 21 Jul 2023 13:15:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-method-not-working/m-p/12790176#M2024254</guid>
      <dc:creator>simantini_sh</dc:creator>
      <dc:date>2023-07-21T13:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Export from method not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-method-not-working/m-p/12790177#M2024255</link>
      <description>&lt;P&gt;Either use &lt;STRONG&gt;= &lt;/STRONG&gt; or &lt;STRONG&gt;TO/FROM&lt;/STRONG&gt; but don't mix styles.&lt;/P&gt;&lt;P&gt;Anyway. Your statements look correct. Are the method and FM in the same internal session?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 13:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-method-not-working/m-p/12790177#M2024255</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2023-07-21T13:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Export from method not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-method-not-working/m-p/12790178#M2024256</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;it should be like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IMPORT lv_opp_search = lv_opp_search FROM MEMORY ID 'SEARCH'.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Note that "lv_opp_search" on the left side is parameter name and "lv_opp_search" on the right side is your local variable. Check &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abapimport_parameterlist.htm"&gt;ABAP documentation&lt;/A&gt; for more details and examples.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 13:33:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-method-not-working/m-p/12790178#M2024256</guid>
      <dc:creator>Tomas_Buryanek</dc:creator>
      <dc:date>2023-07-21T13:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Export from method not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-method-not-working/m-p/12790179#M2024257</link>
      <description>&lt;P&gt;There is absolutely no difference whatever it's used in method, FM or whatever.&lt;/P&gt;&lt;P&gt;It's only when you run them in different memory contexts that it will fail (different internal session e.g. possibly implying SUBMIT, CALL TRANSACTION, update task, RFC, etc.)&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 14:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-method-not-working/m-p/12790179#M2024257</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-07-21T14:00:23Z</dc:date>
    </item>
  </channel>
</rss>

