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

Read HTML-web pages via ABAP as source code by URL

Former Member
0 Likes
1,589

Hello,

does anybody know how to read a web page by using ABAP Fubas or Classes or web services to import / parse the sorce code ?

Example:

-> load url "www.demo.com" --> import plain source code as string table

Thanks in advance,

Patric

4 REPLIES 4
Read only

vinoth_aruldass
Contributor
Read only

Former Member
0 Likes
830

Thanks for your answer.

Is there any posibility to do it without WD?

Regards, Patric

Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
830

Hi Patric

Check the below methods in CL_GUI_HTML_VIEWER

SET_SCRIPT_ON_ABAP_COMPLETED

SET_SCRIPT

SET_SCRIPT_ON_DATA_SUBMITTED

Hope this helps.

Read only

athavanraja
Active Contributor
0 Likes
830

you can use cl_http_client class for that.