<?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: Problem while using TEXT_CONVERT_XLS_TO_SAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-text-convert-xls-to-sap/m-p/12663588#M2015854</link>
    <description>&lt;P&gt;ABAP2XLSX is an open-source solution that must be installed in your SAP system. Search the Web for it and you will find the whole procedure and documentation on GitHub.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Patrice&lt;/P&gt;</description>
    <pubDate>Thu, 24 Nov 2022 21:36:47 GMT</pubDate>
    <dc:creator>Patrice</dc:creator>
    <dc:date>2022-11-24T21:36:47Z</dc:date>
    <item>
      <title>Problem while using TEXT_CONVERT_XLS_TO_SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-text-convert-xls-to-sap/m-p/12663583#M2015849</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
  &lt;P&gt;While using this FM I'm getting an error T:&lt;/P&gt;
  &lt;P&gt;Message class: SOFFICEINTEGRATION&lt;/P&gt;
  &lt;P&gt;Message number: 899&lt;/P&gt;
  &lt;P&gt;Message text: Method "&amp;amp;2" of object "&amp;amp;1" was not executed&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Does anybody have any suggestions on how to rectify this error?&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;
  &lt;P&gt;Farhan&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 04:40:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-text-convert-xls-to-sap/m-p/12663583#M2015849</guid>
      <dc:creator>far_sid210333</dc:creator>
      <dc:date>2022-11-23T04:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using TEXT_CONVERT_XLS_TO_SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-text-convert-xls-to-sap/m-p/12663584#M2015850</link>
      <description>&lt;P&gt;Yes, do not use this FM&lt;/P&gt;&lt;P&gt;It is not released by SAP, so you should not used it&lt;/P&gt;&lt;P&gt;Use ABAP2XLSx &lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 07:15:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-text-convert-xls-to-sap/m-p/12663584#M2015850</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-11-23T07:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using TEXT_CONVERT_XLS_TO_SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-text-convert-xls-to-sap/m-p/12663585#M2015851</link>
      <description>&lt;P&gt;Try to provide some context, for example how it is called and with what values&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 07:21:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-text-convert-xls-to-sap/m-p/12663585#M2015851</guid>
      <dc:creator>abo</dc:creator>
      <dc:date>2022-11-23T07:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using TEXT_CONVERT_XLS_TO_SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-text-convert-xls-to-sap/m-p/12663586#M2015852</link>
      <description>CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'&lt;BR /&gt;  EXPORTING&lt;BR /&gt;*   I_FIELD_SEPERATOR          = 'X'&lt;BR /&gt;    I_LINE_HEADER              = 'X'&lt;BR /&gt;    i_tab_raw_data             = WA_STRUCT&lt;BR /&gt;    i_filename                 = P_FILE&lt;BR /&gt;  TABLES&lt;BR /&gt;    i_tab_converted_data       = IT_DETAILS[]&lt;BR /&gt; EXCEPTIONS&lt;BR /&gt;   CONVERSION_FAILED          = 1&lt;BR /&gt;   OTHERS                     = 2&lt;BR /&gt;          .&lt;BR /&gt;&lt;PRE&gt;&lt;CODE&gt;Just passing the file name and trying to get the details into an internal table. But the data

is not coming in the internal table sometimes. When I debugged the FM I found this error.



So please if you know anything regarding this or any alternative of it, then please share.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Nov 2022 10:28:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-text-convert-xls-to-sap/m-p/12663586#M2015852</guid>
      <dc:creator>far_sid210333</dc:creator>
      <dc:date>2022-11-23T10:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using TEXT_CONVERT_XLS_TO_SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-text-convert-xls-to-sap/m-p/12663587#M2015853</link>
      <description>&lt;P&gt;How can I install this. I tried it but I'm not able to do it.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 10:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-text-convert-xls-to-sap/m-p/12663587#M2015853</guid>
      <dc:creator>far_sid210333</dc:creator>
      <dc:date>2022-11-23T10:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using TEXT_CONVERT_XLS_TO_SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-text-convert-xls-to-sap/m-p/12663588#M2015854</link>
      <description>&lt;P&gt;ABAP2XLSX is an open-source solution that must be installed in your SAP system. Search the Web for it and you will find the whole procedure and documentation on GitHub.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Patrice&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 21:36:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-text-convert-xls-to-sap/m-p/12663588#M2015854</guid>
      <dc:creator>Patrice</dc:creator>
      <dc:date>2022-11-24T21:36:47Z</dc:date>
    </item>
  </channel>
</rss>

