2014 Aug 26 9:24 AM
Hi...
I Have one ALV report, While running in foreground its executing correctly, but while running in BACKGROUND with same input, I facing error. Its dumping as given below :-
Is the Problem with Report OR Problem with Variants
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Rntime Errors SPOOL_INTERNAL_ERROR
Aplication Component BC-ABA-LA
Date and Time 26.08.2014 10:45:53
Short text
Internal error in the spool system.
Error in the SAP kernel.
The current ABAP "SAPLKKBL" program had to be terminated because the
ABAP processor detected an internal system error.
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".
3308 g_last_uline_at_row = sy-linno. "End-Of-Page Handling
3309 *>>TEst END-OF-PAGE
3310 data: l_sli(20) type c.
3311 get parameter id 'SLI' field l_sli.
3312 if l_sli eq 'ULINE'.
3313 write g_uline.
3314 write ' sy-linno-sy-linct: '.
3315 write sy-linno.
3316 write '-'.
3317 write sy-linct.
3318 g_uline = 'UNKNOWN'.
3319 else.
>>>> uline at (v_width).
3321 endif.
3322 gflg_uline = 'X'.
3323
3324 endform. "uline_write
3325 *&--------------------------------------------------------------
How to correct the error
Probably the only way to eliminate the error is to correct the program.
-
If the error occures in a non-modified SAP program, you may be able to
find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the following
keywords:
"SPOOL_INTERNAL_ERROR" " "
"SAPLKKBL" or "LKKBLF90"
"ULINE_WRITE"
2014 Aug 26 9:37 AM
HI Nandish,
Please check the SAP notes below:
Regards,
Ashvin
2014 Aug 26 9:43 AM
Dear
Chaeck the following note
1482966
130978 - RSPO1041 - Replacement for RSPO0041
# 41547 - How does report RSPO0041 work?
# 48284 - System can no longer create spool requests
# 16083 - Standard jobs, reorganization jobs
see the following status