<?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: select statment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statment/m-p/1643638#M286598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Yes u r right!!&lt;/P&gt;&lt;P&gt;  this looks strange&lt;/P&gt;&lt;P&gt;  When i go to that table and give an existing partner value and check the no of entries , it is not showing any entries even the entry exists&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2006 10:57:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-22T10:57:11Z</dc:date>
    <item>
      <title>select statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statment/m-p/1643631#M286591</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;I am writing a select statement to get the details from IHPA table based on PARNR value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i have value 100 for parnr field and i am searching on this for the records. But its not displaying the record based on this selection. For other values like character value for this parnr filed i am able tyo get the records. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone let me know the problem for this... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 10:43:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statment/m-p/1643631#M286591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T10:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: select statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statment/m-p/1643632#M286592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try converting the PARNR field to SAP format and then use the same in WHERE clause.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 10:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statment/m-p/1643632#M286592</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2006-11-22T10:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: select statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statment/m-p/1643633#M286593</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;  May be that value is not there in that table, try with other number or else may be your selection condition is not correct. Check with the where condition. If u post the code where you r giving where condition may be we can correct that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 10:47:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statment/m-p/1643633#M286593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T10:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: select statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statment/m-p/1643634#M286594</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;There is no problem in the select statement. Its giving the results for the character value of PARNR. but if we pass the numeric value then its not giving. But there are some records with PARNR value as numeric. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 10:49:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statment/m-p/1643634#M286594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T10:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: select statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statment/m-p/1643635#M286595</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;  Just now i have tried it give the data in single quotes in the exact format as it is stored in database eg '000000002' like this, it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Haritha Ramayanam Ramayanam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 10:52:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statment/m-p/1643635#M286595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T10:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: select statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statment/m-p/1643636#M286596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass PARNR value as '0000000100' then see the results of select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 10:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statment/m-p/1643636#M286596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T10:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: select statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statment/m-p/1643637#M286597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;even tried with this value also by converting PARNR using &lt;/P&gt;&lt;P&gt;conversion_exit_alpha_input FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 10:53:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statment/m-p/1643637#M286597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T10:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: select statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statment/m-p/1643638#M286598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Yes u r right!!&lt;/P&gt;&lt;P&gt;  this looks strange&lt;/P&gt;&lt;P&gt;  When i go to that table and give an existing partner value and check the no of entries , it is not showing any entries even the entry exists&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 10:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statment/m-p/1643638#M286598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T10:57:11Z</dc:date>
    </item>
  </channel>
</rss>

