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

modify database table in another R/3 system ?

Former Member
0 Kudos
232

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!

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
170

First, you must have your basis people set up an RFC destination via transaction SM59.

Regards,

Rich Heilman

Read only

0 Kudos
170

yes i set destination, and RFC_READ_TABLE works fine, i can get server database table content in client through this FM

Read only

RaymondGiuseppi
Active Contributor
0 Kudos
170

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

Read only

0 Kudos
170

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.