‎2007 Jun 06 9:00 AM
HAI I HAVE CREATED A BAPI AND I NEED TO SEND TO ANOTHER SAP SYSTEM HOW CAN I SEND IT ,I HAVE CREATED A DESTINATION SYSTEM IN SM59 TRANSACTION BUT I M UNABLE TO KNOW HOW CAN I ABLE TO SEND THE MADE FUNCTION MODULE(WHICH IS RFC ENABLED) TO OTHER SYSTEM
‎2007 Jun 06 9:10 AM
Hi,
steps for RFC ;
1. Suppose there are two Systems A and B.
2. U want to invoke the FM which is in system B (Remote Enabled)
3. Create the destination in server A , of type 3 (r3 to r3)
4. Write the program in Server A using Call function......... destination dest1
5. it will process the data on Server B and u will get the results on server A.
Regards
Nilesh
‎2007 Jun 06 9:11 AM
Hi,
When you call the bapi function in another server then first create the destination from SM59 and then call the function module using those destination.
Ex- suppose your bapi in trainee server and you want to call this bapi in another
server suppose developer. So first create the destination in Developer server
and then call the bapi FM using destination.
****do reward if usefull
vijay
‎2007 Jun 06 9:18 AM
Hi,
Create the Destination in SM59 and test the destination ..... then you need to call the BAPI with the DESTINATION 'NAME'.
Here is the link which will have the example program
http://sap4.com/wiki/index.php?title=BAPI_ACC_DOCUMENT_POST
Regards
Sudheer