Application Development 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: 

References to learn OOPS

Former Member
0 Kudos

Hi All

Could any one of you refer good books to master the basic concepts of OOPS( not necessarily related to ABAP Objects)

8 REPLIES 8

Former Member
0 Kudos

Hi,

[Seach |]the SCN before posting the query.

0 Kudos

>

> Hi,

>

> [Seach |]the SCN before posting the query.

I'm basically looking for resources out of SAP, becuase of this

A comprehensive introduction to object orientation as a whole would go far beyond the limits of this
 introduction to ABAP Objects.

http://help.sap.com/saphelp_47x200/helpdata/en/c3/225b5654f411d194a60000e8353423/content.htm

matt
Active Contributor
0 Kudos

There are plenty of online java tutorials, freely available and without copyright issues. I suggest you go through those, and when you've learned java, and, assuming you've already got a good grip on "classic" ABAP, the SAP Help, with a little hard work, should be sufficient to get you going with ABAP Objects - the concepts are the same regardless of language, so it's largely a case of learning the syntax, and the environment.

matt

Former Member
0 Kudos

Hi,

To have good knowledge of OOPS Concepts u need to know other languages like C, C++,

i would suggest u to go for these languages to have a good understanding ab' t oops..

once u have the grip of this than u can easily play with ABAP..

thanks

Ravi Aswani

Former Member
0 Kudos

For OOPS concept in ABAP. u can get plenty of docs from SDN.Try searching

matt
Active Contributor
0 Kudos

I learned objected oriented programming in Java first, using Head First Java from the O'Reilly Press. I then applied what I knew to ABAP Objects. For learning the principles, Java is much simpler than ABAP Objects.

matt

0 Kudos

Hi,

Go through the following material you will get good idea on OOABAP.

BC401 and BC404.

Regards,

Peranandam

Former Member
0 Kudos

Hi,

A very good wiki present on the forum itself

https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/abap+objects

Pooja