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 FM

Former Member
0 Kudos

Hi we have one RFC FM by using which we are fetching the data from database tables and giving it to non sap system.

If I want to execute the FM , it is asking me Target system. How to find the target system.......

Can you please help me on this.................

4 REPLIES 4

Former Member
0 Kudos

You need to have some type of determination routine, usually based on some type of system logic or z-table. Then you need to ensure that the corresponding system is setup in SM59.

When calling the rfc, the destination can be a variable. In this manner you can dynamically figure out the RFC destination. Systems like SRM use to figure out which RFC destination to use when requesting information like GR status. In the case of SRM, there is a config table for this. Since your case seems to be very specific, you may need some type of z-table or determination routine.

Former Member
0 Kudos

Target system is the Logical Name of the SAP system, this can be found in Table T000 or just ask you BASIS team.

0 Kudos

if you are testing this FM in R/3, you don't need to give any RFC Target sys name. It will take the system you are currently working on.

When we have to test a RFC in R/3, we do not give any RFC target system name.

Former Member
0 Kudos

answered..