<?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: Problem with statement like in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-statement-like/m-p/6282962#M1388609</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;Change the I_FIELD-OPTION to &lt;STRONG&gt;CP&lt;/STRONG&gt; insttead of EQ. It should work now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2009 12:11:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-26T12:11:05Z</dc:date>
    <item>
      <title>Problem with statement like</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-statement-like/m-p/6282959#M1388606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I do a select I can work with the statement like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CONCATENATE WA_DEL-FIELD '%' INTO I_FIELD.

      SELECT * FROM ZTABLE INTO TABLE IT_ITAB
        WHERE FIELD LIKE I_FIELD.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do I can do the same question for a if command for a field ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking with the statement (FIELD = ABCDEFG) (I_FIELD-SIGN = I / I_FIELD-OPTION = 'EQ'  / I_FIELD-LOW = 'ABC*'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF FIELD IN I_FIELD&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should work, but it was not working.....  what do I need to do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 12:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-statement-like/m-p/6282959#M1388606</guid>
      <dc:creator>former_member216100</dc:creator>
      <dc:date>2009-10-26T12:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with statement like</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-statement-like/m-p/6282960#M1388607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Silly mistake ... You have to use the OPTION as CP ( &lt;U&gt;C&lt;/U&gt; ontains &lt;U&gt;P&lt;/U&gt; attern ) instead of EQ &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;(I_FIELD-SIGN = I / I_FIELD-OPTION = 'CP' / I_FIELD-LOW = 'ABC*'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 12:09:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-statement-like/m-p/6282960#M1388607</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-10-26T12:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with statement like</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-statement-like/m-p/6282961#M1388608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OPTION should be 'CP', not 'EQ'. You can also try the "CP" operator ("covers pattern")&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 12:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-statement-like/m-p/6282961#M1388608</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-10-26T12:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with statement like</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-statement-like/m-p/6282962#M1388609</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;Change the I_FIELD-OPTION to &lt;STRONG&gt;CP&lt;/STRONG&gt; insttead of EQ. It should work now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 12:11:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-statement-like/m-p/6282962#M1388609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T12:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with statement like</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-statement-like/m-p/6282963#M1388610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is to early in the morning... sorry guys and thanks for the support...... I should sleep longer.... have not seen that I did not use CP....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 12:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-statement-like/m-p/6282963#M1388610</guid>
      <dc:creator>former_member216100</dc:creator>
      <dc:date>2009-10-26T12:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with statement like</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-statement-like/m-p/6282964#M1388611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Problem. Please remember the other guys as well, we all answered at the same time more or less &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 12:35:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-statement-like/m-p/6282964#M1388611</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-10-26T12:35:49Z</dc:date>
    </item>
  </channel>
</rss>

