2007 Jul 19 2:59 AM
hi,
i want to modify database table in another R/3 system through RFC, what's the prerequisite ? both the server and client system are R/3 4.7 , and the RFC works fine in server when tested through F8.
thanks!
2007 Jul 19 3:00 AM
2007 Jul 19 7:29 AM
yes i set destination, and RFC_READ_TABLE works fine, i can get server database table content in client through this FM
2007 Jul 19 7:35 AM
First BC team build an RFC destination. (SM59)
Then you develop and RFC enabled function module in target system (or use an existing one), and a module/program driver in the source system
The program in the source system call the function module in the target system via RFC (destination parameter)
If the logon is not hard-coded in the RFC link, and the system are not trusted ones, a window will appear to log in to the system.
Regards
2007 Jul 20 3:17 AM
hi
when i use FM RFC_READ_TABLE in source system, i can get content of table in target system, and no window appear for logging. And in SM59, destination say its not a trusted system.
problem is my customed RFC for modifying table doesn't work.