<?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 while using LIKE statement in my BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-like-statement-in-my-bapi/m-p/3388911#M813693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyothi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. Please note that the search text will be passing from the front end, i.e. from portal.  we never know what could the description.  so we can't hard code the description like 'New'.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you advice me, how can i pass the description to the select query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx,&lt;/P&gt;&lt;P&gt;Rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Feb 2008 10:27:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-12T10:27:59Z</dc:date>
    <item>
      <title>Problem while using LIKE statement in my BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-like-statement-in-my-bapi/m-p/3388909#M813691</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;Hello every body have a problem in using LIKE statement.  I have written a BAPI  to get the items according to the search criteria. Please advice, how can i pass my text to the select statement. At present i am passing the description like PIPE% from the front end. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM TABLE WHERE DESCRIPTION LIKE DESCRIPTION. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to pass the description like PIPE% and the percentage symbol should be taken care in the back end. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards, &lt;/P&gt;&lt;P&gt;Rao (rao.busi@yahoo.com)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 10:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-like-statement-in-my-bapi/m-p/3388909#M813691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T10:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using LIKE statement in my BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-like-statement-in-my-bapi/m-p/3388910#M813692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey this code is workinf fine. Check the same once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;  T_spfli TYPE TABLE OF spfli,&lt;/P&gt;&lt;P&gt;  DESC    TYPE SPFLI-CITYFROM VALUE 'NEW%'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;  FROM spfli&lt;/P&gt;&lt;P&gt;  INTO TABLE T_spfli&lt;/P&gt;&lt;P&gt; WHERE CITYFROM LIKE  DESC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 10:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-like-statement-in-my-bapi/m-p/3388910#M813692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T10:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using LIKE statement in my BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-like-statement-in-my-bapi/m-p/3388911#M813693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyothi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. Please note that the search text will be passing from the front end, i.e. from portal.  we never know what could the description.  so we can't hard code the description like 'New'.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you advice me, how can i pass the description to the select query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx,&lt;/P&gt;&lt;P&gt;Rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 10:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-like-statement-in-my-bapi/m-p/3388911#M813693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T10:27:59Z</dc:date>
    </item>
  </channel>
</rss>

