<?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 Please provide a solution for this problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-provide-a-solution-for-this-problem/m-p/3021264#M714288</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;I need to upload a excelfile into database table.&lt;/P&gt;&lt;P&gt;i am using the function module KCD_EXCEL_OLE_TO_INT_CONVERT.&lt;/P&gt;&lt;P&gt;this fm reads cell by cell in excel and the internal in which we are going to upload trhe data from the excel is of type kcde_cells.&lt;/P&gt;&lt;P&gt;This table kcde_cells has three fields&lt;/P&gt;&lt;P&gt;1.row&lt;/P&gt;&lt;P&gt;2.col&lt;/P&gt;&lt;P&gt;3.value&lt;/P&gt;&lt;P&gt;row and col stores row and column no and value stores the value in a particular row and column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this field value is type char with length 32.&lt;/P&gt;&lt;P&gt;but my value of length 54.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i can upload until 32 charecters but i need all the 54 charecters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i upload the entire value that is of legnth 54.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chaithanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2007 15:36:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-07T15:36:24Z</dc:date>
    <item>
      <title>Please provide a solution for this problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-provide-a-solution-for-this-problem/m-p/3021264#M714288</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;I need to upload a excelfile into database table.&lt;/P&gt;&lt;P&gt;i am using the function module KCD_EXCEL_OLE_TO_INT_CONVERT.&lt;/P&gt;&lt;P&gt;this fm reads cell by cell in excel and the internal in which we are going to upload trhe data from the excel is of type kcde_cells.&lt;/P&gt;&lt;P&gt;This table kcde_cells has three fields&lt;/P&gt;&lt;P&gt;1.row&lt;/P&gt;&lt;P&gt;2.col&lt;/P&gt;&lt;P&gt;3.value&lt;/P&gt;&lt;P&gt;row and col stores row and column no and value stores the value in a particular row and column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this field value is type char with length 32.&lt;/P&gt;&lt;P&gt;but my value of length 54.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i can upload until 32 charecters but i need all the 54 charecters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i upload the entire value that is of legnth 54.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chaithanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 15:36:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-provide-a-solution-for-this-problem/m-p/3021264#M714288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T15:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Please provide a solution for this problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-provide-a-solution-for-this-problem/m-p/3021265#M714289</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;You can do it in 2 steps,&lt;/P&gt;&lt;P&gt;1. Use Gui_Upload to upload the excel sheet into an Internal table&lt;/P&gt;&lt;P&gt;2. Loop at ITAB.&lt;/P&gt;&lt;P&gt;    Insert ZTAB from ITAB.&lt;/P&gt;&lt;P&gt;    Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 15:40:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-provide-a-solution-for-this-problem/m-p/3021265#M714289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T15:40:15Z</dc:date>
    </item>
  </channel>
</rss>

