‎2008 Jun 16 8:40 AM
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 .
‎2008 Jun 16 10:18 AM
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
‎2008 Jun 16 10:18 AM
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
‎2008 Jun 16 10:43 AM
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