‎2007 Jan 12 4:43 PM
Hi,
I am facing problem in a utility program and it is runing into short dump saying: 'Unable to fulfill request for 8192 bytes of memory space'. Can anyone tell me about this.
Whats might be problamatic here? This utility program captures changes in material fields and prepare XML out of it. This was run for around 20K parts and it got dump at particular point. From the code it seems all fine.
Also from the dump analysis (ST22) i picked up the record for which it was showing dump and executed the program for same single record and all ends in fine results. so there was no issue with data.
Plse provide possible inputs for solution.
Thanks,
Ags.
‎2007 Jan 12 4:46 PM
‎2007 Jan 12 4:48 PM
‎2007 Jan 12 5:08 PM
This code is standard SAP code but copied into Z to customize it.
‎2007 Jan 12 6:41 PM
What was the original report? I'm wondering if there are SAP notes to help you on this.
Rob
‎2007 Jan 12 5:19 PM
dump normally occurs if data is unable to get hold in internal tables. Mostly it is getting memory overfloe due to which data is not getting stored in the internal table...Try processing for lesser materials or in 2-3 steps where each step can hold some 8k of records.