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
What are the data types of the abap/4 layer?
Persistent class
In SAP Script,How to display a single field(like matnr)at the right end of the form.
What are the differences between table controls and step loops?
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
What are control tables?
How to do find it?
Explain get pernr concept when we use logical data base? : abap hr
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
How to insert a line into abap internal tables?
How many detail lists can be created in interactive reporting?
What are logical databases? : abap hr
What is the significance of hide?
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list
What is alv programming in abap? When is this grid used in abap? : abap hr