<?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: Error in Report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-error-in-report/m-p/1602290#M270399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While trying to insert datas from an internal table to a customized Table we are getting&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Syntax error: "&amp;lt;b&amp;gt;The type of the database table and work area (or internal table)are not Unicode convertible&amp;lt;/b&amp;gt;". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to convert the program to Unicode specific, we tried by changing it in the Attributes also but still no use from it, but our previous programs never encountered this type of problm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to overcome this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help and Suggestions will be much apprieciated.&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;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Sep 2006 10:03:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-14T10:03:56Z</dc:date>
    <item>
      <title>Re: Error in Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-error-in-report/m-p/1602290#M270399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While trying to insert datas from an internal table to a customized Table we are getting&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Syntax error: "&amp;lt;b&amp;gt;The type of the database table and work area (or internal table)are not Unicode convertible&amp;lt;/b&amp;gt;". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to convert the program to Unicode specific, we tried by changing it in the Attributes also but still no use from it, but our previous programs never encountered this type of problm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to overcome this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help and Suggestions will be much apprieciated.&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;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 10:03:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-error-in-report/m-p/1602290#M270399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T10:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Error in Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-error-in-report/m-p/1602291#M270400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables  : ztable.&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;then try to insert. &lt;/P&gt;&lt;P&gt;bcoz mandt will be also  there as a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will not be any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anver.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 10:06:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-error-in-report/m-p/1602291#M270400</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-09-14T10:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Error in Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-error-in-report/m-p/1602292#M270401</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;  If you are in non-unicode system, just remove the &lt;/P&gt;&lt;P&gt;check box "Unicode Checks Active" in program attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Incase you are in Unicode system, check that the &lt;/P&gt;&lt;P&gt;structure of the internal table holding the data is same&lt;/P&gt;&lt;P&gt;as the structure of the table. Including field names,&lt;/P&gt;&lt;P&gt;data type and length.&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>Thu, 14 Sep 2006 10:07:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-error-in-report/m-p/1602292#M270401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T10:07:14Z</dc:date>
    </item>
  </channel>
</rss>

