cancel
Showing results for 
Search instead for 
Did you mean: 

How to read data from a website

Former Member
0 Kudos

Hello Everyone..

I hav a interesting scanario..

Is it possible to read data from a website..!!!

My scenario is to read a bank statement from a banks website(internet banking)..

using the same authentication my application must be able to pull the data from the website and update my r3...

Please crack this out for me..

Awaiting for solution..

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

athavanraja
Active Contributor
0 Kudos

check whether the bank offers webservice to get this data, if yes either from ABAP of JAVA you can consume this webservice to get the bank statement.

else

from abap you can use cl_http_client to make your ABAP to act as http client to read data from that website. (search weblog and ABAP forums for cl_http_client - there are lot of examples)

Regards

Raja

Former Member
0 Kudos