what is advantages and disadvantages in call by value and
call by reference
Answer Posted / rishav
It copies the value of actual parameters into formal parameters.
The changes are not reflected back to the original value.
It creates its own copy of argument values and then uses them.
Passing by values is useful when the original values are not to be changed.
Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What are the major steps will you use for tuning?
Define external layer? : abap data dictionary
Explain the advantage of structures?
What are the domains and data element?
What are the Various Types of internal tables?
What is the meaning of table buffer? This buffer is used by which type oftable?
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
What is difference between inner join and outer join?
What is a data element?
How do you use structures in the abap programs?
what is code to upload cost centers through call trans. and procedure
What are the disadvantages of different types of bdc's?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What are the kinds of foreign key fields?