2009 May 27 2:17 AM
Dear All,
I have done Object Oriented Programming for the purpose of ALV, and BADIs,
where else would OOPs cocenpts be used in ABAP.
Is there any reason for using OOPs concept, where the same work can be done with normal regular programming.
Regards.
Vinay.
2009 May 27 6:43 AM
Use OOPs everywhere. Correctly used, it will lead to:
a) Better program design
b) Programs that are easier to maintain
c) Programs that are cheaper to maintain
d) Programs that are easier to enhance
e) Programs that are cheaper to enhance
f) Programs that can be changed with affecting stability
Part of this is because certain program practices - like typing, no header line tables - are enforced.
I now use non-OOPs only where strictly necessary. And even then, I link to classes.
matt
Dear All,
I have done Object Oriented Programming for the purpose of ALV, and BADIs,
where else would OOPs cocenpts be used in ABAP.
Is there any reason for using OOPs concept, where the same work can be done with normal regular programming.
Regards.
Vinay.
2009 May 27 6:43 AM
Use OOPs everywhere. Correctly used, it will lead to:
a) Better program design
b) Programs that are easier to maintain
c) Programs that are cheaper to maintain
d) Programs that are easier to enhance
e) Programs that are cheaper to enhance
f) Programs that can be changed with affecting stability
Part of this is because certain program practices - like typing, no header line tables - are enforced.
I now use non-OOPs only where strictly necessary. And even then, I link to classes.
matt
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |