2013 Jan 09 10:32 AM
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
2013 Jan 09 10:37 AM
hi ,
refer the link.
http://wiki.sdn.sap.com/wiki/display/WDABAP/How+to+read+URL+parameters+in+Web+Dynpro+for+ABAP
hope it helps,
Vinoth
2013 Jan 09 10:57 AM
Thanks for your answer.
Is there any posibility to do it without WD?
Regards, Patric
2013 Jan 09 11:35 AM
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.
2013 Jan 09 11:33 AM