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/ sales order

Former Member
0 Likes
573

hi Experts !

i want to add sales data from two SAP servers havingdifferent IP Address .

the bapi for this is BAPI_SALESORDER_GETLIST.

I have generated rfc in server 2 in whivc I mentioned destnation as server 2 . plz tell me how i can do this in se38 .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
466

Create RFC connection between two systems.

mention server2 as destination in server1.

code in server1 as

call function 'BAPI_SALESORDER_GETLIST' destination serv2

...........

...........

regards,

lavanya

2 REPLIES 2
Read only

Former Member
0 Likes
467

Create RFC connection between two systems.

mention server2 as destination in server1.

code in server1 as

call function 'BAPI_SALESORDER_GETLIST' destination serv2

...........

...........

regards,

lavanya

Read only

Former Member
0 Likes
466

Hi,

Once you created RFC destinations to two servers then from

se38 you can call the function modules:

call function 'fm' DESTINATION Destination name.

Reward if find useful