If a Function module is defined as RFC enabled why the parameters should be pass by value not by reference in sap abap
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Can we change the IDoc number ? if yes..How ?
How many types of views are there? : abap data dictionary
how do you work with semi colon separated files in bdc ?
What is the structure of CTU PARAMS ?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
could u plz provide me the details of blue printing? Role of an abapper in implementation project? Details steps of implementation? Regards, Rahul
What is roles and responsibilities of sap hr consultants? : sap abap hr
If there are two table with Foriegn Key relationship, and if any changes is made to the check table in Table Maintanance Generator how will this the other table?
how will u write a report for performance point of view ?
What are the basic objects of the data dictionary?
I have multi use BAdi,i implemented 5 time for that BAdi.so want to give sequence for that like First implementation 4 second 3 .. .. So how it is possible?
How to deactivate the sort button from the alv output