<?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 regarding external memory access in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-memory-access/m-p/4245184#M1013312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting data from standard report to into my program by using &lt;/P&gt;&lt;P&gt;SUBMIT .......................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING LIST TO MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the actually it is exceeding the memory size and going to dump &lt;/P&gt;&lt;P&gt;what are the suggestions for this and how to resolve the issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in resolving the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2008 06:50:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-07T06:50:58Z</dc:date>
    <item>
      <title>regarding external memory access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-memory-access/m-p/4245184#M1013312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting data from standard report to into my program by using &lt;/P&gt;&lt;P&gt;SUBMIT .......................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING LIST TO MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the actually it is exceeding the memory size and going to dump &lt;/P&gt;&lt;P&gt;what are the suggestions for this and how to resolve the issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in resolving the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 06:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-memory-access/m-p/4245184#M1013312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T06:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: regarding external memory access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-memory-access/m-p/4245185#M1013313</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;Do it like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While export:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C_name = mem_id_name." giving name to that memory place&lt;/P&gt;&lt;P&gt;DATA: EXPORT_MEMORY TYPE C LENGTH 30. " variable for memory ID.&lt;/P&gt;&lt;P&gt;MOVE C_name TO EXPORT_MEMORY.&lt;/P&gt;&lt;P&gt;EXPORT Export_field TO MEMORY ID EXPORT_MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While import:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C_name = mem_id_name.&lt;/P&gt;&lt;P&gt;DATA: EXPORT_MEMORY TYPE C LENGTH 30. " variable for memory ID.&lt;/P&gt;&lt;P&gt;MOVE C_name TO EXPORT_MEMORY.&lt;/P&gt;&lt;P&gt;IMPORT Export_field from MEMORY ID export_memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sendil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 10:38:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-external-memory-access/m-p/4245185#M1013313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T10:38:10Z</dc:date>
    </item>
  </channel>
</rss>

