Difference Between Call By Value and Call By Reference?
Answer Posted / prateek g
The call by value system copies the actual parameters to
actual parameters and then uses them i.e. the function
creates its own copy of values, any change in
these values will not be reflected
in the original values.
The call by reference system refers the actual parameters
i.e. these doesn’t creates a copy of original parameters,
any change in these parameters will be reflected back in
original parameters.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How can we declare a table control in the abap/4 program?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
Explain buffering
Explain the systems fields used for interactive lists and lists?
What is the procedure you followed to upload the data?
What are the properties of selection screen?
What is a batch input session? : abap hr
What are the techniques involved in using sap supplied programs?
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
What are the types of subroutines? : abap modularization
Does the table can have multiple foreign keys?
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
What is tcode se16?
What is the difference between open_form and close_form?
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc