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 |
Hi, Can we do the computations and calculations in Sapscripts? If yes, please let me know with example. thanks in advance Vijay
HELLO ALL...HOW CAN WE CORRECT AN ERROR IN PRODUCTION...?
How would you call a subroutine in sap script?
I have created a form with my own driver program,but, when im executing the driver program it is giving "form is not in original language EN & has no errors" How can i correct it?
How can I debug my sapscript?
What is The Diff Between RFC & FM ? Urjent.
What role does an abap program play in sapscript?
How can I display barcodes in sapscripts?
What is t.code for script styles?
I need to debug sapscript. What steps would you recommend should I take?
Is there any specific steps to print bar codes from SAP (from within Smartforms) including data fetch and printer configurations.
Explain the paragraph format in layout set.