2008 May 05 10:25 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
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
2008 May 05 11:53 AM
What is the name of the class/interface you are using ? ( = the one that contains method 'call_browser' )
2008 May 05 11:55 AM
I have just created A function module and called the call_browser functionality in it.