‎2007 Jan 12 5:07 AM
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.
‎2007 Jan 12 5:11 AM
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
‎2007 Jan 12 5:11 AM
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