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: 

Opening URLs in ABAP ?

0 Kudos

Hi friends,

i am looking for a way to open a webbrowser pointing to a specific url from abap coding. how to do that ?

clemens

1 ACCEPTED SOLUTION

former_member624107
Contributor
0 Kudos

HI..

please go thru this link

2 REPLIES 2

former_member624107
Contributor
0 Kudos

HI..

please go thru this link

Former Member
0 Kudos

Hi,

refer the below code.

CALL FUNCTION 'GUI_RUN'

EXPORTING

command ='IEXPLORE.EXE'

PARAMETER ='WWW.YAHOOMAIL.COM'.

> * CD =

> * IMPORTING

> * RETURNCODE =

reward if needful.

Thanks,

Sreeram.