Difference Between Call By Value and Call By Reference?
Answer Posted / vinay kumar gupta
call by value :
call by value means programmer send some value coping from
one function to another.At the time of function calling a
programmer can send a copy of variable of value.
call by referance :
it means sending sending the address of variable to the
called function means a user can send the address of variable.
| Is This Answer Correct ? | 181 Yes | 65 No |
Post New Answer View All Answers
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
What are the steps in creating screen ?
Explain get cursor field?
How to pass data from list to report?
Sy index and sy tabix
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
What is a view? : abap data dictionary
Describe the difference between macro and subroutine?
Application Category?
List some of the many different ways that the sap standard functionality can be changed by a customer?
What are pooled tables?
What is an abap dictionary? : abap data dictionary
How will you define org structure in MM?
What is the difference between scrolling a table horizontally and vertically?