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 call

Former Member
0 Likes
1,066

HI All,

I am calling an RFC from one system to another . This RFC also contains a FM which is remote enabled. But when I execute the pgm i find that the FM in RFC is not getting called.

Any inputs on this?

Regards

saurabh,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,019

Hi,

Did you set the DESTINATION parameter in the RFC call?

Regards,

Wenceslaus.

HI All,

I am calling an RFC from one system to another . This RFC also contains a FM which is remote enabled. But when I execute the pgm i find that the FM in RFC is not getting called.

Any inputs on this?

Regards

saurabh,

8 REPLIES 8
Read only

Former Member
0 Likes
1,019

Saurabh,

Are you mentioning the DESTINATION also while calling the RFC? Have you maintained that DESTINATION in SM59?

regards,

Ravi

Read only

0 Likes
1,019

Yes I am mentioning destination for RFC is call. My problem is not with RFC but the problem is with FM in RFC.This FM is not getting called in RFC.

SM59 settings are fine.

Regards

Saurabh.

Read only

0 Likes
1,019

Saurabh,

Did you look at SM58 and see if there is a log exists for the same?

Regards,

Ravi

Read only

0 Likes
1,019

Did you check the sy-subrc value on return of the RFC.

What is the error you get?

Read only

0 Likes
1,019

I am thru with the problem. It seems that we have to maintain destination for FM (Remote enabled)which is being called thru any other RFC.

Regards

Saurabh.

Read only

0 Likes
1,019

That is what exactly I mentioned about maintaining your destination in SM59.

Regards,

Ravi

Note : Please mark the helpful answers.

Read only

Former Member
0 Likes
1,020

Hi,

Did you set the DESTINATION parameter in the RFC call?

Regards,

Wenceslaus.

Read only

Former Member
0 Likes
1,019

tx