<?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 Background execution for html output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-for-html-output/m-p/3712077#M893617</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'm having a bit of a problem with creating folders and html files using background execution.  The problem is that, everytime I execute the background processing, it cancels.  The program actually creates folders and subfolders for the spool list in html file.  I used the FM WS_DOWNLOAD to download the html file to the folder.  Any ideas on this?  Hope you could help me.  Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2008 07:21:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-25T07:21:12Z</dc:date>
    <item>
      <title>Background execution for html output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-for-html-output/m-p/3712077#M893617</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'm having a bit of a problem with creating folders and html files using background execution.  The problem is that, everytime I execute the background processing, it cancels.  The program actually creates folders and subfolders for the spool list in html file.  I used the FM WS_DOWNLOAD to download the html file to the folder.  Any ideas on this?  Hope you could help me.  Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 07:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-for-html-output/m-p/3712077#M893617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T07:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Background execution for html output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-for-html-output/m-p/3712078#M893618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WS_DOWNLOAD &lt;EM&gt;(and the non-obsolete version GUI_DOWNLOAD or the class for this interaction)&lt;/EM&gt; uses functionality in the SAPGui to transfer data to your PC / LAN... but a background job has no such connection and so cannot write to the PC / LAN that way.  Typically a background job will write data to files on the application server and you then need to transfer them from  there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 07:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-for-html-output/m-p/3712078#M893618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T07:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Background execution for html output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-for-html-output/m-p/3712079#M893619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WS_DOWNLOAD will not work in background mode as background processsing takes place at application server and WS_DOWNLOAD can download only at presentation server. Also this obsolete FM. Latest FM is GUI_DOWNLOAD. But this also doesnt work in background mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In background mode you will have to store the files on application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at below link:&lt;/P&gt;&lt;P&gt;[Working with files on application server|http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3c7f358411d1829f0000e829fbfe/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vibha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark all the useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 07:31:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-for-html-output/m-p/3712079#M893619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T07:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Background execution for html output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-for-html-output/m-p/3712080#M893620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.  Thanks for your replies.  Actually, I already know how to save in application server, it's just that we handle massive volume of data, that's why I was looking for other alternatives where in we can just save the files in a different server just so it wouldn't get too crowded in the application server.  Will there be a difference if I try to do background processing in one of the shared folders in a server instead of using application server?  Will it work?  Thanks so much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anna Bechayda on Apr 25, 2008 12:57 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 10:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-for-html-output/m-p/3712080#M893620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T10:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Background execution for html output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-for-html-output/m-p/3712081#M893621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The sites I've worked on typically have gigs &amp;amp; gigs on the application server (check with Basis) so provided the files are only present for a short while there typically is no problem... but you should be able to write (permissions depending, of course) to any {logical or physical} drive that can be seen from the application server - you could also consider an FTP step at the end of the job that writes the data in background to get your files across.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 11:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-for-html-output/m-p/3712081#M893621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T11:41:14Z</dc:date>
    </item>
  </channel>
</rss>

