Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Display a imaged document, call Iexplorer

Former Member
0 Kudos

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

1 REPLY 1

Former Member
0 Kudos

HI, you can use HTML CONTROL to show the image, for detail, pls reference SAP online help for CONTROL Framework for HTML CONTROL.

Bob