<?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 This query returns no values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-query-returns-no-values/m-p/2673349#M617452</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 below query gives no returns.&lt;/P&gt;&lt;P&gt;Could anyone give the reasons behind this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select pernr ansal into corresponding fields of table t_0008&lt;/P&gt;&lt;P&gt;    from PA0008&lt;/P&gt;&lt;P&gt;    where pernr eq s_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even the EE entered is also fine and has its data in the table PA0008.&lt;/P&gt;&lt;P&gt;Please give reply ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2007 06:21:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-22T06:21:00Z</dc:date>
    <item>
      <title>This query returns no values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-query-returns-no-values/m-p/2673349#M617452</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 below query gives no returns.&lt;/P&gt;&lt;P&gt;Could anyone give the reasons behind this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select pernr ansal into corresponding fields of table t_0008&lt;/P&gt;&lt;P&gt;    from PA0008&lt;/P&gt;&lt;P&gt;    where pernr eq s_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even the EE entered is also fine and has its data in the table PA0008.&lt;/P&gt;&lt;P&gt;Please give reply ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 06:21:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/this-query-returns-no-values/m-p/2673349#M617452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T06:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: This query returns no values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-query-returns-no-values/m-p/2673350#M617453</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;For SELECT-OPTIONS you have to Compare using IN not EQ..&lt;/P&gt;&lt;P&gt;Then it works .. See the Code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select pernr ansal into corresponding fields of table t_0008&lt;/P&gt;&lt;P&gt;from PA0008&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;where pernr IN s_pernr.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 06:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/this-query-returns-no-values/m-p/2673350#M617453</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-22T06:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: This query returns no values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-query-returns-no-values/m-p/2673351#M617454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI Binay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u dont give any value in parameter it will take no value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use select option as narayana mentioned&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and close this thread&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 06:25:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/this-query-returns-no-values/m-p/2673351#M617454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T06:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: This query returns no values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-query-returns-no-values/m-p/2673352#M617455</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;which one you used parameter or select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for parameter ur code is correct .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select pernr ansal into corresponding fields of table t_0008&lt;/P&gt;&lt;P&gt;from PA0008&lt;/P&gt;&lt;P&gt;where pernr eq s_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for select-option if u used an input parameter then change as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select pernr ansal into corresponding fields of table t_0008&lt;/P&gt;&lt;P&gt;from PA0008&lt;/P&gt;&lt;P&gt;where pernr IN s_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh Aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 06:26:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/this-query-returns-no-values/m-p/2673352#M617455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T06:26:59Z</dc:date>
    </item>
  </channel>
</rss>

