<?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: Read TABLE IRESBD Unicode Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468663#M1930320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you cannot use tables with type x or xstring in conjunction with the read table statement from what i have read you may want to look into converting the type x or xstring into a type c variable and then doing the read statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at this thread here which does a type x conversion to type c &lt;A __default_attr="623744" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Key of internal table contains a component of type X" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Or as was mentioned by peter your syntax may be off slightly but wont know till you post a code sample.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Geoffery&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jan 2016 12:47:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-01-20T12:47:57Z</dc:date>
    <item>
      <title>Read TABLE IRESBD Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468661#M1930318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with a z-report in according to the unicode conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In carrying out the transaction UCCHECK for the Z-Report "ZISRGI01" the message "The key of the internal table "IRESBD" appear contains components of type "X" or "XSTRING". The statement "READ TABLE IRESBD" is not allowed for such tables in Unicode context."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error appears only because of the coding line "READ TABLE IRESBD". &lt;SPAN style="font-size: 10pt;"&gt;This is imperative at the site.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thread I've found was in a completely wrong direction --&amp;gt; &lt;A __default_attr="1668077" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="How to convert Raw data to string in Unicode conversion" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone knows more, please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 12:22:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468661#M1930318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-20T12:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Read TABLE IRESBD Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468662#M1930319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check the documentation on READ statement (F1) ? There is an obsolete way and a correct way to do it. I cannot determine which way you used since you didn't write down the full READ statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 12:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468662#M1930319</guid>
      <dc:creator>PeterJonker</dc:creator>
      <dc:date>2016-01-20T12:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Read TABLE IRESBD Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468663#M1930320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you cannot use tables with type x or xstring in conjunction with the read table statement from what i have read you may want to look into converting the type x or xstring into a type c variable and then doing the read statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at this thread here which does a type x conversion to type c &lt;A __default_attr="623744" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Key of internal table contains a component of type X" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Or as was mentioned by peter your syntax may be off slightly but wont know till you post a code sample.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Geoffery&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 12:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468663#M1930320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-20T12:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Read TABLE IRESBD Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468664#M1930321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, but my Problem is that I don´t know the field which should be a field with type x.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 13:41:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468664#M1930321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-20T13:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Read TABLE IRESBD Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468665#M1930322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I make an internal table with the same coding but the problem is still there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 13:45:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468665#M1930322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-20T13:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Read TABLE IRESBD Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468666#M1930323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the definition of your internal table IRESBD and the FULL READ statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are all not so good in guessing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 13:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468666#M1930323</guid>
      <dc:creator>PeterJonker</dc:creator>
      <dc:date>2016-01-20T13:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Read TABLE IRESBD Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468667#M1930324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like peter mentioned we need to see code since we cannot read minds or see your system to guide you better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also may help if you show us what the structure of the table your trying the read statement on is just to eliminate any other gaps we have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wont be able to say forsure till you post the above requests but if i'm understanding the other threads properly you don't want any type x in the structure your performing the read on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 13:50:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468667#M1930324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-20T13:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Read TABLE IRESBD Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468668#M1930325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/871623" width="450" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/871624" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 13:52:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468668#M1930325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-20T13:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Read TABLE IRESBD Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468669#M1930326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the screenshots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a test in my system and if you change your comparing vornr to WITH KEY vornr = some_variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that fixed that error in my system but i was not able to see if that returned results into ls_iresbd since i don't know how iresbd is populated in your program. Now what exactly are you trying to do with that read table statement? are you just trying to see if it's populated with at least 1 value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so i think there is a better way of doing this using the Describe Table statement like so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt; DESCRIBE TABLE &amp;lt;itab-Name&amp;gt; LINES &amp;lt;variable&amp;gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Geoffery&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 14:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468669#M1930326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-20T14:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Read TABLE IRESBD Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468670#M1930327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the definition of lt_iresbd, but not the defintion of IRESBD. Are you sure that is also of type table of RESBD ?&lt;/P&gt;&lt;P&gt;For example the structure is also use in structure DIRESB and this one does have a field of type X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure IRESDB is form type RESBD ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry to repeat my question, but I didn't get an answer with your screenprints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way I am checking structure RESDB now in myu system and it does have at least one&amp;nbsp; fieldsof type X, the field GUID_16 type RAW which is abap type X.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 14:17:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468670#M1930327</guid>
      <dc:creator>PeterJonker</dc:creator>
      <dc:date>2016-01-20T14:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Read TABLE IRESBD Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468671#M1930328</link>
      <description>&lt;P&gt;I exactly have the same issue, but can't seem to find a workaround.&lt;/P&gt;&lt;P&gt;Anyone can elaborate on this issue and hopefully provide a solution?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 08:11:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/11468671#M1930328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-07-30T08:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Read TABLE IRESBD Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/13878412#M2031060</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;I'm too facing the same issue . Can you please suggest what to write instead of&amp;nbsp;READ TABLE IRESBD COMPARING VORNR?. here IRESBD is of type&amp;nbsp;RESBD.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 08:07:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-iresbd-unicode-problem/m-p/13878412#M2031060</guid>
      <dc:creator>ABAPER1</dc:creator>
      <dc:date>2024-09-26T08:07:04Z</dc:date>
    </item>
  </channel>
</rss>

