<?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: Problems with SUBMIT and EXPORTING LIST TO MEMORY in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-submit-and-exporting-list-to-memory/m-p/3484450#M837729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd also tried it before posting here, but it doesn't work either&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm starting to think that LIST_FROM_MEMORY doesn't work with reports launched in background mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway thanks for your answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2008 15:43:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-06T15:43:17Z</dc:date>
    <item>
      <title>Problems with SUBMIT and EXPORTING LIST TO MEMORY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-submit-and-exporting-list-to-memory/m-p/3484448#M837727</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;I have a program that executes another report using a submit call, then the output of this submit is retrieved to the program using the LIST_TO_MEMORY FM. Source code it's something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SUBMIT rptime00 
             EXPORTING LIST TO MEMORY AND RETURN
             WITH SELECTION-TABLE t_params
             USER 'my_user'.

CALL FUNCTION 'LIST_FROM_MEMORY'
     TABLES
         listobject = t_table
     EXCEPTIONS
         not_found  = 1
         OTHERS     = 2.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code works fine if I execute the program in foreground. But when I try to execute the report in background (F9 instead of F8 for example), submit works fine but LIST_FROM_MEMORY returns a NOT FOUND exception instead of the output of submitted program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, is it possible to retrieve the output of a program called via submit when the report that executes the submit is executed in background?, how can I retrieve the output of submit when the report is executed in background?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 12:30:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-submit-and-exporting-list-to-memory/m-p/3484448#M837727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T12:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SUBMIT and EXPORTING LIST TO MEMORY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-submit-and-exporting-list-to-memory/m-p/3484449#M837728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT rptime00 &lt;/P&gt;&lt;P&gt;             EXPORTING LIST TO MEMORY AND RETURN&lt;/P&gt;&lt;P&gt;             WITH SELECTION-TABLE t_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 14:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-submit-and-exporting-list-to-memory/m-p/3484449#M837728</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2008-03-06T14:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SUBMIT and EXPORTING LIST TO MEMORY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-submit-and-exporting-list-to-memory/m-p/3484450#M837729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd also tried it before posting here, but it doesn't work either&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm starting to think that LIST_FROM_MEMORY doesn't work with reports launched in background mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway thanks for your answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 15:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-submit-and-exporting-list-to-memory/m-p/3484450#M837729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T15:43:17Z</dc:date>
    </item>
  </channel>
</rss>

