<?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: String comparison while reading internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095312#M1814374</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;&lt;/P&gt;&lt;P&gt;Use LOOP &amp;amp; CP ( contains pattern ) statements as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;LOOP &lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;t_tab &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;w_itab &lt;SPAN class="L0S52"&gt;WHERE &lt;/SPAN&gt;objnr &lt;SPAN class="L0S52"&gt;CP&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ZZ*'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;" Here you can collect into other internal table, or exit if u need only 1 record&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Rama&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Feb 2014 07:12:19 GMT</pubDate>
    <dc:creator>ramakrishnappa</dc:creator>
    <dc:date>2014-02-19T07:12:19Z</dc:date>
    <item>
      <title>String comparison while reading internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095311#M1814373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an internal table which has consolidated records from several tables.&lt;/P&gt;&lt;P&gt;Now I want to READ only those records where the coloumn : OBJNR starts with ZZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, we cannot use LIKE 'ZZ*' in READ statements like we can use in SELECT statements.&lt;/P&gt;&lt;P&gt;Other option for me is using offset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ t_itab into w_itab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if w_itab-objnr+0(2) eq 'ZZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS there any other better way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Faiz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 07:07:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095311#M1814373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T07:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: String comparison while reading internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095312#M1814374</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;&lt;/P&gt;&lt;P&gt;Use LOOP &amp;amp; CP ( contains pattern ) statements as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;LOOP &lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;t_tab &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;w_itab &lt;SPAN class="L0S52"&gt;WHERE &lt;/SPAN&gt;objnr &lt;SPAN class="L0S52"&gt;CP&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ZZ*'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;" Here you can collect into other internal table, or exit if u need only 1 record&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Rama&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 07:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095312#M1814374</guid>
      <dc:creator>ramakrishnappa</dc:creator>
      <dc:date>2014-02-19T07:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: String comparison while reading internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095313#M1814375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will fetch all those records which contain the substring 'ZZ' at any position in the string.In my case it should be right at the beginning .I will try 'ZZ*' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 07:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095313#M1814375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T07:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: String comparison while reading internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095314#M1814376</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;as suggested in my previous reply, it gets you all records which starts from ZZ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;let us say internal table is having records as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZZ123&lt;/P&gt;&lt;P&gt;ZX123&lt;/P&gt;&lt;P&gt;ZY123&lt;/P&gt;&lt;P&gt;ZZ222&lt;/P&gt;&lt;P&gt;ZX222&lt;/P&gt;&lt;P&gt;ZY222&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;LOOP &lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;t_tab &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;w_itab &lt;SPAN class="L0S52"&gt;WHERE &lt;/SPAN&gt;objnr &lt;SPAN class="L0S52"&gt;CP&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ZZ&lt;STRONG&gt;*&lt;/STRONG&gt;'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt; " we get only ZZ123 &amp;amp; ZZ222&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Rama&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 07:44:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095314#M1814376</guid>
      <dc:creator>ramakrishnappa</dc:creator>
      <dc:date>2014-02-19T07:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: String comparison while reading internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095315#M1814377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Faizur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;LOOP &lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;t_tab &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;w_itab &lt;SPAN class="L0S52"&gt;WHERE &lt;/SPAN&gt;objnr &lt;SPAN class="L0S52"&gt;CP&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ZZ*'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;&amp;nbsp; from 1 to 1.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;endloop.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Now you will get only one record.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Arivazhagan S&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 07:47:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095315#M1814377</guid>
      <dc:creator>arivazhagan_sivasamy</dc:creator>
      <dc:date>2014-02-19T07:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: String comparison while reading internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095316#M1814378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use a READ TABLE on partial value (here ZZ) and then a LOOP, exit when no longer leading 'ZZ'. (cf. attached sample) you will be required to use a sorted type table or to sort the table to use a binary-search implicitly or explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 08:05:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095316#M1814378</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-02-19T08:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: String comparison while reading internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095317#M1814379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; &lt;A __default_attr="230747" __jive_macro_name="user" class="jive_macro_user jive_macro" data-orig-content="Ramakrishnappa Gangappa" href="https://community.sap.com/" modifiedtitle="true" title="Ramakrishnappa Gangappa"&gt;&lt;/A&gt; , thanks for your answer, but i have a doubt ..&amp;nbsp; what will happen if suppose column name is AAZZBBC? , it will consider it or not ? can you clarify me please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 08:34:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095317#M1814379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T08:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: String comparison while reading internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095318#M1814380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Karthi Mrvk wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;what will happen if suppose column &lt;SPAN style="text-decoration: line-through;"&gt;name&lt;/SPAN&gt; is AAZZBBC? , it will consider it or not ? can you clarify me please?&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Well, if your column contains a value AAZZBBC, it will not consider this record as we are looking for only ZZ*....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To consider your value we need to be like this AA* or *ZZ*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 08:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095318#M1814380</guid>
      <dc:creator>ramakrishnappa</dc:creator>
      <dc:date>2014-02-19T08:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: String comparison while reading internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095319#M1814381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Faizur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP t_itab into w_itab.&lt;/P&gt;&lt;P&gt;&amp;nbsp; FIND ALL OOCUREENCES OF REGEX 'ZZ*'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IN w_itab-objnr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MATCH OFFSET moff.&lt;/P&gt;&lt;P&gt;&amp;nbsp; if moff eq 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; .....&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;Another way is move all objnr data to it_itab that only have one field 'OBJNR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIND ALL OOCURRENCES OF REGEX 'ZZ*'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IN TABLE it_itab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RESULTS result_tab.&lt;/P&gt;&lt;P&gt;the result_tab is what you wanted, which start will 'ZZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Archer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 08:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095319#M1814381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T08:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: String comparison while reading internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095320#M1814382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use CP (Contains pattern)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 09:22:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095320#M1814382</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-02-19T09:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: String comparison while reading internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095321#M1814383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not write a test program and see what happens? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 09:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095321#M1814383</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-02-19T09:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: String comparison while reading internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095322#M1814384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;WRONG FOR TWO REASONS!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The syntax should be LOOP AT t_tab INTO w_itab &lt;STRONG&gt;FROM 1 TO 1 &lt;/STRONG&gt;WHERE objnr CP 'ZZ*'.&lt;/P&gt;&lt;P&gt;2. Unless the first record begins ZZ, you'll get nothing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 09:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-comparison-while-reading-internal-table/m-p/10095322#M1814384</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-02-19T09:39:10Z</dc:date>
    </item>
  </channel>
</rss>

