What is the difference between Overloading and Overriding ? Which of them is possible in ABAP ?
Answer Posted / ramesh
METHOD OVERLOADING: It is used when the parameters used in super class method are same as parameters in subclass method.
METHOD OVERRIDING : It is used when the parameters are different from one method to other method.
Both methods are used in ABAP.
Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
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 difference between a structure and a table? : abap data dictionary
What is the function module to popup contents in the internal table?
How do you set up background jobs in sap?
How to transfer data into line items using batch input session method? : abap bdc
What are the system fields you have worked with? Explain?
What is a modification assistant?
What are your ways to performance optimization?
What is the difference between synchronous and asynchronous update?
Explain the components of selection table?
What are the two levels in defining a match code? : abap data dictionary
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
Is the basic list deleted when the new list is created?
What is function group?
What is the modification assistant?