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

Remote function module (RFC)

manubhutani
Active Contributor
0 Likes
700

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
Read only

Former Member
0 Likes
642

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
Read only

Former Member
0 Likes
643

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.

Read only

0 Likes
642

Thanks for the reply.

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

Please help.

Read only

Former Member
0 Likes
642