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
Explain the table, which contain the details of all the name of the programs and forms?
What is the bapi?
What is the difference between sy-tabix and sy-index? Where it is used?
What functions does a data dictionary perform? : abap data dictionary
what is mean be On Change of in Control Break statement
Difference between function group and function module?
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
Explain the Importance of pa20? : abap hr
Explain the difference between domain and data element? What are aggregate object?
Difference between sy-tabix and sy-index? Where it is used?
What are the various events associated with screen programming?
Hi! I want to join SAP ABAP course in Hyderabad, can any one tell me where should I join? and Which is the best institute for SAP WORKSHOP? Thank you...
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What are the update types possible?
What is the syntax for ‘call transaction’?