<?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: ABAP coding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1613069#M274747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Comparing Strings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find out whether the value of a column matches a pattern, use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT ... WHERE &amp;lt;s&amp;gt; [NOT ] LIKE &amp;lt;f&amp;gt; ...&lt;/P&gt;&lt;P&gt;You can use the following wildcard characters in &amp;lt;f&amp;gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;% for a sequence of any characters (including spaces). &lt;/P&gt;&lt;P&gt;_ for a single character.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, ABC_EFG% matches the strings ABCxEFGxyz and ABCxEFG, but not ABCEFGxyz. If you want to use the two wildcard characters explicitly in the comparison, use the ESCAPE option. ESCAPE &amp;lt;h&amp;gt; specifies an escape symbol &amp;lt;h&amp;gt;. If preceded by &amp;lt;h&amp;gt;, the wildcards and the escape symbol itself lose their usual function within the pattern &amp;lt;f&amp;gt;. The use of _ and % corresponds to Standard SQL usage. Logical expressions elsewhere in ABAP use other wildcard characters (+ and *).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Sep 2006 17:26:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-19T17:26:31Z</dc:date>
    <item>
      <title>ABAP coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1613067#M274745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In our ABAP program one of the line is coded with XBLNR LIKE '%MISC%'. How should I interpret this line? The XBLNR value should contain MISC only or it can be like 11111111MISC? What should I note when look for value XBLNR?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the clarification.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 17:22:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1613067#M274745</guid>
      <dc:creator>Shiva_Ram</dc:creator>
      <dc:date>2006-09-19T17:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1613068#M274746</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;  The XBLNR value can be 'ACC&amp;lt;b&amp;gt;MISC&amp;lt;/b&amp;gt;AC'..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  '&amp;lt;b&amp;gt;MISC&amp;lt;/b&amp;gt;AC'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  'asd&amp;lt;b&amp;gt;MISC&amp;lt;/b&amp;gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 17:23:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1613068#M274746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T17:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1613069#M274747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Comparing Strings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find out whether the value of a column matches a pattern, use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT ... WHERE &amp;lt;s&amp;gt; [NOT ] LIKE &amp;lt;f&amp;gt; ...&lt;/P&gt;&lt;P&gt;You can use the following wildcard characters in &amp;lt;f&amp;gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;% for a sequence of any characters (including spaces). &lt;/P&gt;&lt;P&gt;_ for a single character.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, ABC_EFG% matches the strings ABCxEFGxyz and ABCxEFG, but not ABCEFGxyz. If you want to use the two wildcard characters explicitly in the comparison, use the ESCAPE option. ESCAPE &amp;lt;h&amp;gt; specifies an escape symbol &amp;lt;h&amp;gt;. If preceded by &amp;lt;h&amp;gt;, the wildcards and the escape symbol itself lose their usual function within the pattern &amp;lt;f&amp;gt;. The use of _ and % corresponds to Standard SQL usage. Logical expressions elsewhere in ABAP use other wildcard characters (+ and *).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 17:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1613069#M274747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T17:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1613070#M274748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shiva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the string should contain XBLNR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 17:27:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1613070#M274748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T17:27:24Z</dc:date>
    </item>
  </channel>
</rss>

