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

access internet through abap

Former Member
0 Likes
553

how can we use abap to access internet? Is it a possibility?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
508

Hi,

Yes, You can use the function module call_browser to access a site..

i hope it answers the question else can you be more clear

Thanks&Regards

Sarves

3 REPLIES 3
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
508

Yes , you can create a hyperlink and use this link.

Read only

Former Member
0 Likes
509

Hi,

Yes, You can use the function module call_browser to access a site..

i hope it answers the question else can you be more clear

Thanks&Regards

Sarves

Read only

0 Likes
508

Thx.The function module worked.