Maximum number of "Single values" accepted in "Multiple Selection"

Hello gurus. I wonder if you could help me with this.
You know how in transactions like the Data Browser (SE16), you want to look up records in a table, for example MARA.
If you want to list only individual values, then you can press the yellow arrow to the right of the fields, and this opens the "Multiple Selection" window. In it you can add single values, ranges, etc.
My question is, what is the maximum number of single values that you can put in here?
For example, sometimes if I put like 5000 lines, instead of getting a result I get an ABAP runtime error that reads:
Runtime errors         DBIF_RSQL_INVALID_RSQL
Exception              CX_SY_OPEN_SQL_DB    
"Error in the module RSQL accesing the database interface".
But if I put around 1500 or less, then I don't have that problem. It lists the results just fine.
How do I know what the maximum number of lines these functions allow?

Hi
Yes even I had the same experience and based on my several tests I dont put more than 2000 valeues.
Please advice if you have any question.
Thanks

Similar Messages

  • Maximum number of field values for an Authorization object

    Hello Experts,
    What is the maximum number of field values can be put into the role, Is there any restriction for number of values in any authorization field?
    I have put 326 values for field OBJTYPE in authorization object S_DEVELOP but not able to generate the role it is showing error.
    I know I can split the values in two or more instance but wanted to know if there any other way out for this (without creating more instances)
    Thanks
    DK

    If the values for OBJTYPE are not uniquely the same, then the system will not merge them - so nothing will be lost.
    Here is another trick for you: Choose one of the transactions in the role (or create a "symbolic" one for it") where you want to have the OBJTYPE proposed automatically from. Now maintain one or two of them in SU24 and then download it to your PC. Now from the F4 value range of the OBJTYPE, add all of those values you want via copy&paste into the file and then upload into SU24 again. A read old / merge new in PFCG will then swing all the values in for you.
    Single values are always better, as you do not know what else is hidden in the range or might be added in future. It is however common to see FROM / TO ranging around values such as DEBUG and FUGR although all aspects of S_DEVELOP are dangerous - even in display mode.
    Cheers,
    Julius

  • Maximum number of filter values in BEx web

    Hi
    Is it possible to change the maximum number of filter values displayed when running a query?
    Example: When the user runs a query and has to put in a material number, he pushes the button which shows him the possible values for input. The number of values displayed per page is 14 and the maximum number of pages is 72. The maximum number of values is 1000. If the user tries to search, he only searches amongst the 1000 possible values. Is it possible to change the number of possible values shown to unlimited?
    We use NW04s BI SP09.
    Kind regards
    Erik

    Hi Experts
    I have the same problem , the maximum number of hits si set to 200 , ant the variable contains over 300 values , it is a variable based on  a time charactersitic , and the values appear in ascending order , i mean the first 01.1900 , and the last value 03.2012 . i wonder if there is a way to change the order of sort  to descending order . I mean the  first value 03.2012 and the last one 01.1900 . I attach the image .
    Thanks for your help.

  • BEx Analyzer Drop Down Maximum Number of Dislayed Values

    Is it possible to adjust the maximum of 100 (Properties of DropDown>Selection>Maximum Number of Displayed Values)?  I have searched the API and i could not find that setting in there.  Is there a hardcoded global setting that can be changed? 
    Thanks in Advance

    Hi Jon,
    If you are using 7.0 version. Place dropdown in workbook and click to get properties. On Selection Tab you will get maximum number of displayed values. Select the number.
    Regards,
    Kams

  • Get all the values from a multiple select in a multipart form

    Hi there!
    I am using a form with enctype="multipart/form-data" in order to upload files from the form.
    I have read this page: http://commons.apache.org/fileupload/using.html and everything works well for my form.
    The only problem is that I can't get all the values from a "multiple select" html object. I get only one value.
    Using servlets I have used this method:
    public java.lang.String[] getParameterValues(java.lang.String name) But now I have enctype="multipart/form-data" in my form and I can't use this way...
    Is there a way to get all the values of a multi-valued parameter?
    Thanks a lot!
    Stefano

    Hi
    I have got solution for this problem so, I am listing here logic
    assume tag name of html
    <select name="moption" multiple="multiple">
    iterate it in as
    String moption="";
    boolean cnt=true;
    while(itr.hasNext())
    FileItem fi=(FileItem)itr.next();
    if(fi.isFormField())
    if(fi.getFieldName().equals("moption"))
    if(cnt==true)
    moption=fi.getString();
    cnt=false;
    else
    moption=moption+","+fi.getString();
    If wants more help then mail me your problem
    at [email protected]
    Thanks!
    Anand Shankar
    Edited by: AnandShankar on 6 Nov, 2009 12:54 PM

  • Maximum number of key/value pairs in btree or hash database

    It's not clear to me from the documentation what the limit is on the number of key/value pairs in a Btree or hash database. The documentation on logical record numbers says that the db_recno_t type is a 32-bit unsigned type, "which limits the number of logical records in a Queue or Recno database, and the maximum logical record which may be directly retrieved from a Btree database, to 4,294,967,295". What does "directly retrieved" mean in this sentence? Does this mean that Btree is limited to 4,294,967,295 key/vaue pairs? If so, is this also the limit for a hash database?

    Hi mcgarvek,
    In case of Queue, Recno and Btree configured for logical record numbers - you can do that by setting DB_RECNUM flag: http://www.oracle.com/technology/documentation/berkeley-db/db/api_c/db_set_flags.html#DB_RECNUM , the maximum number of records is 4,294,967,295 and after that limit, the next record will be inserted as record number 1.
    In case of Hash and Btree, the maximum database size depends on the page size selected by the application. Berkeley DB stores database file page numbers as unsigned 32-bit numbers and database file page sizes as unsigned 16-bit numbers. Using the maximum database page size of 65536, this results in a maximum database file size of 248 (256 terabytes).
    Database limits: http://www.oracle.com/technology/documentation/berkeley-db/db/ref/am_misc/dbsizes.html
    Logical record numbers: http://www.oracle.com/technology/documentation/berkeley-db/db/ref/am_conf/logrec.html
    Regards,
    Bogdan Coman

  • IP Dropdown box - Maximum Number of Displayed Values

    Dear experts.
    Using dropdown box on BEx Analyzer 7.0 only shows at most 99 values on dimension filtering.
    Is it possible to extend that number of values?
    Thanks for your help!

    Solved: If you select 0 as maximun number of displayed values you get all the values.

  • Select MULTIPLE default values for a multiple selection list box based on another field in Infopath 2010

    Hello there - Before I explain my issue, I would like to point out that I have reviewed some other discussions on selecting default values for multiple selection listbox. But my issue is specific and different, and not answered by any of the discussions
    I visited.
    I have a multiple selection list box (say for example all countries in the world as values), and I would like to pre-select or setup multiple default values (say five countries) based on some criteria that I query from MS SQL database table.
    I know we can go to Data | Default Values option to setup one or many default values for multiple selection list box. When I enter the default values manually this works. I also right click the field under the Multiple-Selection List Box group, then select
    Add another Value Below and set the Default Value for this field to setup multiple default values.
    However, if I reference a field (either an infopath field or a field from SQL database) I am not able to setup multiple default values. Infopath automatically selects the last field I selected for all instances and in the end I am able to see only one
    default value selected instead of many. How to fix this problem? Why would infopath allow multiple default values when we enter it manually but not when we reference some fields?
    Please let me know if you need more info. Appreciate your help.
    Thanks!

    Hi redhotc,
    According to your description, my understanding is that you want to set multiple default values for a multiple checkbox list in InfoPath form.
    I did a test with SQL database table. I set three default values for the checkbox list by adding three values field under the group field(Data->Default values), each value field is for a default value. Then publish it to my SharePoint site, everything
    was fine.Please have a try as the below link:
    http://www.bizsupportonline.net/infopath2010/pre-select-items-multiple-selection-list-box-infopath-2010.htm
    Note: if you are using SQL databse table, you may need to enable ‘Allow cross-domain data access for user form templates that use connection settings in a data connection file’ in CA. More information, please refer to:
    http://answers.flyppdevportal.com/categories/sharepoint2010/sharepoint2010customization.aspx?ID=418b9423-a96c-4e5e-91f9-6a1b010ebb69
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Display single value with dimension filter selection

    Hello,
    I use Design Studio 1.3.
    I want to display the correct single value after I choose a "Calyear" form dimension filter.
    At the moment I can use the sum of all "Calyears"only.
    Thanks for our help....

    I have create this Datasource:
    In Script Editor I fill the value field with this Code:
    DETAILS_VALUE_AE.setText(DS_3_AE_DETAIL.getData("00O2TF25Z6L0MSI7DYKIXACY3", {}).formattedValue + " EUR");
    00O2TF25Z6L0MSI7DYKIXACY3 = Keyfigure "Aufragseingang"
    Without filter the value is correct.
    But when I filter (with dimension filter) the value doesn't works correct.
    I think my code in script editor is not correct. Or must I use variables?

  • Displaying single value (Record) into multiple columns

    Hi All,
    I want to display the single record into multiple columns. Please let me know How to achieve this..
    Record:
    Lvl Activity Acre
    6 Week 4 (Same value to be displayed into 3 columns.)
    REquired output:
    lvl Activity PH1 PH2 PH3
    6 Week 4 4 4
    Thanks
    Kavi

    user533671 wrote:
    Hi,
    Thanks for immediate reply.
    PH1, PH2, PH3, ... will go more columns based on parameter , what we are passing.An single SQL statement cannot have a dynamic number of columns based on the data itself. The projection (columns returned) have to be known before any data is fetched... and that includes some 'parameter' value.
    {thread:id=2309172}
    You can build a query dynamically, based on a parameter or even on the data, but 99 times out 100 people use dynamic queries where they are not needed.
    Perhaps explain to us what you are really trying to achieve and why, and we could suggest some better way.

  • Excluding single values on selection screen

    Hi,
    I'm using standard PCH logical database on a selection screen. Im running the report for multiple org unit, lets say A,B and C.
    Within org unit A are more org unit e.g 1a, 1b, 1c and i want to exlude 1c. I added it to the negative single values of the multiple selection but its still coming out on the report.
    Any ideas? Listing out all the ones, e.g. 1a, 1b, 2a, 2b, 2c etc isnt really an option of there as hundred and hundreds of them
    Thanks.

    Hi,
    Use FM SELECT_OPTIONS_RESTRICT. Pl. check the sample code:
    *& Report  Z_TEST_JG
    REPORT  Z_TEST_JG.
    tables: vbak.
    TYPE-POOLS: sscr.
    DATA:
         v_restrict       TYPE sscr_restrict,
         v_opt_list       TYPE sscr_opt_list,
              v_asn            TYPE sscr_***.
    select-options: s_vbeln for vbak-vbeln no intervals.
    INITIALIZATION.
      PERFORM sub_restrict_option.
    FORM sub_restrict_option .
      CHECK v_restrict-opt_list_tab[] IS INITIAL.
      CLEAR v_opt_list.
      v_opt_list-name       = 'EQ'.
      v_opt_list-options-eq = 'X'.
      APPEND v_opt_list TO v_restrict-opt_list_tab.
      CLEAR v_asn.
      v_asn-kind            = 'S'.
      v_asn-name            = 'S_VBELN'.
      v_asn-sg_main         = 'I'.
      v_asn-sg_addy         = space.
      v_asn-op_main         = 'EQ'.
      v_asn-op_addy         = 'EQ'.
      APPEND v_asn TO v_restrict-***_tab.
      CALL FUNCTION 'SELECT_OPTIONS_RESTRICT'
        EXPORTING
          restriction            = v_restrict
        EXCEPTIONS
          too_late               = 0
          repeated               = 0
          selopt_without_options = 0
          selopt_without_signs   = 0
          invalid_sign           = 0
          empty_option_list      = 0
          invalid_kind           = 0
          repeated_kind_a        = 0
          OTHERS                 = 0.
    ENDFORM.                    " sub_restrict_option

  • Is there a maximum number of small mp3 files that can be in a single flash file

    my flash program fails to respond after adding one more mp3 file to the mix. Is there a maximum number of files it accepts? I have tested the mp3 file on a new fla file and there is nothing wrong with it.

    there are maximums to to everything in flash including scenes, frames, layers etc and there are computer memory limits.

  • Multiple single values variables in cockpit not possible ??

    Hi,
    I'm trying to create a variable in SEM-CPM-MC, but no matter what I do, I'm only able to create a runtime variable with selection type P - Variable for single value. I can select the other values, but when I save the variable, SAP automatically corrects it to P - Singe value again. I can also create a design variable with the other types, but not a runtime variable. How do I create a variable for which you can enter an interval/multiple single values?
    In the documentation it also says, that you should be able to create variables on a frame level. I don't see any button where I can create a variable on a frame level. I've done exactly as it says on help.sap.com, but I don't have a button to create a new variable on a frame level. How do I do that?
    Any help is appreciated and will be rewarded generously :o)
    Thanks,
    ramesh

    Hi Goutham R,
    As of 4.0. it was by a limitation.
    I have read some where that some users were able to meet the requirement by putting a semi colon at the end of each value in a excel and feeding it to the prompt but seems like you have already tried that.
    Please see if you put a vote here in this link:
    Selection option variable not behaving the same way in WebI : View Idea
    But I think this requirement can be met in Analysis edition for OLAP.
    BR
    Prabhith

  • Restirct single values in selection screen

    Hi,
    I module pool have a input field. This field is called thru COMPLEX_SELECTIONS_DIALOG and have restricted the range values (only single values can be entered) Now users can enter any number of single value in the input field. My requirement is to restrict users to enter only 5 values in the input field.
    I have checked the function module SELECT_OPTIONS_RESTRICT but there is option to restrict the number of enteries in single values.
    How to restrict ?
    Thanks for your replies.

    Hi,
    You can control the select-option entries through the parameter  (EXCLUDED_OPTIONS   = RSOPTIONS ) in the fn. module COMPLEX_SELECTIONS_DIALOG. With this you can make sure that only single values are entered. ( You can take out the ranges here).
    You can restrict the entries for the single ranges by checking the count of records in the return internal table for ranges.(TABLES : RANGE).You can throw a message by checking the count of this table as all the entered values will be available.
    Hope this helps..
    Regards
    Deepu.

  • Number of receivers who accept stratus

    What is the maximum number of receivers who accept stratus in a multicast connection 1-n.?
    What is the bandwidth consumed by transmission? 1 x n? 1 x 1?
    thanks
    sorry for my English.

    i don't know what you mean by "accept stratus".
    except for special cases, all participants of a P2P multicast group must be connected to an RTMFP server, such as Stratus.
    each member of a group will have O(log n) direct connections to other members of the group.  the actual number is approximately 2 × log₂ n + 13.  for example, in a group with 1,000 members, each member is expected to have about 33 neighbors.  some will have a few more, some a few less.  in a group with 1,000,000 members, each member is expected to have about 53 neighbors, more or less.
    in order for each member of the group to display the stream, each member must receive the stream.  since the other members of the group provide the data of a multicast stream, that means each member must have enough *upload* bandwidth to send approximately one copy of the stream plus protocol overhead plus some safety margin.  for example, if the stream is 400kbps, each member of the group must have at least 400kbps of upload bandwidth in order for everyone in the group to be able to receive the stream, and factoring in protocol overhead and safety margin, the number should be closer to 500kbps of upload bandwidth for each member of the group.
    our experiments indicate that the publisher of a P2P multicast stream should have enough upload bandwidth to send at least 4-5 copies of the stream in order for the stream to reliably permeate the group (for example, if the stream is 400kbps, the publisher should have about 2Mbps of *upload* bandwidth).  your results may vary.

Maybe you are looking for