<?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: ABAP-DICTIONARY PROBLEM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary-problem/m-p/1823485#M351671</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 think u r using some special characters which are not matching with ur declararation and try to declare with refrence to a standard field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jan 2007 08:55:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-18T08:55:37Z</dc:date>
    <item>
      <title>ABAP-DICTIONARY PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary-problem/m-p/1823480#M351666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created one Z-Table with following fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields                                          Data Elements&lt;/P&gt;&lt;P&gt;MANDT                                       MANDT&lt;/P&gt;&lt;P&gt;WERKS                                      WERKS_D&lt;/P&gt;&lt;P&gt;MATNR                                       MATNR&lt;/P&gt;&lt;P&gt;BWART                                      BWART&lt;/P&gt;&lt;P&gt;SMTP_ADDR1                            CHAR50&lt;/P&gt;&lt;P&gt;SMTP_ADDR2                            CHAR50&lt;/P&gt;&lt;P&gt;SMTP_ADDR3                            CHAR50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I enter some data in all the fields through Table Maintainance it is not allowing me to enter data in last field. While saving it gives error  &amp;#145;Data objects in a Unicode program are not convertible.&amp;#146;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 06:02:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary-problem/m-p/1823480#M351666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T06:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP-DICTIONARY PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary-problem/m-p/1823481#M351667</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;kindly let me know u r entering in the those fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 06:20:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary-problem/m-p/1823481#M351667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T06:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP-DICTIONARY PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary-problem/m-p/1823482#M351668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please look at the SAP Note : 551704&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason and Prerequisites &lt;/P&gt;&lt;P&gt;In a unicode program certain rules apply for the&lt;/P&gt;&lt;P&gt;conversion between structures and single fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion is only possible if the structure&lt;/P&gt;&lt;P&gt;begins with a character type group and if this group is at&lt;/P&gt;&lt;P&gt;least as long as the single field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dump indicates, that the extension table defined in&lt;/P&gt;&lt;P&gt;transaction /SAPTRX/TSC0ET (and linked to an event handler type&lt;/P&gt;&lt;P&gt;with transaction /SAPTRX/TSC0TT) was not set up according to&lt;/P&gt;&lt;P&gt;these rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution &lt;/P&gt;&lt;P&gt;Use only character-type fields (CHAR, NUMC, etc.)&lt;/P&gt;&lt;P&gt;and data elements pointing to character-type&lt;/P&gt;&lt;P&gt;domains in an extension table defined in transaction /SAPTRX/TSC0ET.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 07:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary-problem/m-p/1823482#M351668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T07:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP-DICTIONARY PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary-problem/m-p/1823483#M351669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I am entering any data in last fields and go to save option , it gives error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 07:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary-problem/m-p/1823483#M351669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T07:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP-DICTIONARY PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary-problem/m-p/1823484#M351670</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;From the error message displayed, it seemed that the actual data or the data type (data element, domain) you have passed for one of the fields in your z-table conflicts with Unicode checking. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you identify the sample data you tried to input in the table maintenance? Also, what are the key fields in this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Darwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 08:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary-problem/m-p/1823484#M351670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T08:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP-DICTIONARY PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary-problem/m-p/1823485#M351671</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 think u r using some special characters which are not matching with ur declararation and try to declare with refrence to a standard field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 08:55:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary-problem/m-p/1823485#M351671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T08:55:37Z</dc:date>
    </item>
  </channel>
</rss>

