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

Function Module or class to Check RFC HTTP Connection

Former Member
0 Likes
2,106

Hi All,

Please can u tell me the FM or CLASS used to check the connection of an RFC HTTP Connection.

Regards

Srinivas

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
1,215

May be look into the program RSWF_TEST_HTTP

a®

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,215

Have a look at function module HTTP_GET_FILE, view the source of this function, there is a call to FORM check_http_destination. Double click this routine. Notice the call to function RFC_READ_TCPIP_DESTINATION, maybe this function will help you.

Regards,

Rich Heilman

Read only

0 Likes
1,215

Hi Rich Heilman,

Thanks for your info.

But I dont want to read the connection,I want to test the connection of HTTP.

Regards

Srinivas Manda

Read only

former_member194669
Active Contributor
0 Likes
1,216

May be look into the program RSWF_TEST_HTTP

a®

Read only

Former Member
0 Likes
1,215

Thanks for your suggestion,I referred the program RSWF_TEST_HTTP and used the class and methods that are used in the above program.

Srinivas