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 |
10. Tcode used fo complete documentation of BAPI data record online.
can u explan me the real time work i.e how the work is assigned to employ
What is difference between script and report?
1.What are the methods to modify sap standard tables.
How to insert field in standard script ..?
when debugging the script what is the functionality of f5,f6,f7 and f8?
How to add extra functionality to a standard print program without touching the print program ?
What is a workflow ?
Explain the character format in layout set.
How can I transfer sapscript from one client to another?
in the smartform we have a folder option .i don't know what is the use of this folder?if any body knows please answer this question?
You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time ?