<?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: Excel to Itab in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-to-itab/m-p/8554232#M1658501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What this FM does is quite straightforward, you should be able to copy it into the Z-namespace and adjust it to allow longer field lengths, namely by copying and adjusting structure ALSMEX_TABLINE.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Feb 2012 10:54:27 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2012-02-20T10:54:27Z</dc:date>
    <item>
      <title>Excel to Itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-to-itab/m-p/8554226#M1658495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue with excel upload. I am uploading excel which has a field of length 70. But the FM ALSM_EXCEL_TO_INTERNAL_TABLE has max field length as 50. So is tehre any other way to do this? please help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 06:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-to-itab/m-p/8554226#M1658495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-20T06:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to Itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-to-itab/m-p/8554227#M1658496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      I hope the best way to upload the excel file is to save the file to save it in .CSV format and use GUI_UPLOAD function module to upload the file to itab. Here the field seperatos would be " , " . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will solve your problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: .CSV file can be created by below mentioned steps.&lt;/P&gt;&lt;P&gt;1).open the excel file.&lt;/P&gt;&lt;P&gt;2). Click on save as button in file menu.&lt;/P&gt;&lt;P&gt;3). In the save dialog box opening, save the file as &amp;lt;filename&amp;gt;.csv . In the file format drop down select (all files &lt;STRONG&gt;.&lt;/STRONG&gt; )&lt;/P&gt;&lt;P&gt;4). Now use the FM "GUI_UPLOAD" to move the data from the file to itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Significance of this is you can use MS-Excel to create the file but need not worry about number of rows you have or the length of each column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know for any questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praveenkumar T.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 06:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-to-itab/m-p/8554227#M1658496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-20T06:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to Itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-to-itab/m-p/8554228#M1658497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;check these links and FMs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'GUI_UPLOAD'                                   &lt;/P&gt;&lt;P&gt;TEXT_CONVERT_XLS_TO_SAP        &lt;/P&gt;&lt;P&gt;'KCD_EXCEL_OLE_TO_INT_CONVERT'  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;link farm removed&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suhas Saha on Feb 20, 2012 1:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 06:52:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-to-itab/m-p/8554228#M1658497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-20T06:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to Itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-to-itab/m-p/8554229#M1658498</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;Split the field length ( two having less than 50 ) and try to upload  then concatenate these two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sijin K P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 06:57:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-to-itab/m-p/8554229#M1658498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-20T06:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to Itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-to-itab/m-p/8554230#M1658499</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 bellow link as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="thread"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Goutam Kolluru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 07:13:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-to-itab/m-p/8554230#M1658499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-20T07:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to Itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-to-itab/m-p/8554231#M1658500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Use Function Module  TEXT_CONVERT_XLS_TO_SAP to upload data from excel to itab.&lt;/P&gt;&lt;P&gt;See the example code how to dupload data from excel to itab.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: i_bill TYPE TABLE OF t_bill,                    
      i_bill_line TYPE t_bill.
SELECTION-SCREEN: BEGIN OF BLOCK input WITH FRAME TITLE text-001.
PARAMETERS: p_file TYPE rlgrap-filename.
SELECTION-SCREEN: END OF BLOCK input.
DATA: i_tab_raw_data TYPE truxs_t_text_data.
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file. 
  CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
    CHANGING
      file_name = p_file.
START-OF-SELECTION.
CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
    EXPORTING
      i_tab_raw_data       = i_tab_raw_data
      i_filename           = p_file
    TABLES
      i_tab_converted_data = i_bill    
EXCEPTIONS
      conversion_failed    = 1
      OTHERS               = 2.
  IF sy-subrc &amp;lt;&amp;gt; 0.
    MESSAGE 'Error while uploading data from excel file' TYPE 'E'.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any problem revert back.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Supriya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 08:40:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-to-itab/m-p/8554231#M1658500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-20T08:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to Itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-to-itab/m-p/8554232#M1658501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What this FM does is quite straightforward, you should be able to copy it into the Z-namespace and adjust it to allow longer field lengths, namely by copying and adjusting structure ALSMEX_TABLINE.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 10:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-to-itab/m-p/8554232#M1658501</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2012-02-20T10:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to Itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-to-itab/m-p/8554233#M1658502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 11:16:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-to-itab/m-p/8554233#M1658502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-20T11:16:37Z</dc:date>
    </item>
  </channel>
</rss>

