<?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: background processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/6473702#M1417700</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;Background Processing  deals with Applictaion server only. It doesn't interact with presentation server.&lt;/P&gt;&lt;P&gt;what you can do is just create a folder on application server to get your files downloaded to app server from background and then  write a separate program to  download those files from application server to presentation server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Geeta Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jan 2010 06:46:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-14T06:46:54Z</dc:date>
    <item>
      <title>background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/6473698#M1417696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in bakground processing and the data needs to be save, does the data always save to server if i choose for example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;open dataset 'c:\sap2notes.txt' for output in text mode
             encoding default.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while i need to save the daa in client's pc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks.&lt;/P&gt;&lt;P&gt;aashta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 01:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/6473698#M1417696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-14T01:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/6473699#M1417697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Open Dataset will always save the contents to the Application server and not the local pc (presentation server).&lt;/P&gt;&lt;P&gt;Once you have saved to the Appl server, you would have to use some RFC. See more details in the IWki Blog mentioned at the following location:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/Working" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/Working&lt;/A&gt;&lt;EM&gt;with&lt;/EM&gt;files#Workingwithfiles-Isitpossibletoworkinbackground%3F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its helpful; to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mansi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 04:16:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/6473699#M1417697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-14T04:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/6473700#M1417698</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;The OPEN DATASET always saves the file on the application server. to save the data on the presentation server USE the remote function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 04:28:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/6473700#M1417698</guid>
      <dc:creator>nirajgadre</dc:creator>
      <dc:date>2010-01-14T04:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/6473701#M1417699</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;If the presentation server you are going to use is one for very few in number then you can check below article which describes about making your PC as a RFC destination and communicate in background. In background you can't communicate with normal PCs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/9831750a-0801-0010-1d9e-f8c64efb2bd2" target="test_blank"&gt;http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/9831750a-0801-0010-1d9e-f8c64efb2bd2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 04:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/6473701#M1417699</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-01-14T04:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/6473702#M1417700</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;Background Processing  deals with Applictaion server only. It doesn't interact with presentation server.&lt;/P&gt;&lt;P&gt;what you can do is just create a folder on application server to get your files downloaded to app server from background and then  write a separate program to  download those files from application server to presentation server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Geeta Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 06:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/6473702#M1417700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-14T06:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/6473703#M1417701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the mean time i used background processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll ask the basis to do the 'Communication to presentation server in bacjground mode' to save the data in presentation layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ti'll next time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 09:31:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/6473703#M1417701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-14T09:31:47Z</dc:date>
    </item>
  </channel>
</rss>

