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

BAPI AND RFC

Former Member
0 Likes
492

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

3 REPLIES 3
Read only

Former Member
0 Likes
452

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

Read only

Former Member
0 Likes
452

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

Read only

Former Member
0 Likes
452

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