cancel
Showing results for 
Search instead for 
Did you mean: 

Billing document printing pop-up

Former Member
0 Kudos

Hi All,

I try to print Billing documents but it comes every time with a pop-up "print" for selecting a printer.

All output printing information is filled in right, so that seems not the problem.

When pressing the print, there is no problem.

But I want to print every document with the execute (F8) right away.

Do anyone know how get rid of the "printing information" pop up?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Marco

Its an ABAP problem please speak with your ABAP guy and try to fix it up.

Or else please let me know your complete process, how you are printing (with T code)?

revert back.

Former Member
0 Kudos

Hi Yadev,

I use T-code VF31 ( tried also also the program rsnast00, but gives the same problem)

Former Member
0 Kudos

Hi Marco

Have you checked that you have maintained Printer in communication method?

If printer is configured correctly then is an ABAP problem for sure.

Former Member
0 Kudos

HI Yadev

Yes i checked that, its filled in right.

Thanks, i will check ABAP (Processing routines) program?

Former Member
0 Kudos

It's not SU01. The work around on this moment is to "execute in the background"

There is also a issue, the print job is overruling the spool request with printer with LOCL.

and gives a "Frondend unavailable". Probably the same ABAP issue.

Former Member
0 Kudos

Hi,

I encountered the same problem of Poping up the Printer details while printing.

The issue is , check the print program and the smartform for the Paper size.

If the paper size set was not apt with your printer, u will probably get this issue.

please revert if u had any other queries.

regards,

santosh

Former Member
0 Kudos

Solution:

IF sy-tcode = 'VF31' AND sy-ucomm = 'PROC'.

ls_control_param-no_dialog = 'X'.

ENDIF.

thanks all

Answers (1)

Answers (1)

Former Member
0 Kudos

hello, friend.

define a default printer in your role/profile using SU01. i am not certain if this will work with the enhancement, but i believe it's worth a try.

regards.