<?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: Unicode Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1898503#M375409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pooja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement 'SELECT * FROM (I_INFSTR-GENTAB)&lt;/P&gt;&lt;P&gt;INTO TABLE &amp;lt;V_VALUE&amp;gt;' seems to be incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_INFSTR-GENTAB is not a table but a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides, you are already using read statement to pick single record and then why do you again need to select value based on doc number (VBELN).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Unicode types not convertible error comes when you are filling value from structure 1 to structure 2 but the fields in both the structure are not same.&lt;/P&gt;&lt;P&gt;The fields in both the structures should be same in unicode system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vikram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jan 2007 18:08:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-10T18:08:22Z</dc:date>
    <item>
      <title>Unicode Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1898500#M375406</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;im getting a dump as UNICODE TYPES NOT CONVERTIBLE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TABLE I_INFSTR INDEX 1.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; SELECT * FROM (I_INFSTR-GENTAB)&lt;/P&gt;&lt;P&gt;           INTO TABLE &amp;lt;V_VALUE&amp;gt;&lt;/P&gt;&lt;P&gt;           WHERE VBELN IN S_VBELN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to correct it??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 17:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1898500#M375406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T17:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1898501#M375407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi in unicode systems both the types should be the same, just check it once again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean the structure of both of them should be the same otherwise there will be a runtime error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this applies for MOVE statement as following in Unicode systems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE applies for implicit Moves too: &lt;/P&gt;&lt;P&gt;Operations for internal tables: 	 &lt;/P&gt;&lt;P&gt;LOOP AT itab INTO wa ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Comparison between structures&lt;/P&gt;&lt;P&gt;Moving/Comparing Internal Tables:  rules based on line types of tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;Database Operations with workareas: 	&lt;/P&gt;&lt;P&gt;SELECT * FROM dbtab INTO wa ... &lt;/P&gt;&lt;P&gt;SELECT * FROM dbtab INTO TABLE wa ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATA dbtab FROM wa ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if found helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 17:58:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1898501#M375407</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2007-01-10T17:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1898502#M375408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi I have a similar case, check this code and try whether this may work for u, award points if found helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM write_column USING tname TYPE c cname TYPE c.&lt;/P&gt;&lt;P&gt;DATA: dref   TYPE REF TO data.  &lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;wa&amp;gt;   TYPE any,&lt;/P&gt;&lt;P&gt;                  &amp;lt;comp&amp;gt; TYPE any.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE DATA dref TYPE (tname).  &lt;/P&gt;&lt;P&gt;ASSIGN dref-&amp;gt;* TO &amp;lt;wa&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SELECT * FROM (tname) INTO &amp;lt;wa&amp;gt;.&lt;/P&gt;&lt;P&gt;    ASSIGN COMPONENT cname OF STRUCTURE &amp;lt;wa&amp;gt; TO &amp;lt;comp&amp;gt;.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0. &lt;/P&gt;&lt;P&gt;EXIT. &lt;/P&gt;&lt;P&gt;ENDIF.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: / &amp;lt;comp&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 18:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1898502#M375408</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2007-01-10T18:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1898503#M375409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pooja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement 'SELECT * FROM (I_INFSTR-GENTAB)&lt;/P&gt;&lt;P&gt;INTO TABLE &amp;lt;V_VALUE&amp;gt;' seems to be incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_INFSTR-GENTAB is not a table but a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides, you are already using read statement to pick single record and then why do you again need to select value based on doc number (VBELN).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Unicode types not convertible error comes when you are filling value from structure 1 to structure 2 but the fields in both the structure are not same.&lt;/P&gt;&lt;P&gt;The fields in both the structures should be same in unicode system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vikram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 18:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1898503#M375409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T18:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1898504#M375410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try to give the type of &amp;lt;V_VALUE&amp;gt; as Type Simple or Any.&lt;/P&gt;&lt;P&gt;If problem not solved then please send the whole code, i will look into that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 18:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1898504#M375410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T18:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1898505#M375411</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;thanks for the replies....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD CL_ALV_TABLE_CREATE=&amp;gt;CREATE_DYNAMIC_TABLE&lt;/P&gt;&lt;P&gt;  EXPORTING IT_FIELDCATALOG = GT_FIELDCATALOG&lt;/P&gt;&lt;P&gt;  IMPORTING EP_TABLE = D_REF1 .&lt;/P&gt;&lt;P&gt;  ASSIGN D_REF1-&amp;gt;* TO &amp;lt;V_VALUE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TABLE I_INFSTR INDEX 1.&lt;/P&gt;&lt;P&gt;  SELECT * FROM (I_INFSTR-GENTAB)&lt;/P&gt;&lt;P&gt;           INTO TABLE &amp;lt;V_VALUE&amp;gt;&lt;/P&gt;&lt;P&gt;           WHERE VBELN IN S_VBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_INFSTR-GENTAB has the name of a table, i need the contents from that table into &amp;lt;v_value&amp;gt;.&lt;/P&gt;&lt;P&gt;declaring &amp;lt;v_value&amp;gt; as type any gives me error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody has the soln.???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hey vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually i did get a soln., but im not completely satisfied with it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Pooja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 18:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1898505#M375411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T18:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1898506#M375412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pooja, the thread is seen as &amp;lt;b&amp;gt;answered&amp;lt;/b&amp;gt;, i assume you still need solution...make it unanswered and you might expect more replies...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 20:40:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1898506#M375412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T20:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1898507#M375413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone has a soln.??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 20:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/1898507#M375413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T20:44:29Z</dc:date>
    </item>
  </channel>
</rss>

