<?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: fill select-options  ?????????????? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-select-options/m-p/1808724#M346909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you need to select ALL record s- just do not pass anything in the select-options, for SAP it means - there are NO restricitons and all data will be selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Dec 2006 17:02:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-07T17:02:06Z</dc:date>
    <item>
      <title>fill select-options  ??????????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-select-options/m-p/1808719#M346904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        I built the select-options manually using the type "selopttab".&lt;/P&gt;&lt;P&gt;Now to get all the values from the DBT I passed --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**************************************&lt;/P&gt;&lt;P&gt;    selopttab-low  = "*"&lt;/P&gt;&lt;P&gt;    selopttab-high = "Z"&lt;/P&gt;&lt;P&gt;**************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Is it correct to pass ' * 'and ' Z ' to the low and high values of the field.&lt;/P&gt;&lt;P&gt;Bcoz if I pass ' * ' and  'z' I'm getting different number of entries when compared to passing &amp;lt;b&amp;gt;"SPACE" to the low and high values of the field in the &amp;lt;b&amp;gt;DBT&amp;lt;/b&amp;gt; .&amp;lt;/b&amp;gt;But this is happening in some tables only.In some other cases I'm getting equal number of records when i pass * and Z and when checked with passing SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        WHat should I do exactly to get all the records when passing manually thru &lt;/P&gt;&lt;P&gt;using the type "selopttab".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 13:35:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fill-select-options/m-p/1808719#M346904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T13:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: fill select-options  ??????????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-select-options/m-p/1808720#M346905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi deepu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  To get all the vaues just fille the low value as * , no need of high value i think&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selopttab-low = "*"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want the table starting with Z , then give Z*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selopttab-low = "Z*"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 13:41:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fill-select-options/m-p/1808720#M346905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T13:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: fill select-options  ??????????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-select-options/m-p/1808721#M346906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deppu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't pass any values in selopttab and pass corresponding where clause you will get all records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't pass like the following.&lt;/P&gt;&lt;P&gt;selopttab-sign = 'I'.&lt;/P&gt;&lt;P&gt;selopttab-option = 'EQ'.&lt;/P&gt;&lt;P&gt;selopttab-low = space.&lt;/P&gt;&lt;P&gt;selopttab-high =space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any values there in selopttab. using Refresh remove all items in selopttab. your requirement will be fulfilled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhupal Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 13:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fill-select-options/m-p/1808721#M346906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T13:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: fill select-options  ??????????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-select-options/m-p/1808722#M346907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pass selopttab-option = 'CP'&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;selopttab-low = "*"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 13:41:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fill-select-options/m-p/1808722#M346907</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-12-07T13:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: fill select-options  ??????????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-select-options/m-p/1808723#M346908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         Thanks for ur replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I use Manohar's suggestion I'm getting more number of records than earlier but stiil not exact.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO any other options ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 14:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fill-select-options/m-p/1808723#M346908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T14:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: fill select-options  ??????????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-select-options/m-p/1808724#M346909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you need to select ALL record s- just do not pass anything in the select-options, for SAP it means - there are NO restricitons and all data will be selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 17:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fill-select-options/m-p/1808724#M346909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T17:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: fill select-options  ??????????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-select-options/m-p/1808725#M346910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;To Get all the entries:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Your &amp;lt;b&amp;gt;"Range" table should be empty&amp;lt;/b&amp;gt;. I mean selopttab should be blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;To get the entries from * to z:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;wa_bname_sel-sign = 'I'.
wa_bname_sel-option = 'BT'.
wa_bname_sel-low = '*'.
wa_bname_sel-high = 'Z'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Raja T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 02:36:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fill-select-options/m-p/1808725#M346910</guid>
      <dc:creator>raja_thangamani</dc:creator>
      <dc:date>2006-12-08T02:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: fill select-options  ??????????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-select-options/m-p/1808726#M346911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Thanks for ur confirmation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          But actually I need this functionality in BSP's.&lt;/P&gt;&lt;P&gt;In BSP's there is no rule that if the field is SAPCE there is no restriction for the selection.&lt;/P&gt;&lt;P&gt;Here we need to pass the values .So I asked what to pass .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in SAP there is no need for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my problem got solved by using the "CP".&lt;/P&gt;&lt;P&gt;Actually the previous reply of mine said that the no. of records are more when compared to ' * ' and ' Z '.&lt;/P&gt;&lt;P&gt;But there was a DBT entry problem in my scenario.&lt;/P&gt;&lt;P&gt;I rectified that problem and now I'm getting all the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways thanks for all.&lt;/P&gt;&lt;P&gt;Sorry for the Inconvenience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;PS: Full points are awarded to Manohar Reddy. and the rest are also awarded (; (;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 10:18:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fill-select-options/m-p/1808726#M346911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T10:18:08Z</dc:date>
    </item>
  </channel>
</rss>

