cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Drop Down List Record Limit

Former Member
0 Likes
522

Hi All,

I am working with a Standard Drop Down List whose list items come from an internal table

populated during Code Initialization.

I noticed that if the no. of records in the internal table reaches around 15,000 records

I get "No Job Started" / Render errors, errors during form generation.

Is there a way around this?

I am using Adobe LCD 8.2.

Regards,

Miguel

View Entire Topic
Former Member
0 Likes

Hi Otto,

In this case I am selecting materials MATNR, in the actual form it is filtered by drop-downs like Plant and Material Group.

So 15,000 will not be the actual number of records in the drop-down, its the no. of rows in my internal table

during Code Initialization.

So the problem is more on the size limit of Global Data passed to the form, which causes No Job Started.

I was hoping someone encountered this, before I proceed with work-arounds.

Regards,

Miguel

OttoGold
Active Contributor
0 Likes

So you have a table of MATNRs only? Or something like TYPE TABLE OF MARA with 15 tousand?

Well... I would never pass that many records, I would rather change my scenario not to have to find any solutions/ workarounds for this. 15.000 is not usable in any way, in DD or in any other field.

I can understand you have a task to work on but I would try hard to change the task.

Otto