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

Question about cl_gui_html_viewer

Former Member
0 Likes
567

Hello folks!

I'm trying to load internet pages into html control. Internet data I obtain from ABAP through FM 'HTTP_GET'. But html viewer shows correctly only small amount of sites. At the same time, when the same pages are loaded from local machine's internet, all works fine. I can't understand why one html code can give different results. Any suggestions?

Hello folks!

I'm trying to load internet pages into html control. Internet data I obtain from ABAP through FM 'HTTP_GET'. But html viewer shows correctly only small amount of sites. At the same time, when the same pages are loaded from local machine's internet, all works fine. I can't understand why one html code can give different results. Any suggestions?

2 REPLIES 2
Read only

Former Member
0 Likes
449

Have you tried accessing the same web sites using the demo program SAPHTML_DEMO1, and then comparing the source HTML you get via each technique?

Jonathan

Read only

Former Member
0 Likes
449

I can't understand why... but event NAVIGATE_COMPLETE doesn't work when pages are loaded from ABAP. It seems that I have to find all links in the first page, load them and send to frontend when the first page is loaded. Otherwise when I click on arbitrary link I obtain "Impossible to open the connection with the URL: guisaphtml://htmLprfx9/info/gnu.html".