cancel
Showing results for 
Search instead for 
Did you mean: 

Printing PDF files

Former Member
0 Kudos

HI Experts,

Is it possible to print PDF files from SAP to different printers connected to the servers.........?

Can any one help me on this to get this done..?

Thanks in Advance.

Rega

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In my requirement, i wanted to print the PDF files which are in the form of attachment in IW32 tcode.

So, in order to print them, i had to download the attachments first and then i printed them calling below method.

CALL METHOD CL_GUI_FRONTEND_SERVICES=>EXECUTE
                EXPORTING
                  DOCUMENT  = W_FILENAME   "file path
                  OPERATION = 'PRINT'.

Please let me know if you need more help on this.

Thanks,

Archana