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: 

Function Module or class to Check RFC HTTP Connection

Former Member
0 Kudos

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

former_member194669
Active Contributor
0 Kudos

May be look into the program RSWF_TEST_HTTP

4 REPLIES 4

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

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

0 Kudos

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

former_member194669
Active Contributor
0 Kudos

May be look into the program RSWF_TEST_HTTP

Former Member
0 Kudos

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