on ‎2010 Jul 01 6:41 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.