2007 May 22 7:19 AM
Hi all,
I want to transfer data from sap to non sap throgh RFC,
pls tell me what is RFC and how we can create it
Regards.
Amit
2007 May 22 7:21 AM
goto Se37 create a Function module.
in the attribute tab select remote function enabled radio button.
in Sm59 create a destination, select type 3 for R/3 system
specify the ip address of the target system & save it.then click the button test connection to check the connection.
in Function module specify ur import export parameters. it must be pass by value so tick the check box.
write ur code & save it.
http://help.sap.com/saphelp_47x200/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm.
Hi all,
I want to transfer data from sap to non sap throgh RFC,
pls tell me what is RFC and how we can create it
Regards.
Amit
2007 May 22 7:21 AM
goto Se37 create a Function module.
in the attribute tab select remote function enabled radio button.
in Sm59 create a destination, select type 3 for R/3 system
specify the ip address of the target system & save it.then click the button test connection to check the connection.
in Function module specify ur import export parameters. it must be pass by value so tick the check box.
write ur code & save it.
http://help.sap.com/saphelp_47x200/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm.
2007 May 22 7:21 AM
hi,
<u><b>what is RFC</b></u>
Remote Function Call:
RFC is an SAP interface protocol. Based on CPI-C, it considerably simplifies the programming of communication processes between systems.
RFCs enable you to call and execute predefined functions in a remote system - or even in the same system.
RFCs manage the communication process, parameter transfer and error handling.
<u><b>how we can create it</b></u>
Have a look at this link.
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE2/BCFESDE2.pdf
http://help.sap.com/saphelp_47x200/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm.
Regards
Reshma
2007 May 22 7:24 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |