‎2009 May 21 4:01 PM
Dear Experts,
I Created one remote enabled F.M. in B.W. Server to extract data from particular tables and i want to get that F.M. Information in my R/3 Server. what i have to do please tell me every steps to get all related records in R/3 Server.
Thanks & Regards,
Vimarsh B.
‎2009 May 21 7:52 PM
Hi ,
create RFC connection type R/3 in both R/3 and BW..
then call the Function module in R/3 with detination created in sm59..
CALL FUNCTION "function module name in bw" Destination 'RFC-connection inSM59'.
if any error happens check in SM58 you will know th error why and what happend..
Regards,
Prabhudas
‎2009 May 21 7:46 PM
You should create in your R/3 system a RFC connection (SM59) pointing to your BW system.
Next in R/3 you call the function module like this:
CALL FUNCTION XY
DESTINATION Your_RFC_connection
EXPORTING...
IMPORTING...
check this out
http://help.sap.com/saphelp_nw04/helpdata/en/22/0424ce488911d189490000e829fbbd/content.htm
‎2009 May 21 7:52 PM
Hi ,
create RFC connection type R/3 in both R/3 and BW..
then call the Function module in R/3 with detination created in sm59..
CALL FUNCTION "function module name in bw" Destination 'RFC-connection inSM59'.
if any error happens check in SM58 you will know th error why and what happend..
Regards,
Prabhudas