cancel
Showing results for 
Search instead for 
Did you mean: 

Dropdown system limitation

Former Member
0 Kudos

Hi Experts,

I was able to create a dropdown using Mr Pradeep Goli's instructions adopted for Java.

[;

I inserted the dropdown inside a table of 20 lines. Each dropdown contains around 1500 choices. There is also another table of 20 lines with another dropdown with around 3500 entries. This causes a timeout error.

Is this a system limitation or is there another way I can get around this with that much number of entries?

Cheers,

Alfonso

Accepted Solutions (1)

Accepted Solutions (1)

ChrisSolomon
Active Contributor
0 Kudos

Do you really need that many entries in a drop-down? Even 150 is a lot to go through. 3500 is just plain ridiculous.There are better ways to handle that sort of thing.

Former Member
0 Kudos

>

> Do you really need that many entries in a drop-down? Even 150 is a lot to go through. 3500 is just plain ridiculous.There are better ways to handle that sort of thing.

+1 (Agree with Chris Solomon)

You'd better look for another approach.

1) Interface should be usable and not just "be". It is obvious that user (if he/she is not absolutely dumb) will use keyboard typing to at least position himself to the correct range in such a long list. IMHO, that means that simple keyboard entry field with additional check script can do the same job as you need.

2) At the same time, what 3500 is (e.g. 5 x 7 x 100) so you can split your list into three with 5, 7 and 100 records at a time. Maybe. Hope so.

Regards,

Petr Perstnev

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Chris and Petr,

I actually agree with both of you. But like you said, the user is insisting on this feature. If I can tell them that this is impossible due to system constraints, they'll stop insisting for sure.

In any case, other than a dropdown list, what else can I do to implement a field with thousands of possible entries?

Petr,

Where can I see documentation on the solutions you proposed? All of the documents I have on AIF is very basic and doesn't tackle such topics.

Cheers,

Alfonso

Former Member
0 Kudos

Hi,

Besides this you can have "Value Help" for a field or you can have "Enumerated value Help Drop Down List". To work on these you must use WebDynpro Java/ABAP, which intern is Online Adobe Interactive Form.

Regards

Pradeep Goli

Former Member
0 Kudos

Hi All,

Thanks for the ideas. That should be enough to convince the users not to push for this feature.

Thanks and Best Regards,

Alfonso