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
Differentiate between protect and end protect.
What is sap script? Difference between sap script and report?
How can I transfer sapscript from one client to another?
Where do u set the default paragraph?
If the second page is not triggering what is the problem?
How did you test the form u developed? How did you taken printout ?
How do u upload the images in script?
How to change the package of a SAP Script ?
How to debug a script?
How can I copy sapscripts from one client to another, or export/import them?
I create a box in sap script for the amount in bill,i want to add Rs. word over box,it is possible?
How can I display barcodes in sapscripts?
What is the work you have done in the MM module and what programs did you use for creating views in MM ?
You want to import graphics into sapscript. How will you do that?
What is client dependent and client independent?