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: 

URL/Browser Check Function.

Former Member
0 Kudos
95

Hi,

I want to check if the given URL/Browser is valid. I couldnu2019t find any standard function for this check. The method CL_GUI_FRONTEND_SERVICES->EXECUTE and Function module Call_Browser are only to call but it is not returning any error (HTTP 400 or something like this).

Do you know any function or method to check URL/Browser?

...Naddy

1 REPLY 1

andreas_mann3
Active Contributor
0 Kudos
57

use class (se24) CL_GUI_HTML_VIEWER and the correponding methods

grx.

Andreas