Is there any limit in DDBK

hi Guys,
Is there any limit on number of values in dropdown by key.
In my app due to large number of values in ddbk, i was unable to select the value from dropdown. Any ideas?
Regards
Srinivas

I think long before you hit any technical limitations, you hit usability limitations.  I also follow a general guideline that if you get more than 100 or 200 entries in a DDLB it becomes pretty difficult for the user to scroll and find the entry they want.  If I know I'm going to have more than 50 or so entries then I'm probably going to use an inputField and Search Help instead. This is especially true in 7.02 and higher where you have the ease of SuggestValues but the full power fo the Search Help for complex filtering.

Similar Messages

  • Is there any limit on number of firefox profiles that can be created?

    Is there any limit in the number of firefox profiles that can be created?
    My issue is
    I am currently doing selenium webdriver automation in linux for a device. There are 50 devices of same kind and framework will pickup a device depending on availability. I need to by pass unsigned ssl pages. I am using firefox 14.
    I have implemented following but it is not consistent.
    everytime a device is chosen
    adds cer of device to the cert file in firefox profile
    but I am getting sec_error_bad_signature very frequently.
    So I started recreating cert [delete and create if by opening firefox] file for every run.
    Now this is posing a problem if multiple devices are run at the same time. Hence I want to create separate firefox profile

    Not that I have ever found. And at one time I had over 60 Profiles, but after I hit 20 Profiles listed in the profiles.ini file the launch time for Firefox became noticeably longer on WinXP. With remote Profiles, not listed in the profiles.ini file and launched strictly from command line there was no impact on launch time.
    How or if that relates to Mac OSX is beyond my knowledge, never owned used a Mac.

  • Is there any limit on Number of items that can be created in SBO2005B

    Is there any limit on Number of items that can be created in SAP Business One 2005B.
    We are working for button manufacturer.
    Each button will have type,color, size, thickness.
    There are about 100 types, 40 colors, 30 sizes, 10 thickness, 500 models.
    It looks to be approximately above 30lacs item codes has to be created.
    Is there any performance issues or any other known issues towards the large item lists.

    Hi,
    There is no real limit on the number of items you can create (well, the item code is a 20 character key so theoretically the limit is the total number of possible combinations of letters and characters in that key).
    Performance can be an issue with a large inventory, as well as database size (particularly if you have a large inventory and a large number of warehouses). Some issues such as the speed of lookups can be avoided by changing system settings but other issues such as the speed of inventory reports are inevitable going to take longer for larger inventories.
    Have you done any research on looking for SBO addons for the clothing industry? It might be worth searching the CPSN for such addons (ie ones that can deal with sizes, colours etc) as these may help greatly in keeping the number of stock items down to a minimum.
    Kind Regards,
    Owen

  • Is there any limit on JavaScript code used in forms?

    Hi,
    Is there any limit on JavaScript code that we can put in the submit button JavaScript Event Handler's 'onClick' event ?
    I have a code wherein I am calling alert 100 times , but till 90 times it works and if I include the last
    10 alerts in the code , it gives :
    "Exception from wwv_generate_component.build_procedure(WWV-01821) unable to
    generate UI form: ORA-06502: PL/SQL: numeric or calue error: character string
    buffer too small(WWV-16409)"
    Any help would be appreciated.
    Thanks and regards.
    Neeti.

    Hi Ketan,
    If your code can be put inside of a separate JavaScript function, you could either include the function inside of your template or write a separate PL/SQL procedure to print out your JavaScript onto your HTML page using the HTP.P() command (this would need to be called inside of your form).
    Regards Michael

  • Is there any limit to the no.of items to be displayed in combo box

    I would like to know is there any limit to have the list of items to be displayed in a combo box.
    My requirement is to show the list in 2nd combo box based on the selection of an item from 1st combo box. But if I select an item from first combo box, then second combo box is not showing the list of dependent items in case the list exceeds 10.

    I'm not sure if there is a limit but if there is its definatley higher than 10.

  • Is there any limit for Views

    Hi All,
    Is there any limit to have maximum number of views in the webdynpro appliation?
    Regards
    DS.

    Hi,
    You can have any number of views inside a component. But at a time you can choose only one window interface having one startup view.
    You can relate any number of views using plugs or viewContainers to a particular views as per your requirement.
    Having lot of inter-related views will cause problem while creating portal iviews.
    thanks & regards,
    Manoj

  • Is there any limit of character that can be sent as body of the mail ?

    Hi,
    we are in exchange 2010 server environment. Is there any limit of character that can be sent as body of the mail ?
    Sankar M http://messagingdevelopment.blogspot.in/

    Hi Munirathinam,
    We can use transport rule and content filtering to implement this function, for example "SubjectOrBodyContains" or "
    FromAddressContains". More details about it, please refer to:
    Transport Rule Predicates:
    http://technet.microsoft.com/en-us/library/dd638183(v=exchg.141).aspx
    Understanding Content Filtering:
    http://technet.microsoft.com/en-us/library/bb124739(v=exchg.141).aspx
    Best Regards,
    Allen Wang

  • Is there any limit for VISA allocate DMA memory ?

    Hi,
    I have get an error: -1073807300, when I allocate memory for DMA larger than 4M Bytes.
    Is there any limit for allocate memory for DMA ?
    I have run the attach vi on win7 32bit or 64bit, It seems there is a limit at about 4M Bytes.
    However I can allocate memory more than 20M Bytes on WinXP system. 
    Is there any solution for win7 to allocate memory more than 4M Bytes ?

    I altered the VI to loop from 1M in increments of 1M until it errored (as fast as it could) and then output the farthest it got without an error. Here is what the plot of those highest allocations looks like and attached is the VI.

  • Is there any limit for DAQ_Start(​)'s count parameter?

    Is there any limit for DAQ_Start()'s count (the fifth) parameter? It seems that the limit is between 16 million and 18 million. I use PCI-MIO-16E-1 and LabWindows/CVI.

    Hello,
    This depends on whether you are performing a single-buffered or double-buffered acquisition.
    In a single-buffered acquisition, the "count" corresponds to the number of samples the DAQ device acquires and is an unsigned 32-bit value. The largest number that this number can represent is (2^32)-1.
    In a double-buffered acquisition, the "count" corresponds to the size (in number of samples) of buffer that fills up in a circular fashion. It must be an even number. The range of this value depends on the DAQ device you are using and can be referenced by the chart located in the NI-DAQ Function Reference Help file. To access this file, go to your desktop and click [Start]>>[Programs]>>[National Instruments]>>[NI-DAQ]>>[Traditional NI-DAQ Function Reference
    Help]. Then, search for "DAQ_Start" without the quotations.
    I hope this helps clear up any confusion. Please let me know if you need any further assistance. Have a great day!
    Regards,
    Joe Des Rosier
    National Instruments

  • Is there any limit of partions

    Hi Grus.
    Is there any limit if i want to create a partition table.
    i mean how many partition i can create for a table in Oracle 8.1.7.?

    in case you want to verify in the documentation
    http://download-west.oracle.com/docs/cd/A87860_01/doc/server.817/a76961/ch44.htm#11791

  • Is there any limit in Dimensions creation

    Hi Friends,<BR> Ques :1<BR><BR>Is there any limit for dimensions creations in Essbase can we create more than 11 dimensions for exampls like a banking project.i want to the limit of dimensions creations? <BR><BR>Ques: 2<BR><BR>Once we create a outline[dimesion & members] if client wants to add some more dimension then we create the additional dimension to the existing outline if yes then we add to delete all the data & freshly we had to load the data once again in the cubes.<BR><BR>Pls help me friends by solving the above queries?<BR><BR>Thanks & Regards<BR>

    <p>Hi Syed,<br>Ans1: Theoritically Yes. But if you go on increasing the dimensionsthe number of blocks(if the new dimension is sparse).<br>the block size (if the new dimension is dense) may be theissues.<br>If you are in planning application. there is a limit of 20dimesions.(6-system defined(Account, Entity,Scenario,Version,Timeand Period), 14 custom defined)<br><br>Ans2: Once you create the outline and if client want to add adimension. you can do that. Whn you are adding new dimension itwill ask which member in new dimension you want to associate tehpresent data.<br><br>hope this helps.</p>

  • Is there any limit on how many records a cursor can hold?

    Hi Everyone,
    This is Amit here. I want to know whether there is any limit on how many records a cursor can hold.
    I have a program in which i am creating a cursor and passing it to another procedure as an input parameter. But the count of cursor query is more than 15 Lakhs. The program is running forever.
    Just wanted to know whether the huge data is the problem.
    Thanks ....
    Regards,
    Amit

    user13079404 wrote:
    Just wanted to know whether the huge data is the problem.What do you think? How long does your code typically need to wait for the data to leave the magnetic platter of the harddisk, travel across wires and into the memory buffer of your application - for a single row?
    Now multiply that waiting for I/O time with a million - for a million rows. Or by a billion, for a billion rows.
    Is "+huge data+" a problem? Not really - it simple needs more work to get that amount of data from disk. More work means slower performance. It is that simple.
    Which is why the row-by-row approach used by many developers is wrong. You do not pull a million rows from disk and process it in PL/SQL or Java or .Net. Heck, you do not even pull 10,000 rows like that.
    The correct approach is to think data sets and use SQL to process that for you - and only return the bare minimum of data to the application layer. Maximize SQL. Minimize PL/SQL and Java and .Net.

  • Is there any limit in letters that a view name can be

    Hi!
    When creating name, is there any limits. Can the name be 16 letters or more?

    the limit for view name is not 16, I have a view that is 22 long.. I found out that the problem was not the view name, but a field

  • Is there any limit on the amount of data that can be read using DB Adpater?

    We are trying to read large amount of data using "Select" of DB Adapter. I wanted to know if there is any limit to amount of records that can be returned in 1 message?
    We have tried for 30K so far and no issues - but any clues on the threshold?

    Hmmm...I dont think there is a restriction for reading data from tables.
    I have fetched more than 65k data and it ran successfully.
    Cheers,
    Abhi...

  • Is there any limit in the number of pictures archived ?

    Hello,
    I am currently using Adobe PhotoShop Album V1.0 and I have 5798 pictures stored in the database (the .psa file is 18 Mo).
    1/ I would like to know if there is any upper limit ? Can I continue to add pictures or should I create a new album file ??
    Is there any new version which exists, I do not find the product anymore (I just bought an iPhone, and I LOVE apple products, I would like to continue with it). If a new product exists:
    2/ Can I easily import all the data already existing in my PhotoShop Album version (without loosing tags, etc...) ???
    3/ Is there any special price/discount for someone who has PhotoShop Album ?
    Thanks for your help,
    Kamayana

    According to the Adobe website the support option for Photoshop Album Starter Edition ended in June 2009 but you can transition your photos to the new Photoshop.com offering:  http://www.adobe.com/products/photoshopalbum/starter.html
    With regard to Adobe not taking care of its customers,  it is unfortunately a fact of life that software companies sometimes discontinue products and at some point eliminate support for discontinued products. It is just too expensive to train technicians to support all previous product versions.  Company employees who developed the product or used to know about it in detail may have moved on to other positions or even to other companies, so theoretically the know-how may not even be available within the company in some cases.  That is one reason why user communities are so important!  
    I'm sorry I can't answer your primary question - good luck!

