‎2008 Jun 09 8:47 AM
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
‎2008 Jun 09 8:48 AM
hi,
u can check all rfc destinations available in table RFCDES.
‎2008 Jun 09 8:49 AM
‎2008 Jun 09 9:02 AM
You could introduce a little customizing table, linking system IDs and RFC destinations. Worked for me.
Cheers
Thomas
‎2008 Jun 09 9:23 AM
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
‎2008 Jun 09 9:28 AM
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.