<?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: unicode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode/m-p/1262470#M148080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;The internal table and the database table must have matching data layout i.e. both of them should have the same structure&lt;/P&gt;&lt;P&gt;hope this helps you.&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Mar 2006 07:36:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-06T07:36:20Z</dc:date>
    <item>
      <title>unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode/m-p/1262468#M148078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I am updating one data base table dirctly from reading data from application server , I am locking databse table and then directly inserting from internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it is giving error&lt;/P&gt;&lt;P&gt;The type of the database table and work area (or internal table) "T_OUTPUTAPP" are not Unicode convertible.&lt;/P&gt;&lt;P&gt;Can anyone guide me what i should do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 07:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode/m-p/1262468#M148078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-06T07:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode/m-p/1262469#M148079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you declared your internal table same as database table?&lt;/P&gt;&lt;P&gt;If not, please check the sequence of fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 07:33:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode/m-p/1262469#M148079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-06T07:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode/m-p/1262470#M148080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;The internal table and the database table must have matching data layout i.e. both of them should have the same structure&lt;/P&gt;&lt;P&gt;hope this helps you.&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 07:36:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode/m-p/1262470#M148080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-06T07:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode/m-p/1262471#M148081</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;declare ur internal table as &lt;/P&gt;&lt;P&gt;__________________________________________________&lt;/P&gt;&lt;P&gt;data: itab like ztable occurs 0 with header line.&lt;/P&gt;&lt;P&gt;__________________________________________________&lt;/P&gt;&lt;P&gt;after populating itab ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use ..only &lt;/P&gt;&lt;P&gt;_____________________________________&lt;/P&gt;&lt;P&gt;Insert ztable from table itab.&lt;/P&gt;&lt;P&gt;__________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remember dont put insert in a loop ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 07:54:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode/m-p/1262471#M148081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-06T07:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode/m-p/1262472#M148082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The structure of internal table and the database table must the identical, otherwise write the target  field names explicitly to avoid unicode errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 08:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode/m-p/1262472#M148082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-06T08:44:44Z</dc:date>
    </item>
  </channel>
</rss>

