cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to print smartform directly to printer in background Job ?

shabeer_saptech
Explorer

Accepted Solutions (0)

Answers (1)

Answers (1)

RaymondGiuseppi
Active Contributor

yes it is.

shabeer_saptech
Explorer
0 Kudos
Any solution for this. Please Suggest.
RaymondGiuseppi
Active Contributor
0 Kudos

Have you been that unlucky in your search, you have to prevent any pop-up to ask for print parameters and fill those yourself with those parameters:

control parameter, set

  • no_dialog = abap_true.
  • device = 'PRINTER'.

output option, set

  • tddest = <name of printer>.
  • tdimmed = abap_true.

 

RaymondGiuseppi
Active Contributor
0 Kudos
You have to prevent any pop-up to ask for print parameters
shabeer_saptech
Explorer
0 Kudos
I need to print it in background job
RaymondGiuseppi
Active Contributor
0 Kudos
What exact problem do you get, elaborate on your requirement