<?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 ABAP MEMORY for Import in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-for-import/m-p/8216149#M1627831</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;Please let me know how can i find the memory id name and from where for ABAP Memory .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex : IMPORT IM_EKPO-KNTTP FROM MEMORY ID 'EKPO_MO' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the obove statement where can i find that this 'EKPO_MO' is memeory id  ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&amp;lt;&amp;lt; Moderator message - Everyone's problem is important. But the answers in the forum are provided by volunteers. Please do not ask for help quickly. &amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If in Export where to find that export ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Oct 24, 2011 12:17 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Oct 2011 16:15:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-24T16:15:29Z</dc:date>
    <item>
      <title>ABAP MEMORY for Import</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-for-import/m-p/8216149#M1627831</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;Please let me know how can i find the memory id name and from where for ABAP Memory .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex : IMPORT IM_EKPO-KNTTP FROM MEMORY ID 'EKPO_MO' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the obove statement where can i find that this 'EKPO_MO' is memeory id  ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&amp;lt;&amp;lt; Moderator message - Everyone's problem is important. But the answers in the forum are provided by volunteers. Please do not ask for help quickly. &amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If in Export where to find that export ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Oct 24, 2011 12:17 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 16:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-for-import/m-p/8216149#M1627831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-24T16:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP MEMORY for Import</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-for-import/m-p/8216150#M1627832</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;Are you talking about TPARA table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;Manu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 16:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-for-import/m-p/8216150#M1627832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-24T16:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP MEMORY for Import</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-for-import/m-p/8216151#M1627833</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;You can't find it...you can see it in the debug (there's a session showing all parameters set in the memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course if there's a IMPORT, there is an EXPORT but it can be very hard to konw where it's done, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- EKPO_MO is a label to assign to a part of memory, but it's created at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can suppse it should be another program where the export is done, in generally it doesn't make a sense to use import/export from/to memory in the same report: this statament is usually used to transfer some data between several programms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 16:26:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-for-import/m-p/8216151#M1627833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-24T16:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP MEMORY for Import</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-for-import/m-p/8216152#M1627834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When all else fails, there's a very nice tool for developers:  RS_ABAP_SOURCE_SCAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program will scan ABAP code looking for a particular string....you can find that way (but run in background, and spool the results).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 18:31:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-for-import/m-p/8216152#M1627834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-25T18:31:34Z</dc:date>
    </item>
  </channel>
</rss>

