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

References to learn OOPS

Former Member
0 Likes
1,038

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

Former Member
0 Likes
1,012

Hi,

[Seach |]the SCN before posting the query.

Read only

0 Likes
1,012

>

> 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

Read only

matt
Active Contributor
0 Likes
1,012

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

Read only

Former Member
0 Likes
1,012

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

Read only

Former Member
0 Likes
1,012

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

Read only

matt
Active Contributor
0 Likes
1,012

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

Read only

0 Likes
1,012

Hi,

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

BC401 and BC404.

Regards,

Peranandam

Read only

Former Member
0 Likes
1,012

Hi,

A very good wiki present on the forum itself

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

Pooja