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
In a loop of an internal table, what is the use of at first & at last statements?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
What is buffering allowed but switched off?
What are the steps to execute session method?
What is the major difference between pool tables and transparent tables?
Proxy Programming with ABAP - How to develop the Proxy identification through programming
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
when does a list get sent to the screen on the presentation layer?
Can we use transfer dataset to transfer data in internal table ?
What are the techniques involved in using sap supplied programs?
What is a maintenance view? : abap data dictionary
Explain read dataset in sap abap?
How can we access the correction and transport system? : abap data dictionary
Which bdc you prefer? : abap bdc