<?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: Find memory id export in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-memory-id-export/m-p/6733019#M1457348</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you put a break-point at the export statement?&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, 18 Mar 2010 20:36:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-18T20:36:21Z</dc:date>
    <item>
      <title>Find memory id export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-memory-id-export/m-p/6733018#M1457347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am debugging a code in user exit. There the code is importing a value from a memory ID. I tried to find from where it is exporting into the memory that value. but i could not find. I made a thorough search in teh main standard program, but that memory id is nowhere else used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the best way to search where teh memory id value is being exported ??.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 20:31:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-memory-id-export/m-p/6733018#M1457347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T20:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Find memory id export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-memory-id-export/m-p/6733019#M1457348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you put a break-point at the export statement?&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, 18 Mar 2010 20:36:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-memory-id-export/m-p/6733019#M1457348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T20:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Find memory id export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-memory-id-export/m-p/6733020#M1457349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No there is no export stmt at all, i searched in the main program with memory ID. It was only showing the import stmt in the search.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 20:50:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-memory-id-export/m-p/6733020#M1457349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T20:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Find memory id export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-memory-id-export/m-p/6733021#M1457350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best way of doing it and easy it:   you do your export memory ID in an user exit and other user exit do your import memory ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Salu2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 20:53:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-memory-id-export/m-p/6733021#M1457350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T20:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Find memory id export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-memory-id-export/m-p/6733022#M1457351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's not what I meant. There's no guarantee that the export is done from the main program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When starting debugging, take the menu path:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Breakpoints -&amp;gt; Breakpoint at -&amp;gt; Breakpoint at Statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then fill in "export" (without the quote)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;press enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;continue debugging.&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, 18 Mar 2010 20:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-memory-id-export/m-p/6733022#M1457351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T20:55:13Z</dc:date>
    </item>
  </channel>
</rss>

