cancel
Showing results for 
Search instead for 
Did you mean: 

How can i get external html page source code

Former Member
0 Kudos

Hello,

You can get the source code of a web page in a WDA application?

It would be a common web page yourself.

Does anyone know answer me?

Tks

Wille

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You want to run an external web page within your Web Dynpro? If so the UI element iFrame is probably what you should use. Caution: The iFrame was deprecated in 7.0 and 7.01, although it will return to full support again in 7.02.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/15/c07941601b1d09e10000000a155106/frameset.htm

Former Member
0 Kudos

Not exactly, i need get the source code of web page. The html source code of web page.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You want to get the source code of an external HTML page. To do what? You want to load it in the ABAP AS or dynamically retrieve it? If you want the ABAP server to act like a web browser and request the content from a remote web server you can use the class CL_HTTP_CLIENT.

I guess I'm confused becuase I'm not sure what this has to do with Web Dynpro ABAP.