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

RFC Failure

Former Member
0 Likes
3,831

Hello experts,

I am running a FM where the RFC is failing and throwing back the sy-subrc as 2 'System Failure'. Please let me know how this problem can be solved.

Thanks.

Regards,

Harshad.

Hello experts,

I am running a FM where the RFC is failing and throwing back the sy-subrc as 2 'System Failure'. Please let me know how this problem can be solved.

Thanks.

Regards,

Harshad.

8 REPLIES 8
Read only

Former Member
0 Likes
2,119

Hi Harshad

Test your Rfc destination connections in SM59 . If its properly connected this would be a temporary error .

It will get alright in some time

Read only

Former Member
0 Likes
2,119

Hi,

Check wheather that Function Module is Remote Enabled. Then Check the RFC Connections.

Regards,

Sathish

Read only

former_member156446
Active Contributor
0 Likes
2,119

did you mentions the destination addition during calling the RFC..

call function RFC_))()))&&

destination SYSTEM NAME...

Read only

0 Likes
2,119

yes dear

i have done that

checked even SM59

Read only

0 Likes
2,119

Try running the FM in the destination system independently in se37 and check if its working fine .

Last time this was my problem .

If any error come reg ssfcomposer then u need to check ur FM

Read only

Former Member
0 Likes
2,119

Hi Harshada,

Check out in SM59 the target FM is right or not and try to keep RFC release mode for target FM.

Thanks,

Madhu

Read only

former_member183908
Active Contributor
0 Likes
2,119

HI

1)Test the FM in SE37

2)Make sure that the FM is Remote-Enabled

3)Test the RFC destination in SM59,In this test click on TEST CONNECTION push button before going to the program

4)finally Call the FM in to the program using

CALL FUNCTION <FUNCTION MODULE NAME>

DESTINATION <RFC DESTINATION NAME>.

Thanks

Read only

Former Member
0 Likes
2,119

exception handling should be improved