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
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What are plan versions used for? : sap abap hr
Explain the table, which contain the details of all the name of the programs and forms?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
What are the differences between interactive and drill down reports?
What does the extract statement do in extract datasets?
What are different data types in abap/4?
Define dispatcher?
Can a filed occur in several field groups? : abap modularization
What are the screen painter and menu painter?
What type of user exits have you written ?
Difference between sy-tabix and sy-index?
Explain Singleton class