‎2007 Jun 02 1:00 AM
While running the job...it leads to dump.....
No storage space available for extending table "IT_64".
You attempted to extend an internal table, but the required space was
not available.
WHat may be the reason behind the failure....?
‎2007 Jun 02 1:26 AM
talk to basis guy,in my company jobs are running more than 10 hours,basis guy needs to be set up time,so that your program runs in background without dump.
It is memory problem and they have to setup internal table memory time.
Reward Points if it is helpful
Thanks
Seshu
‎2007 Jun 02 1:30 AM
You are max-ing out the memory on the App server. Is this a custom program that is dumping?
‎2007 Jun 02 1:41 AM
If the prog is custom, look into re-coding it a bit. IT_64 should be reduced to contain fields that are ONLY required to meet the business needs. Remove any fields that are needed.
Also - make sure that ONLY required records are loaded into the int table during execution. Don't load any "junk-and-trash" records that are not actually needed.
Past that, speak to your Basis Team. They CAN increase the available memory for your program... but they WILL want to know why. They would want you to re-code if custom... or contact SAP if it is a core program.