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 data in another R/3 system ?

Former Member
0 Likes
291

hi,

i want to modify database table in system 1 through a RFC called in system 2.

and the RFC works fine in system 1 when testing through F8, that is the table is modified correcttly according to the given data. but when called in system 2, the database table can not be modified anyway. And more, i can't debug the RFC no matter what i try, open both system debug option in system 2 and external debug option in system 1.

finally, i check the destination set for system 2 in system 1 by SM59, the security option said it's not a trusted system . I wander if it's this option prevent me from modifying the database table and external debug ?? and better with some suggestion .

thank you !

hi,

i want to modify database table in system 1 through a RFC called in system 2.

and the RFC works fine in system 1 when testing through F8, that is the table is modified correcttly according to the given data. but when called in system 2, the database table can not be modified anyway. And more, i can't debug the RFC no matter what i try, open both system debug option in system 2 and external debug option in system 1.

finally, i check the destination set for system 2 in system 1 by SM59, the security option said it's not a trusted system . I wander if it's this option prevent me from modifying the database table and external debug ?? and better with some suggestion .

thank you !

1 REPLY 1
Read only

Former Member
0 Likes
273

got it