cancel
Showing results for 
Search instead for 
Did you mean: 

Spool Request: information screen

shabir_ismail
Participant
0 Kudos

hi experts;

My problem is after print a form, the spool request: information screen appears. My client want to remove it .

I have done some debugging and i end up at the following FM   'SPOOL_STATISTIC' called in report RSDBRUNT.

Can you please help me how to remove the spool request screen ??

thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

shabir_ismail
Participant
0 Kudos

please help me...

former_member209818
Active Contributor
0 Kudos

Hi Shabir,

I think you are trying to execute a ALV report in Background and there you are getting some records statistics which you want to eliminate. If my understanding is correct, you can do that by passing "is_print" while calling ALV FM "REUSE_ALV_GRID_DISPLAY" and in this structure, pass no_print_listinfos = "X".

I hope this helps you !!

- Harshad

shabir_ismail
Participant
0 Kudos

oupss sorry the form is done with write statment on the screen. I am not using alv anywhere.  After click on the print button (i am using a standard GUI statusDuring debugging, %_00 in program RSSYSTDB), and after checking the printer properties and authorisation and other stuffs, tmy program is executed, and just after the last wirte statement, the screen 200 in program SAPLSPRI appears. Is there a parameter that should be changed somewhere ?

Thanks in advance Harshad.