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

URL data into SAP internal table

Former Member
0 Likes
1,463

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

4 REPLIES 4
Read only

Former Member
0 Likes
891

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

Read only

0 Likes
891

Hi eswar ,

did you get the solution for ur requirement.

Regards,

Ramya R

Read only

0 Likes
891

Hi Ramya,

Thx for your solution. I tried the option and it was going for dump.

Regards,
Esh

Read only

0 Likes
891

Hi Eswar,

Please provide your code here.

Regards,

Ramya R