Many times, I see incorrect usage of ABAP Objects in custom development. In this two post blog series, I would show few incorrect designs and finally would show OO approach.
Few days back, I came across this challenging question on SCN about Inheritance within ABAP Objects specifically to the Protected Section.
New feature of ABAP Method Chaining is available from ABAP Release 7.0 EhP2 onward. Method chaining reduces the need for Helper variables, which makes code more cleaner.
How object oriented designs was beneficial to me as well as my clients while enhancing development created in Object Oriented ABAP.
In regards to the previous post , one of readers Dirk Wittenberg pointed to me completely different view. You can follow @zevolving and @naimeshpatel if you are not yet following. I thought of collecting the reply from the readers and started this Poll. Vote Cast your vote for this new Poll. Every vote counts ……
Text Pools are great for creating language independent program. But, it create a very peculiar problem when used in ABAP objects