‎2010 Feb 12 12:12 PM
dear all,
we have a report, which call dynamic an function module. When we start the report for 1 to ~100 document number it works and everything will be done. For more then ~1000 document number are not proccesing. When we start again the document numbers with single run (one document which is not procced by first run) it works.
What could be the problem?
best regards
‎2010 Feb 12 12:23 PM
Hi,
Not processing means...
Are you getting some error or dump? Please share some more details on the issue.
Thanks,
Vinod.
‎2010 Feb 12 12:43 PM
‎2010 Feb 12 12:47 PM
Hi,
Just debug and see where it is going wrong. Probably you can keep watch points for the document number to avoid processing of many documents in debugging mode.
Thanks,
Vinod.
‎2010 Feb 12 5:42 PM
Try and use a COMMIT WORK statement after every function call.