2013 May 29 9:46 AM
Hi All,
While creating RFC , should we pass the parameters by value or by reference??
OR
When should we pass parameters by value and when by reference?
Thanks & Regards,
Faiz
Hi All,
While creating RFC , should we pass the parameters by value or by reference??
OR
When should we pass parameters by value and when by reference?
Thanks & Regards,
Faiz
2013 May 29 9:51 AM
do you have specific requirement.?
please search before posting, you will get tons of data
2013 May 29 9:54 AM
Hi Faizur,
In RFC you cannot pass variable by reference, and system gives an error when you do so.
In case of pass by reference, the Address(reference) of the variable is passed, and in normal cases RFC will be called from a different system, so when you pass the memory address to another system it is of no use, as this memory is valid only in one system.
Regards,
Pratheek
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |