<?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: abap memory  not working in interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-not-working-in-interface/m-p/11283954#M1916403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe that, when executing the interface, some of the enhancement points are not being triggered.&amp;nbsp; I would suggest to put an infinite loop in both, and then capture the job just to check.&lt;/P&gt;&lt;P&gt;Suggested loop: (while debbuging it, just change v_end value to end the loop)&lt;/P&gt;&lt;P&gt;Do. &lt;/P&gt;&lt;P&gt;&amp;nbsp; if v_end is not initial.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If both enhancements are executed, I would suggest then to create an static class with only one attribute.&amp;nbsp; In the enhancement that it is sending the data to memory, change the value of this class attribute.&amp;nbsp; And in the second one, check it directly.&amp;nbsp; I prefer this way instead than sending data to memory since such exports are hard to track.&amp;nbsp; If you need to maintain something that some else did, understanding where the export or the import is taking place is quite difficult.&amp;nbsp; By doing this I suggest you, at least you can keep track of where the attribute is being used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Sep 2015 13:17:17 GMT</pubDate>
    <dc:creator>I833978</dc:creator>
    <dc:date>2015-09-16T13:17:17Z</dc:date>
    <item>
      <title>abap memory  not working in interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-not-working-in-interface/m-p/11283952#M1916401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a ehancement point and send data to memory and in other ehancement i get this data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With manual execute it worked ok , but with interface standard process it didnt work .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried use areahandle too .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are other ways or its possible correct it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 12:59:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-not-working-in-interface/m-p/11283952#M1916401</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2015-09-16T12:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: abap memory  not working in interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-not-working-in-interface/m-p/11283953#M1916402</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;What does "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;interface standard process" mean?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 13:10:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-not-working-in-interface/m-p/11283953#M1916402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-16T13:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: abap memory  not working in interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-not-working-in-interface/m-p/11283954#M1916403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe that, when executing the interface, some of the enhancement points are not being triggered.&amp;nbsp; I would suggest to put an infinite loop in both, and then capture the job just to check.&lt;/P&gt;&lt;P&gt;Suggested loop: (while debbuging it, just change v_end value to end the loop)&lt;/P&gt;&lt;P&gt;Do. &lt;/P&gt;&lt;P&gt;&amp;nbsp; if v_end is not initial.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If both enhancements are executed, I would suggest then to create an static class with only one attribute.&amp;nbsp; In the enhancement that it is sending the data to memory, change the value of this class attribute.&amp;nbsp; And in the second one, check it directly.&amp;nbsp; I prefer this way instead than sending data to memory since such exports are hard to track.&amp;nbsp; If you need to maintain something that some else did, understanding where the export or the import is taking place is quite difficult.&amp;nbsp; By doing this I suggest you, at least you can keep track of where the attribute is being used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 13:17:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-not-working-in-interface/m-p/11283954#M1916403</guid>
      <dc:creator>I833978</dc:creator>
      <dc:date>2015-09-16T13:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: abap memory  not working in interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-not-working-in-interface/m-p/11283955#M1916404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all you need to ensure that the process are reaching both enhancements, take the Martin suggestion to check that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To share data in the same LUW you can use IMPORT/EXPORT, Singleton Pattern and Static class as mentioned by Martin, I would prefer a static class because it is simpler as you don't need to instantiate (though it's not a big deal).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to share data between different process take a look at Shared objects:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/c5/85634e53d422409f0975aa9a551297/content.htm" title="http://help.sap.com/saphelp_nw70/helpdata/en/c5/85634e53d422409f0975aa9a551297/content.htm"&gt;Shared Objects - Implementation - ABAP - Shared Objects - SAP Library&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 14:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-not-working-in-interface/m-p/11283955#M1916404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-16T14:48:13Z</dc:date>
    </item>
  </channel>
</rss>

