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 |
As an ABAP developer, how can we check after we release our object as to where has it reached(i.e. testing client box ,production client box etc)? In case it is not possible please let me know the same.
with out doing any action how to go another screen ,means when ever control comes to that particular field this action has to be done?
2 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
Types of internal table? how do u decide which type u have to use?
check sy-subrc = 0 and if sy-subrc =0 difference explian
what objects can be generated by the batch input recorder?
What is a type-pool?
Difference between GET and GET Late?
How to handle Errors in Function Modules?
What is the syntax of packed number?
What is transparent table?
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
What are null values?