Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC passing parameters

Former Member
0 Likes
493

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

2 REPLIES 2
Read only

Former Member
0 Likes
445

do you have specific requirement.?

please search before posting, you will get tons of data

Read only

Former Member
0 Likes
445

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