If a Function module is defined as RFC enabled why the parameters should be pass by value not by reference in sap abap
Answer Posted / anil
When ever we are using RFC enabled FM's we should pass pass any values by pass by value only.because RFC may be used by other different systems. if we pass by reference that system may have that pass by value so that system gets confuse to which value have to take. so that why's we should pass by value only.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is meant by read lock? : sap abap data dictionary
Explain the disadvantage of using exec sql statement in abap?
Explain about drill down report?
What are the steps to be followed to set lockobjects? : sap abap data dictionary
What is at exit-command:?
How to use messages in lists?
Difference between transparent tables and pooled tables? : abap hr
What is the difference between scrolling a table horizontally and vertically?
what is the transaction transaction for setting parameters rdisp/buffermode
What are indexes? : abap hr
What is the difference between RETURNING and CHANGING parameters for a method?
Name some system global variables you can use in abap programs?
how to modify the standard method as per your requirement
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
How can we send data to external programs?