<?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 type while uploading in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-type-while-uploading/m-p/2207422#M472423</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;'ASC' : ASCII file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file is loaded line by line in the transferred table and this should&lt;/P&gt;&lt;P&gt;have one-column and be of the type C. The file size is returned in the&lt;/P&gt;&lt;P&gt;parameter FILELENGTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'TRU' : ASCII file + line wrap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a line in a file does not fit into a row in a table, then the row is&lt;/P&gt;&lt;P&gt;filled completely, and the rest of the line is written to the next row&lt;/P&gt;&lt;P&gt;in the table. Words are not split, instead they are put into the next&lt;/P&gt;&lt;P&gt;row of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'BIN' : Binary file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file is loaded into the transferred table which should have&lt;/P&gt;&lt;P&gt;one-column and be of the type X. The table is filled line by line in&lt;/P&gt;&lt;P&gt;this case. In this case, the last line need not necessarily be&lt;/P&gt;&lt;P&gt;completely filled. For this reason, the parameter FILELENGTH must be&lt;/P&gt;&lt;P&gt;used during further processing. The table may be a maximum of 1022&lt;/P&gt;&lt;P&gt;characters 'wide'!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'DAT' : ASCII file with tab formatting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file is loaded line by line into the transferred table. Tabs in the&lt;/P&gt;&lt;P&gt;file mean a change of field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file size is returned in the parameter FILELENGTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2007 12:02:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-27T12:02:53Z</dc:date>
    <item>
      <title>Excel type while uploading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-type-while-uploading/m-p/2207418#M472419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the File type used to upload Excel file into Internal table using WS_UPLOAD. apart from ASC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 11:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-type-while-uploading/m-p/2207418#M472419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T11:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Excel type while uploading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-type-while-uploading/m-p/2207419#M472420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it is ASC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can use  ALSM_EXCEL_TO_INTERNAL_TABLE  FM instead of that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also chk  TEXT_CONVERT_XLS_TO_SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Chandrasekhar Jagarlamudi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 11:58:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-type-while-uploading/m-p/2207419#M472420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T11:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Excel type while uploading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-type-while-uploading/m-p/2207420#M472421</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; we  can use ASC file type in FM UP_UPLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reaward if it helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 12:01:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-type-while-uploading/m-p/2207420#M472421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T12:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Excel type while uploading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-type-while-uploading/m-p/2207421#M472422</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;  The other file type is 'DAT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can save the excel file as Tab delimited flat file and with the above file type &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  you can upload the contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks,&lt;/P&gt;&lt;P&gt; USR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 12:02:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-type-while-uploading/m-p/2207421#M472422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T12:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Excel type while uploading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-type-while-uploading/m-p/2207422#M472423</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;'ASC' : ASCII file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file is loaded line by line in the transferred table and this should&lt;/P&gt;&lt;P&gt;have one-column and be of the type C. The file size is returned in the&lt;/P&gt;&lt;P&gt;parameter FILELENGTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'TRU' : ASCII file + line wrap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a line in a file does not fit into a row in a table, then the row is&lt;/P&gt;&lt;P&gt;filled completely, and the rest of the line is written to the next row&lt;/P&gt;&lt;P&gt;in the table. Words are not split, instead they are put into the next&lt;/P&gt;&lt;P&gt;row of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'BIN' : Binary file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file is loaded into the transferred table which should have&lt;/P&gt;&lt;P&gt;one-column and be of the type X. The table is filled line by line in&lt;/P&gt;&lt;P&gt;this case. In this case, the last line need not necessarily be&lt;/P&gt;&lt;P&gt;completely filled. For this reason, the parameter FILELENGTH must be&lt;/P&gt;&lt;P&gt;used during further processing. The table may be a maximum of 1022&lt;/P&gt;&lt;P&gt;characters 'wide'!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'DAT' : ASCII file with tab formatting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file is loaded line by line into the transferred table. Tabs in the&lt;/P&gt;&lt;P&gt;file mean a change of field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file size is returned in the parameter FILELENGTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 12:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-type-while-uploading/m-p/2207422#M472423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T12:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Excel type while uploading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-type-while-uploading/m-p/2207423#M472424</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;U can also use &amp;lt;b&amp;gt; .BIN&amp;lt;/b&amp;gt; (binary file) and .DAT files also,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from SAP help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File type (ASCII, binary ...)&lt;/P&gt;&lt;P&gt;Possible values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;'ASC' : ASCII file&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file is loaded line by line in the transferred table and this should have one-column and be of the type C. The file size is returned in the parameter FILELENGTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;'TRU' : ASCII file + line wrap&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a line in a file does not fit into a row in a table, then the row is filled completely, and the rest of the line is written to the next row in the table. Words are not split, instead they are put into the next row of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;'BIN' : Binary file&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file is loaded into the transferred table which should have one-column and be of the type X. The table is filled line by line in this case. In this case, the last line need not necessarily be completely filled. For this reason, the parameter FILELENGTH must be used during further processing. The table may be a maximum of 1022 characters 'wide'!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;'DAT' : ASCII file with tab formatting&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file is loaded line by line into the transferred table. Tabs in the file mean a change of field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file size is returned in the parameter FILELENGTH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 12:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-type-while-uploading/m-p/2207423#M472424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T12:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Excel type while uploading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-type-while-uploading/m-p/2207424#M472425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;default is ASC , you can give TXT also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 12:09:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-type-while-uploading/m-p/2207424#M472425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T12:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Excel type while uploading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-type-while-uploading/m-p/2207425#M472426</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;File type is ASC. Check the following link:&lt;/P&gt;&lt;P&gt;&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;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>Fri, 27 Apr 2007 13:20:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-type-while-uploading/m-p/2207425#M472426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T13:20:24Z</dc:date>
    </item>
  </channel>
</rss>

