Difference Between Call By Value and Call By Reference?
Answer Posted / varsha jarwal
In call by value:-
since new location is created, this method is slow.
In call by reference:-
since the existing memory location is used through its
address, this method is fast.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What are the system fields? Explain?
What is personnel sub are
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
Define database layer?
Give an example of interface from your project explaining why you used it?
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
what is the process of creating quotation using BAPIs.
Difference between function group and function module?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
What are the system fields?
What is view proxy in abap?
What are the dynapro keywords?
Can we access static attribute from instance method