What is The Diff Between RFC & FM ? Urjent.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ravi
RFC: The FM are globally Existed.
Normal FM: these are existed locally.
Both return values.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ravi
An Remote Enabled FM is available all over the SAP
Landscape of the organisation, where as a general FM is
available only in the particluar system in which it is
defined..
Btw, whats that urgent yaar!
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / basavaraj m
RFC is a remote enabled can connect to other sap system
with in the same GUI . its an RFC enabled FM . using RFC
you can access the data base of the other client data for
ex client 000 to client 800 you can upadte the data from
000 to 800.
Normal FM cant be connected to other systems. can be used
with the same client .
Is This Answer Correct ? | 1 Yes | 2 No |
What are problem you faced in script?
How to Find Driver Program given the name of Sapscript?
Difference between ABAB Memory and SAP Memory ?
Explain the constant in sapscript
How to debug a script?
How to pass the variables to forms ?
How to transfer the objects? Have you transferred any objects ?
How do we activate trace in smart forms ?
How do you test the script?
How can I print logos in sapscripts?
How would you call a subroutine in sap script?
Explain composer.