<?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: Dump while background processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-background-processing/m-p/2866067#M672269</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot download to your desktop in background. When you execute in the background, the execution actually happens on the server end and your server will not know your desktop location at that time. That is why it dumps. If your local directory structure is mounted on the application server, only in such cases, it treats the desktop locations similar to application server location. But even in those cases, you cannot use WS_DOWNLOAD or GUI_DOWNLOAD etc. You have to create a file on the application server using OPEN DATASET, TRANSFER, and CLOSE DATASET commands.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2007 14:37:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-03T14:37:34Z</dc:date>
    <item>
      <title>Dump while background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-background-processing/m-p/2866063#M672265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  When I run my program in forground I am able to download the file on PC.But when I run the program in background its generating the spool but its not creating the file on my PC for the path I have giving and also its not showing any output in the spool that its creating.When I remove the download file option and execute the program in background it works fine.&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Davinder Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 14:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-background-processing/m-p/2866063#M672265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T14:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-background-processing/m-p/2866064#M672266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Background processing does not support Presentation file download. When you run program in background, you can download file using WS_DOWNLOAD any similar funciton modules. That is the reason program is giving a short dump.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 14:32:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-background-processing/m-p/2866064#M672266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T14:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-background-processing/m-p/2866065#M672267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GUI_DOWNLOAD doesnot support this? I am using GUI_DOWNLOAD FM.Shoud I use WS_DOWNLOAD FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 14:34:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-background-processing/m-p/2866065#M672267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T14:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-background-processing/m-p/2866066#M672268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No any presentation server file download function module is not supported for background processing. If you use any of these function modules, you CAN NOT run your program in background.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 14:36:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-background-processing/m-p/2866066#M672268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T14:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-background-processing/m-p/2866067#M672269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot download to your desktop in background. When you execute in the background, the execution actually happens on the server end and your server will not know your desktop location at that time. That is why it dumps. If your local directory structure is mounted on the application server, only in such cases, it treats the desktop locations similar to application server location. But even in those cases, you cannot use WS_DOWNLOAD or GUI_DOWNLOAD etc. You have to create a file on the application server using OPEN DATASET, TRANSFER, and CLOSE DATASET commands.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 14:37:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-background-processing/m-p/2866067#M672269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T14:37:34Z</dc:date>
    </item>
  </channel>
</rss>

