<?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: Import Export- Memory contents in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-memory-contents/m-p/4328018#M1031263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is what I can think of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Easiest way is to debug and find out . Put a breakpoint Breakpoints-&amp;gt;breakpoint at-&amp;gt;Statement &lt;/P&gt;&lt;P&gt;EXPORT. This should give you the location.&lt;/P&gt;&lt;P&gt;2. If you dont have the data to debug. You can try opening the program in SE80 and find the related programs and do a global search for EXPORT statement.&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Get the package of the program and use RPR_ABAP_SOURCE_SCAN to search for the string EXPORT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Aug 2008 20:16:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-27T20:16:46Z</dc:date>
    <item>
      <title>Import Export- Memory contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-memory-contents/m-p/4328017#M1031262</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;I am facing a problem wherein one exit Code is importing data from specific memory.However the importing of data is done in some other exit. How can I find out the place where export is done in memory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 20:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-memory-contents/m-p/4328017#M1031262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T20:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Import Export- Memory contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-memory-contents/m-p/4328018#M1031263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is what I can think of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Easiest way is to debug and find out . Put a breakpoint Breakpoints-&amp;gt;breakpoint at-&amp;gt;Statement &lt;/P&gt;&lt;P&gt;EXPORT. This should give you the location.&lt;/P&gt;&lt;P&gt;2. If you dont have the data to debug. You can try opening the program in SE80 and find the related programs and do a global search for EXPORT statement.&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Get the package of the program and use RPR_ABAP_SOURCE_SCAN to search for the string EXPORT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 20:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-memory-contents/m-p/4328018#M1031263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T20:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Import Export- Memory contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-memory-contents/m-p/4328019#M1031264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Execute program RPR_ABAP_SOURCE_SCAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program is to find a string in SAP code.&lt;/P&gt;&lt;P&gt;Give * in program name selection.&lt;/P&gt;&lt;P&gt;Type the name of memory id in string selection.&lt;/P&gt;&lt;P&gt;select checkbox expand includes and ignore comment lines.&lt;/P&gt;&lt;P&gt;select search area as ABAP and Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now execute the program in background as a job.&lt;/P&gt;&lt;P&gt;This will take some time for execution. Once finished, look at the spool.&lt;/P&gt;&lt;P&gt;You will get the programs where this string is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If number of programs is too much try searchin for string 'export to memory id XXX'  and then execute.&lt;/P&gt;&lt;P&gt;XXX is the name of your memory id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 20:18:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-memory-contents/m-p/4328019#M1031264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T20:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Import Export- Memory contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-memory-contents/m-p/4328020#M1031265</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;As aparna mentioned try putting a breakpoint at the export statement.&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;Try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have debugging authorization..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN the debugging menu..choose..Goto -&amp;gt; system areas -&amp;gt; abap memory..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then double click on the memory id...for which you wanted to see the program in which it was exported..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will show the variable name..double click on the variable name..somewhere around the line d: which says ...S.Y.N.C._.S.T.R..double click on that..then you can see the programe name..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above worked for me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I am clear and works for you also...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 20:56:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-memory-contents/m-p/4328020#M1031265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T20:56:39Z</dc:date>
    </item>
  </channel>
</rss>

