<?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 error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1817447#M349857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while i am modity a custom table form a internal table &lt;/P&gt;&lt;P&gt;an error masege is coming as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The type of the database table and work area (or internal table)		&lt;/P&gt;&lt;P&gt;"IT_YMPIT_MR_ISSUE" (internal table name) are not Unicode convertible.		&lt;/P&gt;&lt;P&gt;Can somebody resolve this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Jan 2007 12:15:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-27T12:15:11Z</dc:date>
    <item>
      <title>unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1817447#M349857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while i am modity a custom table form a internal table &lt;/P&gt;&lt;P&gt;an error masege is coming as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The type of the database table and work area (or internal table)		&lt;/P&gt;&lt;P&gt;"IT_YMPIT_MR_ISSUE" (internal table name) are not Unicode convertible.		&lt;/P&gt;&lt;P&gt;Can somebody resolve this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2007 12:15:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1817447#M349857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-27T12:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1817448#M349858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;iyoti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT_YMPIT_MR_ISSUE is a structure with character and non-character fields. For unicode, you have to handle all fields of the structure individually, never alltogether.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post the code for "modity a custom table form a internal table".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jan 2007 18:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1817448#M349858</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-01-28T18:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1817449#M349859</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 believe the internal table IT_YMPIT_MR_ISSUE should of the structure of the custom table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------" /&gt;&lt;P&gt;*Lets say if your custom table name is ZTABLE.&lt;/P&gt;&lt;P&gt;DATA: IT_YMPIT_MR_ISSUE TYPE STANDARD TABLE OF ZTABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jan 2007 23:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1817449#M349859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-28T23:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1817450#M349860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just declare the fields of your itab like ztable because in unicode checking some cases you can not convert the datatypes. so better to use like statement for that.&lt;/P&gt;&lt;P&gt;just reffer the field of database as your itab field with like addition.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 04:10:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1817450#M349860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T04:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1817451#M349861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the declaration of internal table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: ITAB type table of ZTABLE with header line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will remove the possible compatibilty issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When modifying the ZTABLE do like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY ZTABLE FROM ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your internal table does not have the stucture like ZTABLE then you need to declare ITAB with its fields type of ZTABLE fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of itab,&lt;/P&gt;&lt;P&gt;      field1 like ztable-field1.&lt;/P&gt;&lt;P&gt;      end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to award points for helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 04:13:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1817451#M349861</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2007-01-29T04:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1817452#M349862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyoti&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase, you are on NON-UNICODE system untick the check box "Unicode Checks Active" from program attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 05:25:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1817452#M349862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T05:25:57Z</dc:date>
    </item>
  </channel>
</rss>

