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

OO ABAP

Former Member
0 Likes
659

Hi friends

i want to learn about OO ABAP . i know abap .

please tell me the which topics i have to learn if i want to do entire programming in OO fashion .

and how can i know the standard classes in the SAP.

thanks & regards,

srinivas

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
629

[ABAP OO|http://help.sap.com/saphelp_nw70/helpdata/EN/ce/b518b6513611d194a50000e8353423/content.htm]

There are some many standard classes, no one knows all of them. So it will be a matter of searching, just like for FM. There are classes which are use a lot like:

CL_GUI_ALV_GRID

CL_ABAP_TYPEDESCR (and subclasses).

CL_ABAP_CHAR_UTILITIES.

CL_FRONTEND_SERVICES

to name but a few...

Hi friends

i want to learn about OO ABAP . i know abap .

please tell me the which topics i have to learn if i want to do entire programming in OO fashion .

and how can i know the standard classes in the SAP.

thanks & regards,

srinivas

5 REPLIES 5
Read only

Sm1tje
Active Contributor
0 Likes
630

[ABAP OO|http://help.sap.com/saphelp_nw70/helpdata/EN/ce/b518b6513611d194a50000e8353423/content.htm]

There are some many standard classes, no one knows all of them. So it will be a matter of searching, just like for FM. There are classes which are use a lot like:

CL_GUI_ALV_GRID

CL_ABAP_TYPEDESCR (and subclasses).

CL_ABAP_CHAR_UTILITIES.

CL_FRONTEND_SERVICES

to name but a few...

Read only

Former Member
Read only

Former Member
0 Likes
629

Hi srinivas,

1.in SDN->wiki->abap develop ments->abap Objects>Examples for beginers and intermediate .

Regards,

Shiva K

Read only

Former Member
0 Likes
629

Hello,

I suggest you to read this introduction [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0a33479c-0b01-0010-7485-dc8c09d6bc69], and if possible buy the [last book from|/people/horst.keller/blog/2007/03/21/1000-pages-full-of-abap] Horst Keller. It's a good way to learn abap Objects.

Regards,

Read only

Former Member
0 Likes
629

Hi i´ve learned ABAP Object-Oriented online by the website

"www.employment.byron.com.au/training-courses/desktop-software/sap/mysap-abap/abap-objects-6.10-overview.html"

My suggestion is, that you beginns with the chapter Class Inheritance, because it contains also the other basement chapter and than you can follow the detailed instructions.