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
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
What are the different types of parameters?
What are the events in ABAP language?
Work most on which module: name a few tables?
What are ranges?
How are the function code handles in flow logic?
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
What is function group?
Some Realtime Examples on Exits .
What is gui status? How to create /edit gui status?
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
What is delivery class? : abap data dictionary
Explain the different types of mode (run code) in call transaction method?
When you prefer lsmw?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc