2007 Mar 28 11:31 AM
Hey folks,
We run in SAP 4.6c IS OIL,
We use the Standard Report Transaction MSRV3(Reporting on Services) to
Retrieve datas as per the selection criteria.
We run a batch job for MSRV3 with many variants.
It always fails for few variants.
Error & Error analysis shown below:
IG_PP_MLY_MSRV3_SERVICE_PO_S1/14233001: PROTOCOL LOG
2007.03.13 14:23:30 S-00-516: Job started
2007.03.13 14:23:30 S-00-550: Step 001 started (program RMSRVR10,
variant DS2-B+B-AUFMA, user name ZBATCHEUP82)
2007.03.13 14:27:56 A-00-671: ABAP/4 processor:
TSV_TNEW_PAGE_ALLOC_FAILED
2007.03.13 14:27:56 A-00-518: Job cancelled
Error analysis
The internal table "IT_83" could not be enlarged further.
To extend the internal table, 10832 bytes of storage space was
needed, but none was available. At this point, the table "IT_83" has
1175136 entries.
I guess this is due to insufficient Memory.
Kindly advise a solution for this.
Regards,
KK
Hey folks,
We run in SAP 4.6c IS OIL,
We use the Standard Report Transaction MSRV3(Reporting on Services) to
Retrieve datas as per the selection criteria.
We run a batch job for MSRV3 with many variants.
It always fails for few variants.
Error & Error analysis shown below:
IG_PP_MLY_MSRV3_SERVICE_PO_S1/14233001: PROTOCOL LOG
2007.03.13 14:23:30 S-00-516: Job started
2007.03.13 14:23:30 S-00-550: Step 001 started (program RMSRVR10,
variant DS2-B+B-AUFMA, user name ZBATCHEUP82)
2007.03.13 14:27:56 A-00-671: ABAP/4 processor:
TSV_TNEW_PAGE_ALLOC_FAILED
2007.03.13 14:27:56 A-00-518: Job cancelled
Error analysis
The internal table "IT_83" could not be enlarged further.
To extend the internal table, 10832 bytes of storage space was
needed, but none was available. At this point, the table "IT_83" has
1175136 entries.
I guess this is due to insufficient Memory.
Kindly advise a solution for this.
Regards,
KK
2007 Mar 28 12:51 PM
Hi,
yours is a memory problem. PLease check OSS Note number <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_aba/~form/handler">20527</a>
The failing variants probably select more records / data than the working ones.
Hope this hel`ps,
Alfonso
2007 Mar 28 12:59 PM
2007 Mar 28 4:46 PM
hi ,
This kind of error occurs if the internal table size is not sufficient .
Please see that you have deleted adjacent duplicates where ever needed
Also if you are using the condition "for all entries" check that u have put the condition "if not it_tab[] is initial" before usinfg the for all entries.
regards,
sudha
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |