‎2005 May 10 12:56 PM
Hi all,
Is it possible to make an RFC call in other system from a method? We are trying to call a RFC by giving destination. But we find it's not getting executed? What may be the problem?
Thanks in advance for your suggestions.
Best Regds,
Prabahar N.R
‎2005 May 10 1:04 PM
Hi Prabahar,
Are you saying that the Function Module is getting executed correctly at the desired destination if it is called from outside a method?
Regards,
Anand Mandalika.
‎2005 Jun 25 2:20 AM
Prabakar:
First define the RFC destination through transaction SM59 and test the connection through the 'Remote Connection' button in SM59. Once this works, then ensure that the function you are calling exists in the remote system. If these are set right, you should not get any errors.
Cheers.
Kamaraj
‎2005 Jun 25 11:13 AM
Hi,
first ensure that your function module is defined as a remote-enabled module. Then as suggested by Kamaraj, proceed with creating RFC destination in SM59. test it and then call ur function module as...
CALL FUNCTION <Func name> DESTINATION <dest>...
if still it does not work....tell exactly what u have done so we can help u.
regards,
PJ