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
How to read files and process BDC's automatically ?
Describe the difference between macro and subroutine?
What are the different methods of passing data?
Did you create secondary index?
What are secondary indexes. How can we know which index is being used in a select query?
What is at exit-command:?
What is the significance of delivery class?
How to combine multiple order in one Delivery ( Step by Step)?
What are extracts?
How do you activate a function exit?
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
When is the top-of-page event triggered? : abap data dictionary
Final class
How do I find the output type of a table or a program?
Can we write the code both call transaction and session method in single program?