<?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 problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-problem/m-p/1926648#M384394</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;Please check this link perhaps it may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/communication%20to%20presentation%20server%20in%20background%20mode.doc" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/communication%20to%20presentation%20server%20in%20background%20mode.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Feb 2007 15:12:13 GMT</pubDate>
    <dc:creator>ferry_lianto</dc:creator>
    <dc:date>2007-02-06T15:12:13Z</dc:date>
    <item>
      <title>Background processing problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-problem/m-p/1926647#M384393</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;Need some help regarding processing an upload in the background.&lt;/P&gt;&lt;P&gt;Actually I am picking a file daily from the presentation server by using the GUI_UPLOAD FM and also I am downloading the file for all data which cud not be uploaded using GUI_DOWNLOAD. &lt;/P&gt;&lt;P&gt;The program is working fine in the frontend. &lt;/P&gt;&lt;P&gt;But when I am scheduling I am unable to upload any data . &lt;/P&gt;&lt;P&gt;The job is gettin cancelled stating the frontend operations cud not be carried out in the background . &lt;/P&gt;&lt;P&gt;At this stage what am i supposed to do , &lt;/P&gt;&lt;P&gt;I now need to know are there some Function modules which can be used for the same purpose in the background . &lt;/P&gt;&lt;P&gt;Or there is some workaround by reading data from the application server and then creating the file at the application server.&lt;/P&gt;&lt;P&gt;any inputs will be helpful .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 15:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-problem/m-p/1926647#M384393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T15:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Background processing problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-problem/m-p/1926648#M384394</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;Please check this link perhaps it may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/communication%20to%20presentation%20server%20in%20background%20mode.doc" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/communication%20to%20presentation%20server%20in%20background%20mode.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 15:12:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-problem/m-p/1926648#M384394</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-02-06T15:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Background processing problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-problem/m-p/1926649#M384395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GUI_UPLOAD &amp;amp; GUI_DOWNLOAD works fine in foreground. These function modules do not work in background as suggested by SAP. So, U need to always run the program in foreground.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to run the program in background, u need to use data on Application Server...Using DATASET concepts u can read data from Application server &amp;amp; even u can transfer data to Application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still if u need u can transfer data from presentation server to application server and use in ur program...then once data gets transffered to application server, u can retrieve data to presentation server...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use &amp;lt;b&amp;gt;CG3Y&amp;lt;/b&amp;gt; -- EHS: Download Appl. to Front End&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CG3Z&amp;lt;/b&amp;gt; -- EHS: Upload from Front End to Appl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Ramesh Babu Chirumamilla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 15:15:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-problem/m-p/1926649#M384395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T15:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Background processing problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-problem/m-p/1926650#M384396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got ur point , &lt;/P&gt;&lt;P&gt;that we need to first bring down the data file to the application server , for which we need to run the cg3z transaction . &lt;/P&gt;&lt;P&gt;But can't we schedule this presentation to application transition . &lt;/P&gt;&lt;P&gt;Like in my case the file is  getting appended every 30 minutes . &lt;/P&gt;&lt;P&gt;My program needs to pick this file data and upload the newly added entries into SAP. &lt;/P&gt;&lt;P&gt;Now even if my program is running to pick the file from application layer. &lt;/P&gt;&lt;P&gt;Still theres  got to be an interface scheduled , which needs  to bring the data file from the presentation to the application . &lt;/P&gt;&lt;P&gt;Can u brief me , how to go about it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 06:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-problem/m-p/1926650#M384396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T06:30:01Z</dc:date>
    </item>
  </channel>
</rss>

