‎2007 Jul 09 7:47 AM
Hi people,
I have developed a Z RFC in R/3 system and the same is activated and used there. But when I try to use the same RFC in BW system through 'Pattern' function, it gives me as error that the Function Module not found.
Do I need to create the same RFC in both systems?. If not, what could be the solution. Also, if possible please provide me example of RFC Destination code to be used while calling RFC.
Thanks in Advance.
Nitin
‎2007 Jul 09 7:50 AM
Hi Nitin,
It is not required to create the RFC in both the system.
Just check if the connection is there or not. there may be chance that the password might be wrong in RFC destination.
Regards,
Atish
‎2007 Jul 09 7:51 AM
Hi,
please check out the link below it might help you
its not required to use RFCs on both side but you can also use BAPI instead of RFCs
http://help.sap.com/saphelp_nw04/helpdata/en/22/042537488911d189490000e829fbbd/content.htm
***************please reward points if the information is helpful to you***************
‎2007 Jul 09 7:54 AM
Hi,
The function does not have to be created in both systems. However, you can create it in BW system as well (at least the interface, no coding) to use 'Pattern' function. Alernativelly you can use 'Pattern' function in R3 system and than just copy the code to BW system.