Hi Expert,
I have used below method to print document.
CALL METHOD cl_gui_frontend_services=>execute
EXPORTING
document = w_string
operation = 'PRINT'.
I am able to take print out of all documents except JPEG.
Could any one help me out to do the same?
Thanks,
Jay.