Application Development 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: 

RFC Error

former_member622551
Participant
0 Kudos

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

VXLozano
Active Contributor
0 Kudos

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

VXLozano
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Hi,

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

Hope it helps you,

Regards,

Abhijit G. Borkar