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

Former Member
0 Likes
287

Hi All,

I have Created a RFC in BW system and i need to call that RFC from R/3 system can some help me in this.

Thanks in Advance.

1 ACCEPTED SOLUTION
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
262

Hi,

You need to create a destination in your R/3 system to B/W system. this you can do by using the transaction SM59.

Once you create the destination you need to call the FM using the following syntax

CALL FUNCTION <fm_name> DESTINATION <destination_name>

Regards,

Sesh

1 REPLY 1
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
263

Hi,

You need to create a destination in your R/3 system to B/W system. this you can do by using the transaction SM59.

Once you create the destination you need to call the FM using the following syntax

CALL FUNCTION <fm_name> DESTINATION <destination_name>

Regards,

Sesh