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: 

RFC Destination check function module.

Former Member
0 Kudos

hi all,

I have to check the given destination is working proper or not.

so i am using function module CAT_CHECK_RFC_DESTINATION .

in this function module there is another function module called CAT_PING.

Anybody of you have any idea what this function module exactly do.

B'se i am testing one rfc destination . but its throwing me an error that function CAT_PING is not available.

what does it mean?

11 REPLIES 11

Former Member
0 Kudos

Hi Manish,

You can TEST from SM59, if you have access to this transaction and click the button, TEST RFC after you go into your configured RFC.

Make sure all your IP, Sys ID & PWD are maintained correct.

Also make sure the ID you entered here have proper authorizations to access the mentioned system.

Thanks,

Kiran

0 Kudos

hi Kiran ,

Thanks for reply.

but my requirement is I have to run no of interfaces using this destination if it is working fine. so before to run the interfaces i have to test it as it is workin fine or not. if it is not then i will take the according action.and i am not supposed to test the destination thr sm59.

as this is manual.

and my destination is working proper when i test it using sm59.

Former Member
0 Kudos

This message was moderated.

0 Kudos

hi aakash,

RFC_CHECK_DESTINATION and RFC_CHECK_DESTINATION_ID are the function modules just to check the destination is valid or not.

but i know the destination is valid only.

i just want to know the test connenction is happening proper or not. and it can access the program id properly which i have mentioned in Destination.

and in my system, RFC_VERIFY_DESTINATION does not exist. and RFCPING has no signature parameters to enter the destination.

0 Kudos

Use FM RFC_PREPARE_DESTINATION to test connection

Hope this helps...

0 Kudos

hi karan,

i don want to copy one destination to another.

former_member222860
Active Contributor
0 Kudos

check this

RFC_CONNECTION_IS_OPEN

0 Kudos

hi

if it is function module then this does not exist in my system. i am working on 4.6b

Former Member
0 Kudos

hi

try RFC_SYSTEM_INFO

just go through this documentation

http://help.sap.com/saphelp_nw04/helpdata/en/b3/dd773dd1210968e10000000a114084/frameset.htm

hope this helps

regards

Aakash Banga

Former Member
0 Kudos

U can try the fm:

RFC_VERIFY_DESTINATION

former_member97974
Participant
0 Kudos

We could have used : SCWB_RFC_CHECK_DESTINATION in R3