‎2005 Sep 22 9:40 AM
Hello all,
I need to obtain informations about a set of production orders; infos from one production order can be obtained using the function module 'PM_ORDER_DATA_READ'.
But if I try to call this FM repeatedly in a LOOP, the system throws an exception and a dump is issued.
Anybody knows why, and how this could be overcomed?
Thanks,
Bogdan
‎2005 Sep 22 9:44 AM
‎2005 Sep 22 11:10 AM
The error is in fact an unhandeled exception: "ITAB_ERROR" in the program "SAPLCOIT".
This exception occurs at the second succesive call of FM "PM_ORDER_DATA_READ".
‎2005 Oct 11 7:24 PM
An OSS fix may be a good bet for this error searching on the function module name and/or the program name
‎2007 Feb 07 3:35 PM
I have the exact same problem. We run ECC5.0 and are up to date on the OSS notes. Atleast thats what I'm being told by our BASIS folks. Anybody can help us out here?
Thanks,
Nagesh
‎2005 Sep 22 9:48 AM
This FM is used for printing so at the end, data is EXPORTed to memory. May be that is the reason, is gives short-dump.
In the code it is written
‎2005 Sep 22 11:07 AM
Yes, I noticed that.
Does that mean that I cannot use the FM repeatedly?
I tried to manually release the MEMORY after each step in the loop... but it didn't work.
Other suggestions?