Hello,
In a dialog screen, when a button is clicked, I am calling Internet Explorer to display an imaged document that exists on an intranet web server outside of SAP. My customer doesn't like the fact that they have to close IE after viewing the imaged document.
Is there a way to view the external document without calling another application, which remain open until the application is exited? The imaged document is really a tiff file.
This is the code I'm currently using.
call function 'GUI_RUN'
exporting
command = 'IEXPLORE.exe'
* parameter = 'http://nis/ViewDoc.aspx?DocNbr=2496596927'
parameter = v_parameter.
Thanks
Bruce