What is inheritance and multi-level inheritance? Explain with example ?
Answer Posted / instance softech
Inheritance is nothing but acquiring the properties of one
class(base class) to another class(child class).
Multi-level Inheritance is nothing but one parent class that
have more than one child class. For Ex, P1 is parent Class
and C1 and C2 are the Child classes, now C1 can acquire the
properties of Parent class P1 and C2 can acquire the
properties of both Child calss C1 and Parent Class P1.
SAP ABAP SUPPORTS MULTI-LEVEL INHERITANCE... SAP ABAP NOT
SUPPORTS MULTIPLE INHERITANCE, ACHIEVES THROUGH INTERFACES
CONCEPT...
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What does the extract statement do in extract datasets? : abap modularization
What is difference between check table and value table ?
What are the different attributes that can be assigned to a variant?
How can I get ascii value of any letter? Is there any function?
What are pooled tables? : abap data dictionary
Some Realtime Objects on Bdc.
How would you set the formatting options statically and dynamically within a report?
What are aggregated objects
What are field groups?
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 the difference between a dialog program and a report?
Explain what is runtime analysis?
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
Is it possible to bring select option in module pool screens?
What are the different function modules used in sapscript?