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: 

Remote function module (RFC)

manubhutani
Active Contributor
0 Kudos
163

Hi

In one of the issue, remote enabled FM 'RFC_CALCULATE_TAXES_DOC' is called from SAP

CALL FM 'RFC_CALCULATE_TAXES_DOC' DESTINATION 'ABCD' (ABCD is other system - sabrix)

Can anybody tell me the logic (there is no code in FM) , whether FM with this name is there in other system which is called from SAP, (How processing occurs in case of remote FM).

And how to see what processsing is being done in other system. ?

And why there is no code in this FM in sap?

Thanks and Regards

Manu

1 ACCEPTED SOLUTION

Former Member
0 Kudos
105

It will connect to the system specified and perform the logic written in RFC. You have to use exceptions to catch if there is any link failure or system down otherwise your program keeps run.

3 REPLIES 3

Former Member
0 Kudos
106

It will connect to the system specified and perform the logic written in RFC. You have to use exceptions to catch if there is any link failure or system down otherwise your program keeps run.

0 Kudos
105

Thanks for the reply.

But in this case, there is no code in the Function modules.

Please help.

Former Member
0 Kudos
105