cancel
Showing results for 
Search instead for 
Did you mean: 

RFC connection

Former Member
0 Kudos

Hi,

Is there any function module in order to check whether the RFC connection is open or not.

I want to check this when iam transfering data between two servers.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

andreas_mann3
Active Contributor
0 Kudos

Hi,

or use fm RFC_SYSTEM_INFO

regards Andreas

Former Member
0 Kudos

Hi,

you can use the Function <b>RFC_PING</b> to check a connection.

Regards,

Stefan

athavanraja
Active Contributor
0 Kudos

you can also use

RFC_VERIFY_DESTINATION

how to use it ? check the following weblog.

/people/sap.user72/blog/2005/07/01/my-new-best-friend-mr-rfcverifydestination

Regards

Raja

rainer_hbenthal
Active Contributor
0 Kudos

If you are using the DESTINATION option of the CALL statement you have to evaluate sy-subrc.