<?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 on FIND statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-find-statement/m-p/4291563#M1023707</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;u need to remove the 'OCCURS' first. and u need to declare that internal table like this below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of structure,&lt;/P&gt;&lt;P&gt;           field1 type i,&lt;/P&gt;&lt;P&gt;           field2 type c,&lt;/P&gt;&lt;P&gt;        end of structure,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;        i_tab like table of structure with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this ll help u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2008 20:02:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-07T20:02:31Z</dc:date>
    <item>
      <title>Unicode error on FIND statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-find-statement/m-p/4291562#M1023706</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;I have a problem regarding Unicode now we're on ECC 6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FIND 'TEILE_BEIP' IN TABLE zt_plpo IN CHARACTER MODE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tha table zt_plpo is define as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: zt_plpo TYPE coplpo OCCURS 10 WITH HEADER LINE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And coplpo is a standard structure of Routing Operations to Order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Als Zeilentyp der Tabelle "ZT_PLPO" wurde im CHAR MODE ein zeichenartiges bzw.&lt;/P&gt;&lt;P&gt;im BYTE MODE ein byteartiges Feld erwartet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I want to know how should I define ZT_PLPO in order to don't have this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miriam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 19:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-find-statement/m-p/4291562#M1023706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T19:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error on FIND statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-find-statement/m-p/4291563#M1023707</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;u need to remove the 'OCCURS' first. and u need to declare that internal table like this below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of structure,&lt;/P&gt;&lt;P&gt;           field1 type i,&lt;/P&gt;&lt;P&gt;           field2 type c,&lt;/P&gt;&lt;P&gt;        end of structure,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;        i_tab like table of structure with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this ll help u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 20:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-find-statement/m-p/4291563#M1023707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T20:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error on FIND statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-find-statement/m-p/4291564#M1023708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But then now I have to define each field of the sctructure?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 21:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-find-statement/m-p/4291564#M1023708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T21:00:52Z</dc:date>
    </item>
  </channel>
</rss>

