‎2007 Mar 10 10:58 AM
Hi,
Expecting anyone to post links about Design Patterns in OO abap.
With Best Regards,
Miller
‎2007 Mar 10 11:41 AM
hi bob,
check out this link
http://www.industriallogic.com/papers/learning.html
OR,
You can find example demo programs on ABAP OO programming. Search for the programs with the mask "DEMOABAPOBJECTS*" . However they will not be so much to do with design patterns, but they will be helpful for OO perspective of ABAP programming.
OR,
you can get some more information from this sap press link --
Regards,
pankaj singh
<b>**** please reward with points if helpful</b>
‎2007 Mar 10 8:05 PM
Hello Bob
Igor Barbaric has written a book about
<a href="http://www.sap-hefte.de/katalog/hefte/titel/gp/titelID-1221">Design Patterns in Object-Oriented ABAP</a>
However, I am not that happy with this book. Another book that I can highly recommend is the following one:
<a href="http://www.oreilly.com/catalog/hfdesignpat/">Head First Design Patterns</a>
Although the examples are written in Java this is not a problem at all because design patterns are generic for all OO-languages. They can easily be transferred to ABAP-OO.
Regards
Uwe
‎2007 Mar 12 4:49 PM
Hi Miller,
Another greats Igor Stuffs:
<a href="/people/igor.barbaric/blog/2004/10/07/oo-abap-and-design-patterns--from-novice-to-success ABAP and design patterns - from novice to success</a>
<a href="/people/igor.barbaric/blog/2005/03/07/oo-abap-and-design-patterns-itab-lookup-as-decorator-pattern ABAP and Design Patterns: itab lookup as Decorator pattern</a>
And a GREAT book:
<a href="http://www.amazon.com/Design-Patterns-Explained-Perspective-Object-Oriented/dp/0321247140/ref=pd_bbs_sr_3/002-9383531-2001621?ie=UTF8&s=books&qid=1173717795&sr=1-3">Design Patterns Explained: A New Perspective on Object-Oriented Design (2nd Edition)</a>
Regards,
Bruno Gontijo
‎2007 Mar 13 3:44 AM
If somebody is not afraid to get his/her hands dirty look how BSP is implemented. For me the framework is a good example how to code OO in ABAP. They are are also using design patterns there as well.
cheers
Thomas