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 / gh
RFC enabled function module can be called from any where outside SAP also. At the time of builiding FM there will be no idea from where it might get called in future.
If the call is from outside SAP, then passing by reference will not be possible. Hence passing by value is mandatory
| Is This Answer Correct ? | 31 Yes | 0 No |
Post New Answer View All Answers
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
What is the tcode for sapscript forms?
What is difference between check table and value table ?
What is logical database? : abap hr
What is human resource information systems (chris)? : sap abap hr
What does the ‘suppress dialog’ do?
What are the techniques involved in using sap supplied programs?
What is the syntex used to call a screen as dialog box (pop up)?
Explain the sequences of event block?
What is a table attribute?
What are indexes? : abap hr
What does a lock object involve?
If your project is support project ? when is your implementation has completed ?
Difference between /N and /BEND?
How do you find if a logical database exists for your program requrements?