cancel
Showing results for 
Search instead for 
Did you mean: 

Info popup when spool gets printed needs to be suppressed

Former Member
0 Kudos

Hi All,

When I print the transfer order, I get popup stating with following details.

Status information for output request 13,652/ 1: Compl. [Job Complete]

13,652 is the spool number. The screen for this popup is 0600 in program SAPLSO02.

This popup is coming on the RF gun. Once this popup comes, user cannot proceed further and have to kill the login. I have already created HTML template for this screen.

I want to deactivate this popup. When user prints something, he should not get this popup.

Any pointers to this would be really helpful.

Regards,

Shahu

Accepted Solutions (0)

Answers (4)

Answers (4)

yathish_karkera
Discoverer
0 Kudos

Hi,

Please check with BASIS team as they have all the configuration related to it.

regards,

yathish karkera

former_member97338
Discoverer
0 Kudos

To stop this at printer level as per

-SOLUTION-

1. Go to T-code SPAD

2. Put Output device you use for print. Then click display button

3. Select tab 'Access Method'

4. Tick 'No Device Selection at Frontend' and then Save.

Next, try to print again.

Former Member
0 Kudos

Hi,

You have to change the Printer Parameters pop up to background printing only.

for this you have to do below code in your print program

  • Printer Dialog Pop -up surpress

outputparams-nodialog eq 'X'

This should be called before calling function "FP_JOB_OPEN".

Note- even you can trigger immediate Printing through below parameters outputparams-reqimm eq 'X'

outputparams-reqnew eq 'X'

Regards,

Ricky

Former Member
0 Kudos

Hello!

If you are able to wrap the spool call in a custom function module, you can try to add the predefined exception "error_message" when you are calling your function module. Defining this exception redirects all messages back to your exception handler (sy-subrc handling).

See http://help.sap.com/abapdocu_70/en/ABAPCALL_FUNCTION_PARAMETER.htm#!ABAP_ADDITION_6@6@: "If the error_message addition is specified after EXCEPTIONS, all MESSAGE statements that are executed during the processing of the function module and do not have the RAISING addition are affected as follows..."

Greetings,

Johannes

Former Member
0 Kudos

Hi Shahu,

I'm having the same problem. Did you ever found the solution to surpress this message?

Thanks,

Wim