Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Design patterns

Former Member
0 Likes
690

Hi,

Expecting anyone to post links about Design Patterns in OO abap.

With Best Regards,

Miller

4 REPLIES 4
Read only

Former Member
0 Likes
583

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 --

http://www.sap-press.com/

Regards,

pankaj singh

<b>**** please reward with points if helpful</b>

Read only

uwe_schieferstein
Active Contributor
0 Likes
583

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

Read only

Former Member
0 Likes
583

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

Read only

thomasalexander_ritter
Product and Topic Expert
Product and Topic Expert
0 Likes
583

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