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

ABAP Objects

Former Member
0 Likes
1,013

Hi All,

I am keen interested to learn Object Oriented Programming. I am new to this tool. can you Please help or guide me how to become slowly masters in OOPS.

Warm Regards,

U.Khan.

10 REPLIES 10
Read only

andreas_mann3
Active Contributor
Read only

Former Member
0 Likes
986

Hi,

ABAP Objects - extension to the ABAP language

Available with releases 4.5 and above

<b>Need for OO ABAP:</b>

1.Business Object Repository (BOR) already presents an OO view of the system to the outside

To take the potential benefits of OO concepts in R/3

Integration with external object models (DCOM and CORBA) becomes easy

2.Foundation for future releases

Developing new language was option but discarded considering that R/3 infrastructure is easily available for enhancement

<b>Key Elements of OO ABAP:</b>

1.Classes are not structures as in C++

2.Objects are shared and not copied and always referenced

Only single inheritance

3.Integrates complex concepts like events and dynamic method invocation

and much more.....

<b>General Tutorial for OOPS</b>

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/an%20ea...

<b>You can refer to below links to know about OOPS:</b>

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20...

http://help.sap.com

http://www.sapgenie.com/abap/OO/

http://www.sapgenie.com/abap/OO/index.htm

http://www.esnips.com/doc/2c76dc57-e74a-4539-a20e-29383317e804/OO-abap.pdf

http://www.esnips.com/doc/0ef39d4b-586a-4637-abbb-e4f69d2d9307/SAP-CONTROLS-WORKSHOP.pdf

<b>Hi Ubedulla, if your Q has been answered kindly Reward the points</b>

Regards,

Shakuntala

Read only

Former Member
0 Likes
986

Hi Ubedulla

Please refer to the book

ABAP OBJECTS

An Introduction to Programming SAP Applications

By Horst Keller & Sascha Kruger

Also Refer to the site

www.sapgenieholdings.com

www.abebooks.com/sm-search-0201750805-abap-objects-introduction-to-programming-sap-applications

[original link is broken]

Award points if found useful.

Regards

Inder

Read only

Former Member
0 Likes
986

Hi,

I have very good ppt slide , can send u if u can provide ur mail id

Read only

0 Likes
986

Can you please send me the PPT on my following email id?

jadavkm@gmail.com

Thanks...

Read only

Former Member
0 Likes
986

hi,

it's a good idea,

goto 'ABAPDOCU' transaction code,

and check out for ABAP objects,

best of luck,

regards,

kcc

Read only

Former Member
0 Likes
986

Dear Ubedulla,

chk out the links below:

<b>General Tutorial for OOPS</b>

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a41...

<b>Have a look at these links for OO ABAP.</b>

http://www.sapgenie.com/abap/OO/

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

http://www.esnips.com/doc/375fff1b-5a62-444d-8ec1-55508c308b17/prefinalppt.ppt

http://www.esnips.com/doc/2c76dc57-e74a-4539-a20e-29383317e804/OO-abap.pdf

http://www.esnips.com/doc/5c65b0dd-eddf-4512-8e32-ecd26735f0f2/prefinalppt.ppt

http://www.allsaplinks.com/

http://www.sapgenie.com/abap/controls/index.htm

http://www.esnips.com/doc/2c76dc57-e74a-4539-a20e-29383317e804/OO-abap.pdf

http://www.esnips.com/doc/0ef39d4b-586a-4637-abbb-e4f69d2d9307/SAP-CONTROLS-WORKSHOP.pdf

http://help.sap.com/saphelp_erp2005/helpdata/en/ce/b518b6513611d194a50000e8353423/frameset.htm

<b>SDN Series:</b>

https://www.sdn.sap.com/irj/sdn/developerareas/abap?rid=/webcontent/uuid/35eaef9c-0b01-0010-dd8b-e3b... [original link is broken]

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCABA/BCABA.pdf

<b>Basic concepts of OOPS</b>

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b6cae890-0201-0010-ef8b-f970a9c4...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1591ec90-0201-0010-3ba8-cdcd500b...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20...

http://www.henrikfrank.dk/abapuk.html

http://www.erpgenie.com/abap/OO/

Best Regards,

Rajesh

<b>Please reward points if found helpful.</b>

Read only

Former Member
0 Likes
986

hi ,

if you really want to know the details of objects and its work...

you should read

Programing in C++ of

Bala guru swami..

and then you can easily work with ABAP with same concepts..