cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Spool overflow

Former Member
8,360

Hello,

I am getting the below Spool error

************************************************

Internal error in the spool system.

What happened?

The current ABAP program had to be terminated because the

ABAP processor detected an internal system error.

The current ABAP program "ZBDC_MAT_MASTER_HR" had to be terminated because the

ABAP

processor discovered an invalid system state.

What can you do?

Make a note of the actions and input which caused the error.

To resolve the problem, contact your SAP system administrator.

You can use transaction ST22 (ABAP Dump Analysis) to view and administer

termination messages, especially those beyond their normal deletion

date.

Error analysis

When calling the SAP spool system, an (unspecified) internal

error occurred.

More detailed description of error: "spool overflow "

Further information:

See below under "Spool error information".

How to correct the error

Probably the only way to eliminate the error is to correct the program.

-

You may able to find an interim solution to the problem

in the SAP note system. If you have access to the note system yourself,

use the following search criteria:

-


"SPOOL_INTERNAL_ERROR" C

"ZBDC_MAT_MASTER_HR" or "ZBDC_MAT_MASTER_HR"

"MESSAGES_DISPLAY"

-


Can you help me in finding out the solution

Appreciate your help.

View Entire Topic
Former Member

Hi,

First, check if the table TSP01 is over than 32000 rows, if it is afirmative, your spool reach the limit.

You must schedulle the program RSPO0041 (or the new version with more parameters RSPO1041) like a background job (periodic).

and create a variant with the parameters. For example, leave last 10 days.

Please, see the followings notes too:

Note 48284 - Creating more than 32000 spool requests

Note 130978 - RSPO1041 - Replacement for RSPO0041

--Sreejesh