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 not found error

former_member434229
Active Participant
0 Likes
1,361

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

3 REPLIES 3
Read only

Former Member
0 Likes
941

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

Read only

Former Member
0 Likes
941

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***************

Read only

Former Member
0 Likes
941

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.