‎2008 Jul 03 10:08 AM
Hello,
I want to pass one field value from one system to another.
i.e. in one system i have a number which needs to be accessed in another system which is being accessed via RFC call. I have tried using GET-SET and IMPORT-EXPORT but nothing seems to be working.
I can not change the parameter of the RFC Function Module as it is a standard one.
Thanks,
Sharayu
‎2008 Jul 03 10:17 AM
Hi Sharayu,
Check whether both the logins are same or not.
Regards,
Swapna.
‎2008 Jul 03 10:17 AM
Hi Sharayu,
Check whether both the logins are same or not.
Regards,
Swapna.
‎2008 Jul 03 10:26 AM
both the systems are diff...
i'm calling function module via RFC.. which has diff login
‎2008 Jul 03 10:17 AM
Hi Sharayu,
Check whether both the logins are same or not.
Regards,
Swapna.
‎2008 Jul 04 12:01 PM
It is not possible to pass data within systems...
so I have created one custom table in destination system...
and developed one function module to insert data into that table... this function module i'm calling from source system and passing desired data... and storing in destination system's database...