<?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: Upload excel- multiple sheets in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-multiple-sheets/m-p/3470088#M834114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhupal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know we can download multiple sheets using OLE. &lt;/P&gt;&lt;P&gt;But is it possible to upload also?&lt;/P&gt;&lt;P&gt;If yes, could you please explain how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2008 09:32:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-06T09:32:30Z</dc:date>
    <item>
      <title>Upload excel- multiple sheets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-multiple-sheets/m-p/3470086#M834112</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;Is it possible to read data into SAP from an excel with multiple sheets?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a scenario wherein I need to upload data from multiple sheets(say 3) in an excel. Is there any way to achieve this? Are there any function modules available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 09:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-multiple-sheets/m-p/3470086#M834112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T09:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Upload excel- multiple sheets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-multiple-sheets/m-p/3470087#M834113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can use OLE to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;awrd points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhupal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 09:23:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-multiple-sheets/m-p/3470087#M834113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T09:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Upload excel- multiple sheets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-multiple-sheets/m-p/3470088#M834114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhupal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know we can download multiple sheets using OLE. &lt;/P&gt;&lt;P&gt;But is it possible to upload also?&lt;/P&gt;&lt;P&gt;If yes, could you please explain how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 09:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-multiple-sheets/m-p/3470088#M834114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T09:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Upload excel- multiple sheets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-multiple-sheets/m-p/3470089#M834115</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;&lt;/P&gt;&lt;P&gt;Through its Open Object Interface, ABAP supports the OLE2 Automation technique. Desktop applications that provide their functionality in the form of an OLE2 Automation Server (such as Excel or WinWord) can be thus be integrated into R/3.&lt;/P&gt;&lt;P&gt;All applications controlled by ABAP must be registered in R/3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following ABAP key words control the applications:&lt;/P&gt;&lt;P&gt;  CREATE OBJECT&lt;/P&gt;&lt;P&gt;  SET PROPERTY&lt;/P&gt;&lt;P&gt;  GET PROPERTY&lt;/P&gt;&lt;P&gt;  CALL METHOD&lt;/P&gt;&lt;P&gt;  FREE OBJECT&lt;/P&gt;&lt;P&gt;When called from an ABAP program, the SAPGUI acts as OLE client, and the desktop application as the OLE server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Implementation&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Communication between the applications server and the frontend is via the RFC interface. The SAPGUI contains special OLE functions which you can address from ABAP programs with normal RFC calls (destination &amp;#145;SAPGUI&amp;#146;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The implementation is realized by means of the ABAP keywords CREATE OBJECT and FREE OBJECT (which call the function modules CREATE_OBJECT and FREE_OBJECT) and C functions which are written as RFC Server programs.&lt;/P&gt;&lt;P&gt;In CREATE OBJECT , the ABAP processor reads the relevant entry in the table TOLE and uses the found OLE class-ID to call the function OLE_CREATE_OBJECT at the frontend via&lt;/P&gt;&lt;P&gt;RFC. Then the functions that are necessary for generating an OLE object are called from the Windows OLE library and an object handle is returned to the ABAP processor. &lt;/P&gt;&lt;P&gt;From an OLE point of view, the SAPGUI represents the actual OLE client. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The commands CALL METHOD  GET PROPERTY  and SET PROPERTY are bundled on the application server and passed to the SAPGUI function OLE_FLUSH_CALL in the form of an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FREE OBJECT calls the SAPGUI function  OLE_RELEASE_OBJECT which, besides&lt;/P&gt;&lt;P&gt;the OLE call, also releases all resources retrieved for this object at the frontend.&lt;/P&gt;&lt;P&gt;Reading the Typeinfo is also implemented via an RFC call to the SAPGUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open an EXCEL file with the method 'Open':&lt;/P&gt;&lt;P&gt;INCLUDE OLE2INCL.&lt;/P&gt;&lt;P&gt;DATA EXCEL TYPE OLE2_OBJECT.&lt;/P&gt;&lt;P&gt;DATA WORKBOOK TYPE OLE2_OBJECT.&lt;/P&gt;&lt;P&gt;CREATE OBJECT EXCEL 'Excel.Application'.&lt;/P&gt;&lt;P&gt;CALL METHOD OF EXCEL 'WORKBOOKS' = WORKBOOK.&lt;/P&gt;&lt;P&gt;CALL METHOD OF WORKBOOK 'Open' EXPORTING #1 = 'C:\EX1.XLS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this helps, Do reward.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 09:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-multiple-sheets/m-p/3470089#M834115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T09:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Upload excel- multiple sheets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-multiple-sheets/m-p/3470090#M834116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Runal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u send a code for this...?&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;Dharmesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 11:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-multiple-sheets/m-p/3470090#M834116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T11:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Upload excel- multiple sheets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-multiple-sheets/m-p/3470091#M834117</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;Check the following link:http://www.sap-img.com/abap/uploading-multiple-multitab-excel-sheets-or-ranges.htm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 11:17:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-excel-multiple-sheets/m-p/3470091#M834117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T11:17:05Z</dc:date>
    </item>
  </channel>
</rss>

