‎2008 Feb 13 3:21 PM
I am writing a program in ECC where i need to call a function module present in the external SAP SRM system. pass parameters to it and fetch the data.
pls guide me on ........
regards,
muda.
‎2008 Feb 13 3:27 PM
You need to maintain the Destinations(RFC).
Then you have to call the FM with the destination.
Regards
Vijay
‎2008 Feb 13 4:05 PM
hey, thanks for the quick reply.
when i tried to do this it gives me a short dump (error - Function module not found).
just to make clear, my program is in ECC and my std. function module is in SRM.
any thoughts ................
‎2008 Feb 13 4:09 PM
Check the following.
1. Is the function module you are trying to Call is remote enabled. T-code SE37
2. Is there a RFC destination defined in the Source System which points to the Target System. T-Code SM59
3. Make sure you make the call is OK.
*1 Call Function to get Data.
CALL FUNCTION 'Z_YOUR_FUNCTION' DESTINATION RFC_DESTINATION
A
‎2008 Feb 15 12:05 AM