<?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: Uploading excel file in SAP from background processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-excel-file-in-sap-from-background-processing/m-p/8047448#M1611487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try writing the program for foreground like normally you do and set up a background job to execute your program by saving the variant of the program with the path of the file in it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sample code for front end excel upload is here&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/upload-direct-excel.htm" target="test_blank"&gt;http://www.sap-img.com/abap/upload-direct-excel.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Jul 2011 03:34:56 GMT</pubDate>
    <dc:creator>sjeevan</dc:creator>
    <dc:date>2011-07-09T03:34:56Z</dc:date>
    <item>
      <title>Uploading excel file in SAP from background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-excel-file-in-sap-from-background-processing/m-p/8047445#M1611484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a large excel file to be uploaded in SAP. I would like to know if there is any FM that can read this FM in background and then take it for further processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of now I came across all the FM that processes excel only in foreground.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue that I am facing is that because of huge size of this excel, there are memory dump. Which I want to avoid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So could you suggest some ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 09:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-excel-file-in-sap-from-background-processing/m-p/8047445#M1611484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T09:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading excel file in SAP from background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-excel-file-in-sap-from-background-processing/m-p/8047446#M1611485</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;how about:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exporting in excel to csv format and uploading this file onto the application server. Change the coding of the given report to "open dataset, read dataset, ..."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 09:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-excel-file-in-sap-from-background-processing/m-p/8047446#M1611485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T09:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading excel file in SAP from background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-excel-file-in-sap-from-background-processing/m-p/8047447#M1611486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is answer u r looking for:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="187544"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 14:52:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-excel-file-in-sap-from-background-processing/m-p/8047447#M1611486</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2011-07-07T14:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading excel file in SAP from background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-excel-file-in-sap-from-background-processing/m-p/8047448#M1611487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try writing the program for foreground like normally you do and set up a background job to execute your program by saving the variant of the program with the path of the file in it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sample code for front end excel upload is here&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/upload-direct-excel.htm" target="test_blank"&gt;http://www.sap-img.com/abap/upload-direct-excel.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jul 2011 03:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-excel-file-in-sap-from-background-processing/m-p/8047448#M1611487</guid>
      <dc:creator>sjeevan</dc:creator>
      <dc:date>2011-07-09T03:34:56Z</dc:date>
    </item>
  </channel>
</rss>

