Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

buffer problem?

Former Member
0 Likes
481

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

4 REPLIES 4
Read only

vinod_vemuru2
Active Contributor
0 Likes
446

Hi,

Not processing means...

Are you getting some error or dump? Please share some more details on the issue.

Thanks,

Vinod.

Read only

0 Likes
446

hi,

I dont get error or dumps... it will be not procced!!!

Read only

0 Likes
446

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.

Read only

0 Likes
446

Try and use a COMMIT WORK statement after every function call.