<?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 unicode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode/m-p/2802511#M654493</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 wanted to update database table i have this code, but it showing itab1 and dbtable is not unicode convertible.&lt;/P&gt;&lt;P&gt;just this code.&lt;/P&gt;&lt;P&gt;tables : mara.&lt;/P&gt;&lt;P&gt;types : begin of itab ,&lt;/P&gt;&lt;P&gt;        matnr type mara-matnr,&lt;/P&gt;&lt;P&gt;        ernam type mara-ernam,&lt;/P&gt;&lt;P&gt;        end of itab.&lt;/P&gt;&lt;P&gt;data : itab1 type standard table of itab initial size 0,&lt;/P&gt;&lt;P&gt;       wa like line of itab1.&lt;/P&gt;&lt;P&gt;wa-matnr = 39.&lt;/P&gt;&lt;P&gt;wa-ernam = 'raju'.&lt;/P&gt;&lt;P&gt;append wa to itab1.&lt;/P&gt;&lt;P&gt;modify mara from table itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Sep 2007 06:32:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-17T06:32:06Z</dc:date>
    <item>
      <title>unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode/m-p/2802511#M654493</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 wanted to update database table i have this code, but it showing itab1 and dbtable is not unicode convertible.&lt;/P&gt;&lt;P&gt;just this code.&lt;/P&gt;&lt;P&gt;tables : mara.&lt;/P&gt;&lt;P&gt;types : begin of itab ,&lt;/P&gt;&lt;P&gt;        matnr type mara-matnr,&lt;/P&gt;&lt;P&gt;        ernam type mara-ernam,&lt;/P&gt;&lt;P&gt;        end of itab.&lt;/P&gt;&lt;P&gt;data : itab1 type standard table of itab initial size 0,&lt;/P&gt;&lt;P&gt;       wa like line of itab1.&lt;/P&gt;&lt;P&gt;wa-matnr = 39.&lt;/P&gt;&lt;P&gt;wa-ernam = 'raju'.&lt;/P&gt;&lt;P&gt;append wa to itab1.&lt;/P&gt;&lt;P&gt;modify mara from table itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 06:32:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode/m-p/2802511#M654493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T06:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode/m-p/2802512#M654494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to update the Data base table, through internal table means, Your internal table and DB table should have the same structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your database table consist of 5 Fields means your internal table also should contain five fields. Otherwise you can't update the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reward If Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 06:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode/m-p/2802512#M654494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T06:37:00Z</dc:date>
    </item>
  </channel>
</rss>

