‎2010 Apr 19 1:28 PM
Hi,
I need to do the following:
1) Insert into another SAP system record remotely into a dictionary table.
I have a FM to read the data back from remote system using RFC_READ_TABLE. However, I need FM that will write data to dictionary table remotely. please advice
‎2010 Apr 19 1:54 PM
Hello,
You can do one thing.
Create a remote enable FM in your remote system for inserting the data into table and call that FM in your current system with
RFC destination as your remore system destination name.
Let me know if you need any help
Regards
Naresh
‎2010 Apr 19 2:42 PM
‎2010 Apr 19 3:55 PM