<?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 program exporting list to memory and return in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-exporting-list-to-memory-and-return-in-background/m-p/6022606#M1347923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following code in one of my program to get opening and closing stock of a material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SUBMIT RM07MLBD
         WITH MATNR IN LOC_R_MATNR
         WITH WERKS IN LOC_R_WERKS
         WITH DATUM IN LOC_R_DATE
         WITH PA_SUMFL = WL_X
         AND RETURN
         EXPORTING LIST TO MEMORY.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program is working fine when executed in foreground. however when executed in background the job is cancelled. I tried to debug in background through SM50 and found that the program is terminated(No short dump but debug screen is closed and i dont see this program running in SM50) when the above code is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found in the forum that when an ALV report is submitted in background it does not work. In my case the standard program is producing an ALV list (not ALV grid though).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would i avoid this situation because the program i am submitting is a standard program.&lt;/P&gt;&lt;P&gt;What is the best solution to avoid from background jobs being cancelled when the above code is executed. Is there an alternate way that i can use to submit the program  and get data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Aug 2009 14:39:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-07T14:39:00Z</dc:date>
    <item>
      <title>Submit program exporting list to memory and return in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-exporting-list-to-memory-and-return-in-background/m-p/6022606#M1347923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following code in one of my program to get opening and closing stock of a material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SUBMIT RM07MLBD
         WITH MATNR IN LOC_R_MATNR
         WITH WERKS IN LOC_R_WERKS
         WITH DATUM IN LOC_R_DATE
         WITH PA_SUMFL = WL_X
         AND RETURN
         EXPORTING LIST TO MEMORY.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program is working fine when executed in foreground. however when executed in background the job is cancelled. I tried to debug in background through SM50 and found that the program is terminated(No short dump but debug screen is closed and i dont see this program running in SM50) when the above code is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found in the forum that when an ALV report is submitted in background it does not work. In my case the standard program is producing an ALV list (not ALV grid though).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would i avoid this situation because the program i am submitting is a standard program.&lt;/P&gt;&lt;P&gt;What is the best solution to avoid from background jobs being cancelled when the above code is executed. Is there an alternate way that i can use to submit the program  and get data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 14:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-exporting-list-to-memory-and-return-in-background/m-p/6022606#M1347923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T14:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Submit program exporting list to memory and return in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-exporting-list-to-memory-and-return-in-background/m-p/6022607#M1347924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any inputs on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 17:14:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-exporting-list-to-memory-and-return-in-background/m-p/6022607#M1347924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T17:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Submit program exporting list to memory and return in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-exporting-list-to-memory-and-return-in-background/m-p/6022608#M1347925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just excute your standard program with the same input in back ground mode and check&lt;/P&gt;&lt;P&gt;out put is coming or not .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If output is not coming search by sy-batch and make the break points there and Ideantify&lt;/P&gt;&lt;P&gt;the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you execute the standard program  in back ground mode If the output is come it should in your Zreport also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried in my system in background mode also the output is coming for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx,&lt;/P&gt;&lt;P&gt;Sam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 17:52:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-exporting-list-to-memory-and-return-in-background/m-p/6022608#M1347925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T17:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Submit program exporting list to memory and return in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-exporting-list-to-memory-and-return-in-background/m-p/6022609#M1347926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved by myself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 19:53:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-exporting-list-to-memory-and-return-in-background/m-p/6022609#M1347926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T19:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Submit program exporting list to memory and return in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-exporting-list-to-memory-and-return-in-background/m-p/6022610#M1347927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I meet the same problem with you.&lt;/P&gt;&lt;P&gt;Would you like to share the solution ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Colin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 03:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-exporting-list-to-memory-and-return-in-background/m-p/6022610#M1347927</guid>
      <dc:creator>com_2018</dc:creator>
      <dc:date>2010-01-08T03:54:43Z</dc:date>
    </item>
  </channel>
</rss>

