<?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: Custom table data upload error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-data-upload-error/m-p/6710622#M1453728</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;Define ur intenal table as&lt;/P&gt;&lt;P&gt;data: Itab type standatd table of zitab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't define structure.&lt;/P&gt;&lt;P&gt;If u define internal table same as ztable by default it will take all daa types similar to that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this .May solve ur proble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pravin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Mar 2010 05:52:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-23T05:52:14Z</dc:date>
    <item>
      <title>Custom table data upload error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-data-upload-error/m-p/6710618#M1453724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an upload program for z table using gui_upload.&lt;/P&gt;&lt;P&gt;My fields in the table are in the sequense&lt;/P&gt;&lt;P&gt;client&lt;/P&gt;&lt;P&gt;land1&lt;/P&gt;&lt;P&gt;vkorg&lt;/P&gt;&lt;P&gt;vkbur&lt;/P&gt;&lt;P&gt;kunnr&lt;/P&gt;&lt;P&gt;createdate&lt;/P&gt;&lt;P&gt;userid&lt;/P&gt;&lt;P&gt;changeddate&lt;/P&gt;&lt;P&gt;userid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using field separator in the FM.&lt;/P&gt;&lt;P&gt;First 6 fields get uploaded correctly but then the last 3 fields are getting mixed up , to be exact 7th field gets shifted by 2 position and so last 3 i.e. 7,8,9 get mixed up and last field looses some informatin. what could be the error? I am also using conversion exit for dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 13:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-data-upload-error/m-p/6710618#M1453724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-22T13:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Custom table data upload error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-data-upload-error/m-p/6710619#M1453725</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;What is the length of date fields in you internal table that recieves data?&lt;/P&gt;&lt;P&gt;I think you shoul give them 2 more characters...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Yossi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 14:46:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-data-upload-error/m-p/6710619#M1453725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-22T14:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom table data upload error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-data-upload-error/m-p/6710620#M1453726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The field is of char type and is of length 10. Is it a code page issue? Actually when I debug I can see everything is got perfectly in the internal table. But from itab to custom table something goes wrong and custom table has all wrong data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 05:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-data-upload-error/m-p/6710620#M1453726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-23T05:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom table data upload error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-data-upload-error/m-p/6710621#M1453727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the file contents are uploaded correctly in your internal table i dont think you have issues with the codepage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways i see you have dates in your file. In what format are the dates uploaded to your internal table ? (Whatever be the format to have to make sure before the update to the DB table you need to change to internal date format YYYYMMDD)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And can you provide the structure of your internal table &amp;amp; your DB table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suhas Saha on Mar 23, 2010 11:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 05:51:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-data-upload-error/m-p/6710621#M1453727</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-03-23T05:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Custom table data upload error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-data-upload-error/m-p/6710622#M1453728</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;Define ur intenal table as&lt;/P&gt;&lt;P&gt;data: Itab type standatd table of zitab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't define structure.&lt;/P&gt;&lt;P&gt;If u define internal table same as ztable by default it will take all daa types similar to that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this .May solve ur proble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pravin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 05:52:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-data-upload-error/m-p/6710622#M1453728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-23T05:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Custom table data upload error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-data-upload-error/m-p/6710623#M1453729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for your inputs. I used Pravin's advice and it is solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 07:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-data-upload-error/m-p/6710623#M1453729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-23T07:44:28Z</dc:date>
    </item>
  </channel>
</rss>

