2012 Jul 09 12:12 PM
Hi ,
I got a requirement where in I have to read the data from a URL and get the data into internal table.
Let me know the approach i need to follow for this.
Regards
Esh
Hi ,
I got a requirement where in I have to read the data from a URL and get the data into internal table.
Let me know the approach i need to follow for this.
Regards
Esh
2012 Jul 09 12:20 PM
Hi Eswar ,
Please Refer Durairaj comment in the provided link.
call method cl_http_client=>create_by_url
exporting
url = 'http://www.abc.com/rss.xml'
importing
client = http_client.
Please refer the link
http://scn.sap.com/thread/854715
Regards,
Ramya R
2012 Jul 09 1:35 PM
Hi eswar ,
did you get the solution for ur requirement.
Regards,
Ramya R
2012 Jul 09 1:38 PM
Hi Ramya,
Thx for your solution. I tried the option and it was going for dump.
Regards,
Esh
2012 Jul 09 4:47 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |