<?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 abap runtime error UNICODE_TYPES_NOT_CONVERTIBLE occured in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-unicode-types-not-convertible-occured/m-p/4700820#M1104666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,ecpert:&lt;/P&gt;&lt;P&gt;I have encountered one abap runtime error UNICODE_TYPES_NOT_CONVERTIBLE &lt;/P&gt;&lt;P&gt;and the main logic list below:&lt;/P&gt;&lt;P&gt;First, I define one parameter which user can input from selection screen.&lt;/P&gt;&lt;P&gt;PARAMETERS:P_TABNAM LIKE DD03L-TABNAME .&lt;/P&gt;&lt;P&gt;Then, I get the dynamic internal table based on P_TABNAM .&lt;/P&gt;&lt;P&gt;CALL METHOD cl_alv_table_create=&amp;gt;create_dynamic_table&lt;/P&gt;&lt;P&gt;               EXPORTING&lt;/P&gt;&lt;P&gt;                  it_fieldcatalog = ifc&lt;/P&gt;&lt;P&gt;               IMPORTING&lt;/P&gt;&lt;P&gt;                  ep_table        = dy_table.&lt;/P&gt;&lt;P&gt;  ASSIGN dy_table-&amp;gt;* TO &amp;lt;dyn_table&amp;gt; .&lt;/P&gt;&lt;P&gt;Then, after filling data to &amp;lt;dyn_table&amp;gt;, I want to modify the (P_TABNAM).&lt;/P&gt;&lt;P&gt;MODIFY (P_TABNAM) from TABLE &amp;lt;dyn_table&amp;gt;.&lt;/P&gt;&lt;P&gt;And when I run this program , one runtime error UNICODE_TYPES_NOT_CONVERTIBLE occurred.&lt;/P&gt;&lt;P&gt;Pls give suggestions, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2008 06:50:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-29T06:50:45Z</dc:date>
    <item>
      <title>abap runtime error UNICODE_TYPES_NOT_CONVERTIBLE occured</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-unicode-types-not-convertible-occured/m-p/4700820#M1104666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,ecpert:&lt;/P&gt;&lt;P&gt;I have encountered one abap runtime error UNICODE_TYPES_NOT_CONVERTIBLE &lt;/P&gt;&lt;P&gt;and the main logic list below:&lt;/P&gt;&lt;P&gt;First, I define one parameter which user can input from selection screen.&lt;/P&gt;&lt;P&gt;PARAMETERS:P_TABNAM LIKE DD03L-TABNAME .&lt;/P&gt;&lt;P&gt;Then, I get the dynamic internal table based on P_TABNAM .&lt;/P&gt;&lt;P&gt;CALL METHOD cl_alv_table_create=&amp;gt;create_dynamic_table&lt;/P&gt;&lt;P&gt;               EXPORTING&lt;/P&gt;&lt;P&gt;                  it_fieldcatalog = ifc&lt;/P&gt;&lt;P&gt;               IMPORTING&lt;/P&gt;&lt;P&gt;                  ep_table        = dy_table.&lt;/P&gt;&lt;P&gt;  ASSIGN dy_table-&amp;gt;* TO &amp;lt;dyn_table&amp;gt; .&lt;/P&gt;&lt;P&gt;Then, after filling data to &amp;lt;dyn_table&amp;gt;, I want to modify the (P_TABNAM).&lt;/P&gt;&lt;P&gt;MODIFY (P_TABNAM) from TABLE &amp;lt;dyn_table&amp;gt;.&lt;/P&gt;&lt;P&gt;And when I run this program , one runtime error UNICODE_TYPES_NOT_CONVERTIBLE occurred.&lt;/P&gt;&lt;P&gt;Pls give suggestions, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 06:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-unicode-types-not-convertible-occured/m-p/4700820#M1104666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T06:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: abap runtime error UNICODE_TYPES_NOT_CONVERTIBLE occured</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-unicode-types-not-convertible-occured/m-p/4700821#M1104667</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;you can check unicode related errors using UCCHECK transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 06:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-unicode-types-not-convertible-occured/m-p/4700821#M1104667</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-10-29T06:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: abap runtime error UNICODE_TYPES_NOT_CONVERTIBLE occured</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-unicode-types-not-convertible-occured/m-p/4700822#M1104668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quite appreciate your help, I tried this T-code&lt;/P&gt;&lt;P&gt;however, I got no information after run it with my program name&lt;/P&gt;&lt;P&gt;In addition, this program can be activated properly in ABAP editor,and error occured &lt;/P&gt;&lt;P&gt;when execute the 'Modify' clause.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 07:38:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-unicode-types-not-convertible-occured/m-p/4700822#M1104668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T07:38:23Z</dc:date>
    </item>
  </channel>
</rss>

