<?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 question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-question/m-p/11377641#M1923344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;I am working on exisiting development in which am supposed to find the (targeted) programme into whch ABAP memory value is EXPORTED.&lt;/P&gt;&lt;P&gt;Can somebody guide how to find this receiver ABAP memory programme/class/function module(in which memory is IMPORTED)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;SD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Nov 2015 14:52:34 GMT</pubDate>
    <dc:creator>sanjay_deshpande4</dc:creator>
    <dc:date>2015-11-09T14:52:34Z</dc:date>
    <item>
      <title>ABAP memory question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-question/m-p/11377641#M1923344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;I am working on exisiting development in which am supposed to find the (targeted) programme into whch ABAP memory value is EXPORTED.&lt;/P&gt;&lt;P&gt;Can somebody guide how to find this receiver ABAP memory programme/class/function module(in which memory is IMPORTED)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;SD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 14:52:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-question/m-p/11377641#M1923344</guid>
      <dc:creator>sanjay_deshpande4</dc:creator>
      <dc:date>2015-11-09T14:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-question/m-p/11377642#M1923345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no direct where used list available to find receiver ABAP memory programme/class/fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to scan all custom programs ( z* &amp;amp; y* ) using standard SAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;RS_ABAP_SOURCE_SCAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Use keyword as ABAP memory id used in sender program as memory has to be same in both the sender and receiver program.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashish Desai&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 15:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-question/m-p/11377642#M1923345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-11-09T15:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-question/m-p/11377643#M1923346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;There is no direct where used list available to find receiver ABAP memory programme/class/fm.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the exact reason why I don't like IMPORT/ EXPORT to MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 15:50:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-question/m-p/11377643#M1923346</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2015-11-09T15:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-question/m-p/11377644#M1923347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So it is better to put the comment where this export variable will be imported.Also in the target place it should mention from where it will be imported.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 15:58:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-question/m-p/11377644#M1923347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-11-09T15:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-question/m-p/11377645#M1923348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't bother with memory export and import. Use instead a static attribute or statics methods of a class. That way you can easily do a "where-used". (Or if you prefer, use a couple of function modules with global data).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 17:10:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-question/m-p/11377645#M1923348</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2015-11-09T17:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-question/m-p/11377646#M1923349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know, static attributes and "function group instances" exist only in the corresponding internal session.&lt;/P&gt;&lt;P&gt;If you want to pass the data from one internal session to another (i.e. if you are using SUBMIT or CALL TRANSACTION), ABAP memory could be a solution (of course, there is a plenty of other techniques such as shared objects, but they are more complicated).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In such cases it is a good idea to create a public constant in global Z-class with the name of the memory ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;export it001 = it001 to memory id ZCL_GLOBAL_CLASS=&amp;gt;MEMORY_ID_NAME.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;import it001 = it001 from memory id ZCL_GLOBAL_CLASS=&amp;gt;MEMORY_ID_NAME.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;But, of course, it is better to design your applications without using of ABAP memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 20:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-question/m-p/11377646#M1923349</guid>
      <dc:creator>ivan_shadrin</dc:creator>
      <dc:date>2015-11-09T20:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-question/m-p/11377647#M1923350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can debug this program, you can set up a breakpoint for the statement IMPORT FROM MEMORY.&lt;/P&gt;&lt;P&gt;I think, it is the most convinient way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also it is a good idea to replace the constant with global constant in global class (see my prevous answer in this discussion).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 20:53:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-question/m-p/11377647#M1923350</guid>
      <dc:creator>ivan_shadrin</dc:creator>
      <dc:date>2015-11-09T20:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-question/m-p/11377648#M1923351</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;BR /&gt;Check the change request where the export abap code was save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be there are the abap objects that contains the import abap code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 11:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-question/m-p/11377648#M1923351</guid>
      <dc:creator>roberto_forti</dc:creator>
      <dc:date>2015-11-18T11:50:24Z</dc:date>
    </item>
  </channel>
</rss>

