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

Getting values from URL into ABAP

Former Member
0 Likes
422

Hi ,

I have a requirement in which I have to talk to a portal system via Call_Browser and then get the values from that portal in my ABAP.However Call_Browser does not have any import parameters.How do I get the values into ABAP from URL?

Is there any other way to call the browser and get the values back?

Thanks

Edited by: JYOTSNA PATIL on May 5, 2008 6:41 AM

Hi ,

I have a requirement in which I have to talk to a portal system via Call_Browser and then get the values from that portal in my ABAP.However Call_Browser does not have any import parameters.How do I get the values into ABAP from URL?

Is there any other way to call the browser and get the values back?

Thanks

Edited by: JYOTSNA PATIL on May 5, 2008 6:41 AM

2 REPLIES 2
Read only

Former Member
0 Likes
398

What is the name of the class/interface you are using ? ( = the one that contains method 'call_browser' )

Read only

0 Likes
398

I have just created A function module and called the call_browser functionality in it.