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

URL Exists or not - Class or method ???

Former Member
0 Likes
519

Any method of a class related to URL - to check whether URL is valid or not??

Thanks,

Sheel

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
460

Use HTTP_CHECK_REDIRECT_URL. If the url is invalid then exception will come that u can check through sy-subrc.

or

ITS_VERIFY_SIGNED_URL

Any method of a class related to URL - to check whether URL is valid or not??

Thanks,

Sheel

1 REPLY 1
Read only

amit_khare
Active Contributor
0 Likes
461

Use HTTP_CHECK_REDIRECT_URL. If the url is invalid then exception will come that u can check through sy-subrc.

or

ITS_VERIFY_SIGNED_URL