What is The Diff Between RFC & FM ? Urjent.
Answer Posted / prasanthi
RFC and FM are similar but the difference is RFC is remote
enabled function module means we can call RFC from any stack of SAP.
Suppose we made a FM using ABAP code and that FM is required to be used in application using SAP portals,in that case we make that FM remote enabled(then it becomes RFC) and we can call that RFC.
FM can be called only from R/3 whereas RFC allows for remote calls between two SAP Systems (R/3 or R/2) or between an SAP system and a non-SAP System.
We can pass values or references to FM whereas only values to RFC.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the different types of windows in sapscripts?
Explain the page windows
What is sapscript? What is its purpose?
Explain composer.
How can I set the header and footer in the main window?
i want default printer name in sap-scripts? please help me how to handle this one.
What does the smartforms development class start with ?
What is layout set? What is it used for?
Explain the header data in layout set.
What is sap script? What is the purpose of sap script? Difference between sap script and report?
How to insert symbols in smart form?
Explain composer. What does it do?
What is the purpose of sap script? Difference between sap script and report?
Explain the windows in layout set.
What is the use of perform statement in scripts ?