what is the difference between rfc and normal function module?
Answer Posted / shame.er
Function Module : In a function module passing data is by
call by reference in particular the tables parameter has to
by call by reference by passing memory.
RFC: In a RFC passing data is by value the reason is its
going to access other system while doing the above by
reference wouldn't work as we r into another system whose
memory id will not match,this is the basic cause for
creation of RFC.
Hope this answers the above answer is not right plz ignore.LOLZ
| Is This Answer Correct ? | 35 Yes | 1 No |
Post New Answer View All Answers
Exception handling and how does it transfer from called method to calling method?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
What two statements would be used to exchange data between programs using abap memory?
How we format the data before before write statement in report ?
Can there be more than 1 main window in sap script?
Why do we use FOR ALL ENTRIES and what is the pre-requisite
What does the extract statement do in extract datasets? : abap modularization
What is sequence of event triggered in report?
What are the types of table fields in the sap abap?
What is help view?
Explain badi in abap.
What are the personnel administration related Infotypes
How do you take care of performance issues in your ABAP programs?
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
Different types of luws. What are they?