<?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 Excel file upload in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-file-upload-in-background/m-p/7203757#M1521672</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;any one inform me how to Excel file will be Executed as a background job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Excel file will be executed as a background job.&lt;/P&gt;&lt;P&gt;This will eliminate issues related to network speed,&lt;/P&gt;&lt;P&gt;time-outs,user logging off,ect;&lt;/P&gt;&lt;P&gt;and the need for the user to remain logged in to the transaction till it finishes&lt;/P&gt;&lt;P&gt;execution. After the background job completes the output report will be sent to the &lt;/P&gt;&lt;P&gt;user via email as an attachment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopal&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;Duplicate thread.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishan P on Aug 24, 2010 10:39 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Aug 2010 14:23:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-19T14:23:09Z</dc:date>
    <item>
      <title>Excel file upload in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-file-upload-in-background/m-p/7203757#M1521672</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;any one inform me how to Excel file will be Executed as a background job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Excel file will be executed as a background job.&lt;/P&gt;&lt;P&gt;This will eliminate issues related to network speed,&lt;/P&gt;&lt;P&gt;time-outs,user logging off,ect;&lt;/P&gt;&lt;P&gt;and the need for the user to remain logged in to the transaction till it finishes&lt;/P&gt;&lt;P&gt;execution. After the background job completes the output report will be sent to the &lt;/P&gt;&lt;P&gt;user via email as an attachment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopal&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;Duplicate thread.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishan P on Aug 24, 2010 10:39 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 14:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-file-upload-in-background/m-p/7203757#M1521672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T14:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Excel file upload in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-file-upload-in-background/m-p/7203758#M1521673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It won't be processed as a background job.  You'll need to get the file into a usable format and parked in a APPS server folder first.  Then a background job can process....Or, read the file in foreground, park it in a server folder or put into Z table, then submit a program as a job to process what you uploaded and stroed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 14:30:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-file-upload-in-background/m-p/7203758#M1521673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T14:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Excel file upload in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-file-upload-in-background/m-p/7203759#M1521674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;function module for email attachment  - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function module SO_DOCUMENT_SEND_API1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function module for background schedule - u2018ALSM_EXCEL_TO_INTERNAL_TABLEu2019&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When scheduling a job in the background the appropriate statement to read in your file is OPEN DATASET, and the file must be on the file system that the SAP server can see. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At anytime, a user can switch of the Personal Computers even though the job is still running in the background.  Therefore GUI_* and WS_* function modules are not designed to work in that way, as they need to access your personal computer  file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To choose the correct download method to used, you can check the value of SY-BATCH in your code, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is 'X' use OPEN DATASET and if it is ' ' use WS_UPLOAD. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------" /&gt;&lt;P&gt;link for help - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="7570851"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 14:36:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-file-upload-in-background/m-p/7203759#M1521674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T14:36:28Z</dc:date>
    </item>
  </channel>
</rss>

