‎2007 Oct 04 11:58 AM
hi all,
i have created one rfc enabled FM on a SAP server, and i am calling that FM from different SAP server using TRFC. I am calling using this statement,
CALL FUNCTION 'ZMKV_RFC' IN BACKGROUND TASK
DESTINATION 'zmkv'
But it doesnt show me any output neither showing any errors? suggest me step by step procedure to do this...i will reward points if i get the requried answer.
‎2007 Oct 04 12:05 PM
hi..
check ur destination in SM59. or open the destination inj SM59 and check the connection there itself
rewards will b usefull
regards
san
‎2007 Oct 04 12:05 PM
hi..
check ur destination in SM59. or open the destination inj SM59 and check the connection there itself
rewards will b usefull
regards
san
‎2007 Oct 04 12:38 PM
hi San,
the connection is fine in SM59. I think you interpreted wrongly. my question is : how to cal a remote funct module from diff sap server USING TRFC,& not normal RFC cal? or if you can give me some code where you have used TRFC?
‎2007 Oct 04 12:16 PM
hI Mayank..
Note: RFC destinations are maintained in Tcode SM59. Test this RFC Destination. And one more thing these RFC Destination names are CASE SENSITIVE.
So in this statement.
CALL FUNCTION 'ZMKV_RFC' IN BACKGROUND TASK
DESTINATION 'zmkv' "Check the CASE of the RFC Destination and give
<b>REWARD IF HELPFUL.</b>
‎2007 Oct 04 12:32 PM
hi ,
no dear ,i have tested it using normal RFC calling , but with TRFC its not working? i think we have to call some other functions on which i dont have any idea ? so suggest me !! i know made the connection in sm59 and its working fine..