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 |
How will you read from internal table records in a given value range (without using loop)
What are the select-option fields?
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
Will the views get effected when updating the database?
How we can Hide buttons on application toolbar.?
the sap standard SAPSCRIPT for picking a list ?
What are number ranges?
Is the basic list deleted when the new list is created?
in which situation we use user-exits and badi's?? with example
In smart forms page no will be displayed as 2 of 15, 9 of 15 but while printing 10 of 15 it does not print correctly tell me how to handle this scenario.
Hello All ABAP Experts I am new player in ABAP field will you guide me. 1.How to check the program?(whether we have to put values of output in respective table plz explain) 2. How to show table links by reading technical specs ie., if we put vbeln from vbak to vbap we get plant no etc show by example 3. step by step process of abap debugger?After setting break point how to see internal table value field value etc
Difference between Maintanance view, Help view, Data Base View and Projection View?