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
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list
Static and instance variable and method with live example. Why and when to use
What is a multiple line field?
How does the system handle roll areas for external program components?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
What is the difference between rfc and bapi function modules? : abap bdc
What are the different methods of bdc? : abap bdc
Example of table cluster and cluster tables.
What is interactive reporting?
Explain what are interactive reports?
What are the different message types available in the abap/4 ?
What are datasets in abap?
What is the difference between a substructure and an append structure? : abap data dictionary
What will you code in start-of-selection & end-of-selecton & why?
What is page window?