What is the diffrence between RFC & normal Function module?
Answer Posted / shameer
Dear,
All the above said answers are correct there is one more
question unanswered. What is different RFC doing and not the
fn module?
The die ifference is in the way parameters are passed the
import export n the table parameters.
In fn module its by reference(passing memory address) if a
parameter's address is passed will the remote system
identify it ? wouldn't hence the concept RFC evolved to
solve it the mode of passing data is by value.
Cheers.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What is meant by hotspots?
Mention what is alv programming in abap?
How can I make a differentiation between dependent and independent data? : abap hr
What is the difference between a structure and a table? : abap data dictionary
How can we handle table control in bdc? : abap bdc
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
what will happen if called program is not executable ?
What is an interactive report?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
What is the length of function code at user-command?
What are the parameters in bdc_insert? : abap bdc
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
When the top-of-page event does get triggered?
what is code to upload cost centers through call trans. and procedure
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization