2008 Jul 04 8:00 AM
Hi All,
I am trying to release a change number from js40, but within
500 secs it gives me the following Dump message saying..
"ABAP/4 processor: TSV_TNEW_PAGE_ALLOC_FAILED"
please suggest any soution to it.
thanks,
Abhay Mehta.
2008 Jul 04 3:34 PM
Dear Abhay ,
I have Observed your system closely and found that the table "JGTSADR " contains too many entries (Approx 23 Lacs).
And the program tries to fetch all these entries in the internal table which overflows the internal table memory.
The query which is fetching these records does not contain any filters. Please try to Apply some filters on the select query in consultation with SAP (OSS ) so that you will not face such problems in future.
Reward if Helpful.
Regards,
Nikhil
2008 Jul 04 8:47 AM
Dear Abhay,
This is the program error. Implement Note: 1004114.
Note: Please make search in www.service.sap.com and find correct note which is relevant for your issue.
Reward if it is useful.
Best Regards,
Chandramohan
2008 Jul 04 7:39 PM
2008 Jul 04 3:34 PM
Dear Abhay ,
I have Observed your system closely and found that the table "JGTSADR " contains too many entries (Approx 23 Lacs).
And the program tries to fetch all these entries in the internal table which overflows the internal table memory.
The query which is fetching these records does not contain any filters. Please try to Apply some filters on the select query in consultation with SAP (OSS ) so that you will not face such problems in future.
Reward if Helpful.
Regards,
Nikhil
2008 Jul 04 7:33 PM
Thanks for your expertise Nikhil,
it solves my issue totally.
thanks,
Abhay.
Edited by: Abhay Mehta on Jul 4, 2008 8:33 PM