What release are you on? There is some nice HTTP client functionality in WebAS 610 and higher. I can supply a sample if the release level is correct.
Eric Gourdou:
you have to implement javascript.
<html>
<head>
<title>welcome</title>
<script>function loadurl(url){window.open(url , "_self") }</script></head>
<body onload="javascript:loadurl('URL')">Loading . . . . . </body>
</html>
please save above code as html and speicify your url name instead of URL text.
then move to transaction SMW0 select HTML templates option for WebRFC application and then execute from the next screen. click create and give a object name, description then import the HTML file you have saved.
and use this function module in your ABAP code
call method html_control->load_html_document
Regards
Suresh Babu Karanam
Add a comment