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
How to transfer the objects? Have you transferred any objects ?
What do you mean by symbols?
Explain the header data in layout set.
What is client concept in sapscript?
What is the purpose of sapscript?
How can i read the data in bar code form directly into sap i.e. without being uploading it to TXT file and then uploading to SAP.
How can I change the page size of the layout?
How can I trigger new page in sapscripts?
How to insert symbols in smart form?
Explain the constant in sapscript
What is sap script? What is the purpose of sap script?
Why the Main window Triggers first in Scripts ?
I want few sample tech spec's in ABAP
How can I word wrap the text being displayed in sapscript?
How can I create a shaded box?