Application Development and Automation 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: 
Read only

Problem with HTML viewer

Former Member
0 Likes
462

Dear All ,

I am facing a problem with HTML Viewer . My senario is as follows :

1. I have created one HTML page . On that page there are 4 Images

2. I imported that HTML page in SAP with the help of transaction SMW0

3. I Called that HTML page in my ABAP program using the method "load_html_document" of class cl_gui_html_viewer

4. This is happening perfectly ok on the machine on which all this developement was done.

But the issue is when I execute my ABAP program on a different machine , those Images on that HTML page are not displaying.

Can you please guide me how to remove that machine dependancy?

Regards,

Nikhil

1 REPLY 1
Read only

Former Member
0 Likes
329

Hi Nikhil,

Please check if the image is properly imported properly. Also check if there is any option which you might have forgotten while imported like dependeency.

Regards

Abhii...