<?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 problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-problem/m-p/5403355#M1241098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to scan the code in your system using the report scan prg: RPR_ABAP_SOURCE_SCAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the string memory id name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2009 18:42:48 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2009-03-26T18:42:48Z</dc:date>
    <item>
      <title>EXPORT problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-problem/m-p/5403352#M1241095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one include program say ZXXYQPAU04 (in function group XQPA) ,&lt;/P&gt;&lt;P&gt;in which I have &lt;STRONG&gt;IMPORT&lt;/STRONG&gt; stmt like below in the begining it self.&lt;/P&gt;&lt;P&gt; import v_ebelp from MEMORY id 'V_EBELP'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I could not found corresponding EXPORT stmt where this got export(ed)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How and where can I get this Export statement related coding  ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOUR HELP WILL BE HIGHLY APPRECIATED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 18:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-problem/m-p/5403352#M1241095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-26T18:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-problem/m-p/5403353#M1241096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - Import / Export statement is for ABAP memory, which actually used in a singe LUW. If you need to get the value from another session, then you have to use SET/GET statement, which uses SAP memory. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kuntal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 18:28:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-problem/m-p/5403353#M1241096</guid>
      <dc:creator>former_member376453</dc:creator>
      <dc:date>2009-03-26T18:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-problem/m-p/5403354#M1241097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.  I know that Import / Export statement is for ABAP memory, which actually used in a singe LUW. &lt;/P&gt;&lt;P&gt;My question is in the user exit, I could not find where the exported into ABAP memory.  I need to find out how it got exported prior to this IMPORT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 18:40:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-problem/m-p/5403354#M1241097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-26T18:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-problem/m-p/5403355#M1241098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to scan the code in your system using the report scan prg: RPR_ABAP_SOURCE_SCAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the string memory id name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 18:42:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-problem/m-p/5403355#M1241098</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-03-26T18:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-problem/m-p/5403356#M1241099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you could do a scan, but it might be more productive to think about the process here. Since this is used in an exit, it should have a transport (or more than one). You could limit your search by just including the objects in those transports. One of them likely does the export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 18:49:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-problem/m-p/5403356#M1241099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-26T18:49:32Z</dc:date>
    </item>
  </channel>
</rss>

