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 Destination issue

Former Member
0 Likes
749

Hi

I am facing an issue while providing destination for RFC function module.I dont know how to get the destination.

Many of friends suggested me that we can get it through SM59. As I dont have authorisations for SM59,I could'not do.

Is there any table or other alternate??

I have one more doubt,

Say suppose my RFC function module exist in R/3 development system and I am calling it from SCM development system. assume that destination for R/3 development system is DA4200.When we move our calling program and R/3 RFC function module to Quality system, destination will be changed.For quality system destiantion would be QA4200. How can we achieve it programatically?/

do we need to pass RFC destiantion dynamically?/ if yes? how ?

Please reply me. It is an urgent

thanks

Rama

5 REPLIES 5
Read only

GauthamV
Active Contributor
0 Likes
724

hi,

u can check all rfc destinations available in table RFCDES.

Read only

Former Member
0 Likes
724

Hi Chakravarthi,

Do we need to pass RFC destination dynamicaly

Read only

0 Likes
724

You could introduce a little customizing table, linking system IDs and RFC destinations. Worked for me.

Cheers

Thomas

Read only

Former Member
0 Likes
724

Hi Rama,

We have to define the RFC Destination at the time of Function Module Call.

Check this link for more:

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE2/BCFESDE2.pdf

and this is step by step for SM59

http://help.sap.com/saphelp_nw04/helpdata/en/26/64f62cfa8911d386e70000e82011b8/frameset.htm

Sachin

Read only

Former Member
0 Likes
724

Hi,

Maintain System ID, Client and RFC destination in a Z table. Query this table in your program before calling the RFC and pass the selected destination to the FM.

This works properly.

Thanks and Regards,

Lakshmi.