<?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 submit exporting list to memory and return; background execution in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-exporting-list-to-memory-and-return-background-execution/m-p/6693530#M1451461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a report A, that calls a report B using "SUBMIT B EXPORTING LIST TO MEMORY AND RETURN". Then in report A the result of report B is read from ABAP Memory using FM "LIST_FROM_MEMORY". Works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i call Report A in background, the result of report B is written to SPOOL instead of ABAP memory. Seems there is no ABAP memory for the background execution ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can i do, do i have to use "SUBMIT B TO SAP-SPOOL AND RETURN" and then read the list from SPOOL ? Will this work in  fore- and background execution ? Or is there another (more simple) way ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Feb 2010 12:46:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-25T12:46:42Z</dc:date>
    <item>
      <title>submit exporting list to memory and return; background execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-exporting-list-to-memory-and-return-background-execution/m-p/6693530#M1451461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a report A, that calls a report B using "SUBMIT B EXPORTING LIST TO MEMORY AND RETURN". Then in report A the result of report B is read from ABAP Memory using FM "LIST_FROM_MEMORY". Works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i call Report A in background, the result of report B is written to SPOOL instead of ABAP memory. Seems there is no ABAP memory for the background execution ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can i do, do i have to use "SUBMIT B TO SAP-SPOOL AND RETURN" and then read the list from SPOOL ? Will this work in  fore- and background execution ? Or is there another (more simple) way ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 12:46:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-exporting-list-to-memory-and-return-background-execution/m-p/6693530#M1451461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T12:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: submit exporting list to memory and return; background execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-exporting-list-to-memory-and-return-background-execution/m-p/6693531#M1451462</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;Use IMPORT/EXPORT or SET/GET parameters to read the variables instead of FM. For background execution, you need to use FMs, JOB_OPEN and JOB_CLOSE etc. and SUBMIT and RETURN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Feb 2010 12:49:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-exporting-list-to-memory-and-return-background-execution/m-p/6693531#M1451462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-28T12:49:32Z</dc:date>
    </item>
  </channel>
</rss>

