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

External R/3 connection availability

Former Member
0 Likes
392

Hi,

Is there a Function Module or way that will check the system status of an external r/3 system.

We are using calling an external R/3 system for pricing. If the system is down we get an Abend in our system. I want to check the connection prior to the call.

Thanks,

Chris D

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
375

Hi christopher,

1. RFC_PING

use the above fm

with DESTINATION addition

regards,

amit m.

2 REPLIES 2
Read only

Former Member
0 Likes
376

Hi christopher,

1. RFC_PING

use the above fm

with DESTINATION addition

regards,

amit m.

Read only

0 Likes
375

Thanks for your quick response..

This actually does not work and causes the system to abend.

I did find another FM that does serve my purpose..

Thanks,

Chris