what is the difference between rfc and normal function module?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / gvkreddy
RFC: The FM are globally Existed.
Normal FM: these are existed locally.
Both return values.
Is This Answer Correct ? | 6 Yes | 25 No |
could you tell me the difference between an INTERFACE AND CONVERSION?
What are the features of abap/4 dictionary? : abap data dictionary
Why lsmw does not support call transaction method? : abap bdc
How do you call a transaction from a report ?
Menu painter?
How collect statement is different from append?
Which table stores the programs created?
how much exact time will take binary search option using along with read statement?
In order to upload purchase order details, how you handle multiple values for a single field?
What are multiple use BADIS?
In LSMW IN 9TH STEP WHICH IS A READ\IMPORT DATA IN TRANSACTION NUMBER SELECT OPITON WHAT TO ENTER IF MY DATA STARTS WITH CUSTOMER NUM 1000 TO CUS NUM 1051 WITH DIFFERENT SALESORG,SALESOFF,DIVISION,DISCHNNL DETAILS
How the at-user command serves mainly in lists?