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

data passing within systems....

Former Member
0 Likes
596

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
569

Hi Sharayu,

Check whether both the logins are same or not.

Regards,

Swapna.

4 REPLIES 4
Read only

Former Member
0 Likes
570

Hi Sharayu,

Check whether both the logins are same or not.

Regards,

Swapna.

Read only

0 Likes
569

both the systems are diff...

i'm calling function module via RFC.. which has diff login

Read only

Former Member
0 Likes
569

Hi Sharayu,

Check whether both the logins are same or not.

Regards,

Swapna.

Read only

Former Member
0 Likes
569

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...