Application Development 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 HTML-web pages via ABAP as source code by URL

Former Member
0 Kudos
900

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

vinoth_aruldass
Contributor

Former Member
0 Kudos
141

Thanks for your answer.

Is there any posibility to do it without WD?

Regards, Patric

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Kudos
141

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.

athavanraja
Active Contributor
0 Kudos
141

you can use cl_http_client class for that.