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

Open an IE browser with link from ABAP code

Former Member
0 Likes
2,639

How to open an IE browser in separate window with dynamic link from ABAP code. The IE should open in a separate window.

Eg:

strHttpLink = 'http://www.xxss.com'.

open IE browser using strHttpLink.

How to open an IE browser in separate window with dynamic link from ABAP code. The IE should open in a separate window.

Eg:

strHttpLink = 'http://www.xxss.com'.

open IE browser using strHttpLink.

3 REPLIES 3
Read only

Former Member
0 Likes
817

Use Function module CALL_BROWSER.

Regards,

John.

Read only

0 Likes
817

I like this solution -- simple and powerful!

Read only

former_member182371
Active Contributor
0 Likes
817

Hi,

have a look at this:

http://www.erpgenie.com/abap/controls/htmlviewer.htm

Best regards.