Skip to Content
0
Dec 06, 2011 at 09:39 AM

print picture file (TIFF)

70 Views

Hello,

I'm using the following:

CALL METHOD cl_gui_frontend_services=>execute

EXPORTING

document = '
Sap6dev\INTERFACE\INVOICE\450733.TIF'

operation = 'PRINT'.

it prints XLS,DOC file but it only displays the TIF file.

Is there a way to print it directly?

the program run in foreground (but if there is a way to do it also in background, i would be happy to know it)