<?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 Scheduling in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-scheduling/m-p/5029752#M1170054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am scheduling my report in the Background.&lt;/P&gt;&lt;P&gt;Actually, my report is used to upload an excel file from the specified file path into an Internal table and i am using the Internal table to modify the Database table.&lt;/P&gt;&lt;P&gt;I am using the FM "TEXT_CONVERT_XLS_TO_SAP" and it works correctly in the Foreground and updates the database table.&lt;/P&gt;&lt;P&gt;But when i schedule the report in background it does not update the Database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jan 2009 10:37:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-12T10:37:41Z</dc:date>
    <item>
      <title>Background Scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-scheduling/m-p/5029752#M1170054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am scheduling my report in the Background.&lt;/P&gt;&lt;P&gt;Actually, my report is used to upload an excel file from the specified file path into an Internal table and i am using the Internal table to modify the Database table.&lt;/P&gt;&lt;P&gt;I am using the FM "TEXT_CONVERT_XLS_TO_SAP" and it works correctly in the Foreground and updates the database table.&lt;/P&gt;&lt;P&gt;But when i schedule the report in background it does not update the Database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 10:37:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-scheduling/m-p/5029752#M1170054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T10:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Background Scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-scheduling/m-p/5029753#M1170055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your excel file is on the local workstaion(PC), it wont get uploaded when you run the prog in background. Keep the file in the application server and read it from there for uploading into table.&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;Jinson.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 10:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-scheduling/m-p/5029753#M1170055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T10:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Background Scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-scheduling/m-p/5029754#M1170056</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;When you use a background job, and retreiving data from the files, then better use the application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Open datasets and then transfer the data into your internal table and then update the data base.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 10:43:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-scheduling/m-p/5029754#M1170056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T10:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Background Scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-scheduling/m-p/5029755#M1170057</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;yes exactly as they said when ever we are executing program in the background it is always better to read it from the application server only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using OPEN DATASET &amp;lt;file name&amp;gt;...&lt;/P&gt;&lt;P&gt;READ... and CLOSE DATASET you can do that then the program will execute in the background............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 10:49:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-scheduling/m-p/5029755#M1170057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T10:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Background Scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-scheduling/m-p/5029756#M1170058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U r running the program in back ground ,and uploading  the  excel file  for this case better use  application server path .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET dset FOR access IN mode [position] &lt;/P&gt;&lt;P&gt;                                     [os_addition] &lt;/P&gt;&lt;P&gt;                                     [error_handling].&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;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 11:01:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-scheduling/m-p/5029756#M1170058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T11:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Background Scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-scheduling/m-p/5029757#M1170059</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;When you are running background job and fetching tha data from from the file, always better to use the application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use open dataset read and close dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jyothi CH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 11:29:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-scheduling/m-p/5029757#M1170059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T11:29:00Z</dc:date>
    </item>
  </channel>
</rss>