Maybe you are looking for

  • Certain buttons on certain websites do not work

    There should be a break - a choice - after I've been asked whether or not I want to update Firefox and then Updater tells me that certain add-ons will not work THEN I should be given a choice whether or not I want to continue. I had to remove Firefox

  • Mass change on Backflushing box in Routing change when several Alt. BOM

    Hello Gurus, Is there a standard program to tick the box Backflushing in Routing change ? It tried to manage it with LSMW but unfortunately there is one major difficulty: more than one Alternative BOM. When I click on CompAlloc, SAP displays a list o

  • Photoshop cc is not work in may system operation.

    You are running an operating system that Photoshop no longer supports.  Refer to the system requirements below for a full list of supported  platforms. please help me about this. cuz photoshop cc is not works in my operating system.

  • Can I disable the audio pitch adjustment when using frame rate conversion?

    We have a mov file containing digitized film material with audio scanned at 25 fps (1 frame film for 1 frame video) while the film should be 18 fps. So both video and audio are too fast. Compressor provides the framerate conversion so source plays at

  • Refresh an applet

    Here is my code. In the fonction start(), i have a "automate" that set visible one panel depending on the variable "etat". The others panel are setVisible(false) That was my theory ! Under IE 5.5 or Opera 5, this automate doen't work. When i come for