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
What is a batch input session? : abap hr
What are secondary indexes. How can we know which index is being used in a select query?
What is meant by read lock? : sap abap data dictionary
What are aggregated objects : abap data dictionary
How many default tab strips are there?
Which commands are used for interactive reports?
What is a maintenance view? : abap data dictionary
What data is contained in data dictionary? : abap data dictionary
How do you get the number of lines in an internal table?
Can we create field without data element? If yes, how?
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
What is a bsp application? : sap abap hr
What is off cycle payroll run
What are the fields in a bdc_tab table? : abap bdc