Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SPOOL_INTERNAL_ERROR......Running BAckground

nandishm
Participant
0 Likes
3,927

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"

2 REPLIES 2
Read only

Former Member
0 Likes
1,856

HI Nandish,

Please check the SAP notes below:

  • 48284
  • 16534
  • 1422843
  • 48400

Regards,

Ashvin

Read only

Former Member
0 Likes
1,856

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

  • Completed (The output request printed successfully)
  • Waiting (Spool request is in waiting status and spool system has not yet processed the output request and not yet sent to the host system)
  • Inprocess (The spool workprocess is in the process of formatting output request for printing)
  • Printing (The host spool is in the process of printing the output request
  • Problem (This indicates there are some minor errors. It means output request printed but contains some errors like incomplete character set etc)
  • Error (This status indicates some serious issues such as network error. It means the requests have not printed and they remain in the spool system until they are deleted or until they reach their expiration date. After expiry date, they are deleted by the reorganisation jobs.
  • Archive (This status is set for spool requests that are sent to an archiving device. This status means that the spool request was already processed by the spool system and it is now waiting to be archived)
  • Time (This status means that the user who has created the spool has mentioned some specific time for output)
  • -  ( This minus status means that the spool request is not yet sent to the host system and no output request exists)
  • + ( This plus status means that the spool request is being generated and it is stored in the spool system )