<?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: Regarding Select Options Ranges.... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options-ranges/m-p/4042349#M966178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be ur select statement is not working properly pl. check it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options: s_pernr for PA0001-pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when selecting data from database table use s_pernr with IN operator in the where clause of the select statement without considering it's content i.e.  'if not s_pernr[] is initial'  this check is not required before the select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: &lt;/P&gt;&lt;P&gt;Select .........&lt;/P&gt;&lt;P&gt;...................&lt;/P&gt;&lt;P&gt;where pernr in s_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Jun 2008 21:47:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-14T21:47:14Z</dc:date>
    <item>
      <title>Regarding Select Options Ranges....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options-ranges/m-p/4042347#M966176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii all,,&lt;/P&gt;&lt;P&gt;Am Giri...&lt;/P&gt;&lt;P&gt;Am wrking on ABAP-HR ....&lt;/P&gt;&lt;P&gt;Presently am generating report on PF for both contract employees and regular employees..&lt;/P&gt;&lt;P&gt;My prblm is tat..&lt;/P&gt;&lt;P&gt;Am taking the personnel number at run time by select options.&lt;/P&gt;&lt;P&gt;suppose..my data is..&lt;/P&gt;&lt;P&gt;Ecode     Ename        PFnumber           Pfbasis&lt;/P&gt;&lt;P&gt;01          sham           01                     2000&lt;/P&gt;&lt;P&gt;...........................&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;1000        ram              1000                   5000..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose my data is of 1000 records... itzz gving me the correct data for some employees when i give different ranges........but instead of tat it should give the correct data even if i dont give the range also..right...&lt;/P&gt;&lt;P&gt;Can anyone please help me in solving this problem...&lt;/P&gt;&lt;P&gt;itzz quite an urgent ont for me........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking You all..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards..&lt;/P&gt;&lt;P&gt;Giri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jun 2008 06:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options-ranges/m-p/4042347#M966176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-14T06:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select Options Ranges....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options-ranges/m-p/4042348#M966177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the select statement whether it is wrong or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options:s_pernr for pa0002-pernr .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ranges:r_pernr for pa0002-pernr .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at s_pernr .&lt;/P&gt;&lt;P&gt;r_pernr-low = s_pernr-low .&lt;/P&gt;&lt;P&gt;r_pernr-sign= 'I'.&lt;/P&gt;&lt;P&gt;r_pernr-options = 'EQ'.&lt;/P&gt;&lt;P&gt;appnd r_pernr .&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this r_ranges in the select statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jun 2008 11:32:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options-ranges/m-p/4042348#M966177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-14T11:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select Options Ranges....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options-ranges/m-p/4042349#M966178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be ur select statement is not working properly pl. check it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options: s_pernr for PA0001-pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when selecting data from database table use s_pernr with IN operator in the where clause of the select statement without considering it's content i.e.  'if not s_pernr[] is initial'  this check is not required before the select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: &lt;/P&gt;&lt;P&gt;Select .........&lt;/P&gt;&lt;P&gt;...................&lt;/P&gt;&lt;P&gt;where pernr in s_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jun 2008 21:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options-ranges/m-p/4042349#M966178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-14T21:47:14Z</dc:date>
    </item>
  </channel>
</rss>

