What is inheritance and multi-level inheritance? Explain with example ?
Answer Posted / sateesh
inheritance Means Re-usability, In SAP we have only single
Inheritance there is no Multiple Inheritance.
EG:
Class A{
Public Section: Write A.
}
Class B inheriting from A
{
Public Section: Write A,
Write B.
}
-> I mean here we are inheriting method A into Class B and
Redifing the method A and we are additionally adding "Write
B" in the Class B.
In ABAP only Single inheritance is Possible.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Name some data dictionary objects?
what is bapi,badi,bdc,ale idocs?
What are the data types of the external layer?
What is value table? : abap data dictionary
What is bdc programming? : abap bdc
What is an update task?
What is an rdbms?
Explain the types of bdc's?
What functions does a data dictionary perform ?
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
What are plan versions used for? : sap abap hr
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 is internal payroll process? : sap abap hr
when are objects are passed from task to the change request?