<?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 Max. no. for multiple selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/max-no-for-multiple-selection/m-p/1261885#M147920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any maximum limit for the no. of input parameters on selection screen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Mar 2006 10:15:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-16T10:15:57Z</dc:date>
    <item>
      <title>Max. no. for multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/max-no-for-multiple-selection/m-p/1261885#M147920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any maximum limit for the no. of input parameters on selection screen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 10:15:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/max-no-for-multiple-selection/m-p/1261885#M147920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-16T10:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Max. no. for multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/max-no-for-multiple-selection/m-p/1261886#M147921</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 only limit I know is the number of items in the select-options/ranges 3000 (depends of the system configuration).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 10:18:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/max-no-for-multiple-selection/m-p/1261886#M147921</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-03-16T10:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Max. no. for multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/max-no-for-multiple-selection/m-p/1261887#M147922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Where can we configure the ranges ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2006 01:45:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/max-no-for-multiple-selection/m-p/1261887#M147922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-17T01:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Max. no. for multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/max-no-for-multiple-selection/m-p/1261888#M147923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can define ranges in your program as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGES: r_matnr FOR mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These behave very similar to the select-options, except that they cannot be used for user-input on selection screens. The following is what the structure of r_matnr would look like:&lt;/P&gt;&lt;P&gt;        sign   TYPE c LENGTH 1, &lt;/P&gt;&lt;P&gt;        option TYPE c LENGTH 2, &lt;/P&gt;&lt;P&gt;        low    LIKE mara-matnr, &lt;/P&gt;&lt;P&gt;        high   LIKE mara-matnr. &lt;/P&gt;&lt;P&gt;You can assign values to these fields exactly how you would assign values to the select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2006 05:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/max-no-for-multiple-selection/m-p/1261888#M147923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-17T05:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Max. no. for multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/max-no-for-multiple-selection/m-p/1261889#M147924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Macy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You seem to have two questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Maximum number of elements on a selection screen: I don't think there's a specific limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Maximum number of entries in a select-options or ranges table: In the last three years, I haven't come across any documentation that mentions about this. However, in my experience, having too many entries might cause some problems. I can research more on this and get you more details, if you need them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kinshuk Saxena.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2006 05:58:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/max-no-for-multiple-selection/m-p/1261889#M147924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-17T05:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Max. no. for multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/max-no-for-multiple-selection/m-p/1261890#M147925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Technically there may or may not be a restriction, but more appropriate question would be why you want to hit that limit? Let us say I add 100 elements to the selection screen. Do you think the user will be comfortable working with such a complex selection screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming to the number of entries, there are limitations on how big your SELECT statement can be which is more a limitation of the underlying database than SAP restriction. So if I add say 100000 single values on to a select option instead of a range, then there may be a dump. Again, it will be a design issue, whether it should be filled that way or is there a way to fill ranges instead of single values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is more a ergonimical design issue than the real limits, unless you are experimenting to test the limits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2006 13:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/max-no-for-multiple-selection/m-p/1261890#M147925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-17T13:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Max. no. for multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/max-no-for-multiple-selection/m-p/1261891#M147926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe that's a RZ10 parameters, ask your administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2006 13:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/max-no-for-multiple-selection/m-p/1261891#M147926</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-03-17T13:47:54Z</dc:date>
    </item>
  </channel>
</rss>

