<?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: Limitations with Selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391501#M1239300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you paste your  query here please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2009 15:19:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-20T15:19:08Z</dc:date>
    <item>
      <title>Limitations with Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391500#M1239299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hie guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a report running and on selection screen if no values are specified it should pick all Business Partners in the system however this is not happening. The selection is restricted to 5000 hits yet i have not specified any limitations on selection screen. I have checked the user settings and i find no specifications to do with limitations on selection. What could be the cause of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prince Isaac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 15:14:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391500#M1239299</guid>
      <dc:creator>prince_isaac</dc:creator>
      <dc:date>2009-03-20T15:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations with Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391501#M1239300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you paste your  query here please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 15:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391501#M1239300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T15:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations with Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391502#M1239301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;heres a snippet:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*selection screen 
SELECTION-SCREEN BEGIN OF BLOCK bli WITH FRAME TITLE text-bli.
SELECT-OPTIONS: material FOR mara-matnr.
SELECTION-SCREEN END OF BLOCK bli.
.
.
.

* selection
  SELECT * FROM mara INTO table xmara WHERE matnr IN material
                                AND mtart EQ 'ZSER'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If i put break-point i find out that xmara contains 5000 entries. If i execute the number of entries in table mara and i remove the restrictions of number of hits and i leave blank stil only 5000 entries are shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isaac Prince&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 16:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391502#M1239301</guid>
      <dc:creator>prince_isaac</dc:creator>
      <dc:date>2009-03-20T16:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations with Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391503#M1239302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Did u check if the table has only 5000 entries for your selection ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 16:23:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391503#M1239302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T16:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations with Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391504#M1239303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think for that selection criteria  number of entries is  5000.u check ur internal table if all the entries in it belongs  zser.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 16:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391504#M1239303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T16:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations with Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391505#M1239304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hie guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from SE11 there are more than 5000 entries of ZSER in table MARA. During debugg the number of enties in XMARA is exactly 5000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isaac Prince&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 16:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391505#M1239304</guid>
      <dc:creator>prince_isaac</dc:creator>
      <dc:date>2009-03-20T16:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations with Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391506#M1239305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check in MARA table through SE11, with MTART = ZSER. check the number of entries in MARA table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kuntal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ignore above coment... I havn't checked you have already given this &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kuntal Nandi on Mar 20, 2009 11:34 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 16:33:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391506#M1239305</guid>
      <dc:creator>former_member376453</dc:creator>
      <dc:date>2009-03-20T16:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations with Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391507#M1239306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just hint- may b building the RANGES table may helps!!&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Mar 2009 03:38:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391507#M1239306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-21T03:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations with Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391508#M1239307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How you declared XMARA internal table in your prorgam?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;Brunda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Mar 2009 05:48:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391508#M1239307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-21T05:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations with Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391509#M1239308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx for all the iput guys but i still have not found the answer however i am closing the thred.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 15:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/limitations-with-selection/m-p/5391509#M1239308</guid>
      <dc:creator>prince_isaac</dc:creator>
      <dc:date>2009-03-25T15:55:44Z</dc:date>
    </item>
  </channel>
</rss>

