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

RFC Error

Former Member
0 Likes
378

Hello!

I´m connecting two R/3 system (Development and Quality) through RFC Functions. I´ve made my RFC connection in sm59 and it works fine.

I need to get data that are stored in Quality from Development.

I have a function that makes a simple select to KNB1 but it doesn´t work, it is selecting from development system instead of quality system.

In the RFC function i pass the destination 'name_of_the_RFC_destination' so i don´t know what is the problem.

Does anyone knows which is the problem?

Thanks!

1 ACCEPTED SOLUTION
Read only

VXLozano
Active Contributor
0 Likes
327

Can you explain your deployment?

Let's check:

- the RFC exists in the DESTINATION server

- the communication between servers are up

I saw once the same problem and was because the function being called was in the origin server and not in the destionation one... we're humans, you know

2 REPLIES 2
Read only

VXLozano
Active Contributor
0 Likes
328

Can you explain your deployment?

Let's check:

- the RFC exists in the DESTINATION server

- the communication between servers are up

I saw once the same problem and was because the function being called was in the origin server and not in the destionation one... we're humans, you know

Read only

Former Member
0 Likes
327

Hi,

Try to use the MANDT(Client) field in the select query.

Hope it helps you,

Regards,

Abhijit G. Borkar