<?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: Function module:EXCEL_OLE_STANDARD_DAT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-excel-ole-standard-dat/m-p/1881367#M370076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Fathima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether you are passing the parameters in this fashion only to the FM ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'EXCEL_OLE_STANDARD_DAT'
     EXPORTING
          FILE_NAME                 = 'C:USR03.XLS'
          DATA_SHEET_NAME           = 'USER LIST'
    TABLES
         DATA_TAB                  =  ITABUSR03
         FIELDNAMES                =  FLDITAB
 
    EXCEPTIONS
         FILE_NOT_EXIST            = 1
         FILENAME_EXPECTED         = 2
         COMMUNICATION_ERROR       = 3
         OLE_OBJECT_METHOD_ERROR   = 4
         OLE_OBJECT_PROPERTY_ERROR = 5
         INVALID_FILENAME          = 6
         INVALID_PIVOT_FIELDS      = 7
         DOWNLOAD_PROBLEM          = 8
         OTHERS                    = 9.
IF SY-SUBRC &amp;lt;&amp;gt; 0.
 MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jan 2007 10:10:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-10T10:10:59Z</dc:date>
    <item>
      <title>Function module:EXCEL_OLE_STANDARD_DAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-excel-ole-standard-dat/m-p/1881366#M370075</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;In bdc download,while downloading the file using the function module :&lt;/P&gt;&lt;P&gt;EXCEL_OLE_STANDARD_DAT, zeros are appended in some of the columns of the first row in the excel sheet.&lt;/P&gt;&lt;P&gt;can anyone please help me out in this issue so that i do not get those zeros appended in the first row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thasneem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 09:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-excel-ole-standard-dat/m-p/1881366#M370075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T09:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Function module:EXCEL_OLE_STANDARD_DAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-excel-ole-standard-dat/m-p/1881367#M370076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Fathima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether you are passing the parameters in this fashion only to the FM ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'EXCEL_OLE_STANDARD_DAT'
     EXPORTING
          FILE_NAME                 = 'C:USR03.XLS'
          DATA_SHEET_NAME           = 'USER LIST'
    TABLES
         DATA_TAB                  =  ITABUSR03
         FIELDNAMES                =  FLDITAB
 
    EXCEPTIONS
         FILE_NOT_EXIST            = 1
         FILENAME_EXPECTED         = 2
         COMMUNICATION_ERROR       = 3
         OLE_OBJECT_METHOD_ERROR   = 4
         OLE_OBJECT_PROPERTY_ERROR = 5
         INVALID_FILENAME          = 6
         INVALID_PIVOT_FIELDS      = 7
         DOWNLOAD_PROBLEM          = 8
         OTHERS                    = 9.
IF SY-SUBRC &amp;lt;&amp;gt; 0.
 MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 10:10:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-excel-ole-standard-dat/m-p/1881367#M370076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T10:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Function module:EXCEL_OLE_STANDARD_DAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-excel-ole-standard-dat/m-p/1881368#M370077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Santosh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried the way you have told but still those zeros are appended.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 10:19:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-excel-ole-standard-dat/m-p/1881368#M370077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T10:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function module:EXCEL_OLE_STANDARD_DAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-excel-ole-standard-dat/m-p/1881369#M370078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fathima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just carefully check you excel file and remove all strange formatting, headers, invisible signs etc, just clean it up. It is very often helpful when you are doing data transfer from excel files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 10:33:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-excel-ole-standard-dat/m-p/1881369#M370078</guid>
      <dc:creator>marcin_makowski</dc:creator>
      <dc:date>2007-01-10T10:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Function module:EXCEL_OLE_STANDARD_DAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-excel-ole-standard-dat/m-p/1881370#M370079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Marcin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am downloading my data into an excel file.So, my output is an excel sheet . In my output i get those zeros in the first row in few columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thasneem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 10:43:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-excel-ole-standard-dat/m-p/1881370#M370079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T10:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Function module:EXCEL_OLE_STANDARD_DAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-excel-ole-standard-dat/m-p/1881371#M370080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fathima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked this FM in testing mode - it sets up always first row as a header if column names are specified, if not this row will be empty - actually it is working fine for me. Can you paste here content of both internal tables that you are passing to FM (data and column names) and also result from excel file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 12:03:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-excel-ole-standard-dat/m-p/1881371#M370080</guid>
      <dc:creator>marcin_makowski</dc:creator>
      <dc:date>2007-01-10T12:03:28Z</dc:date>
    </item>
  </channel>
</rss>

