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: 

Where is the OO abap Video

1190_5939_439
Active Participant
0 Kudos
285

Hi Experts

I am studying OO abap. Are there full training video In the youtube ?

Just now I search video. But I don't find a full video.

https://www.youtube.com/watch?v=-mgEDIMz8NA&list=PLhK6jdzDC2VhEnr7wtXSohh0zi08GAlUh

What about it ?

Thanks.

4 REPLIES 4

FredericGirod
Active Contributor
173

Sandra_Rossi
Active Contributor
173

OO ABAP is just like OO, you have plenty of OO videos, tutorials everywhere in many languages (OO is not dependent on language).

After you learn OO, you just need to know the ABAP syntax:

CLASS ... DEFINITION [ INHERITING FROM ... ]

{ PUBLIC | PROTECTED | PRIVATE } SECTION

METHODS

DATA

CLASS-METHODS

CLASS-DATA

ENDCLASS

CLASS ... IMPLEMENTATION

METHOD ... ENDMETHOD

ENDCLASS

Nikhil_Rao_ABAP
Participant
0 Kudos
173

Hello,

Here's the first of a series from the ever wonderful, thomas.jung :

https://www.youtube.com/watch?v=GUh7QyCwxGk

you can start and visit the next couple of them...

1190_5939_439
Active Participant
0 Kudos
173

Hi Everone

Thanks. Because the video is more indirectly. Reading is a good method. I also buy the book. Of course , I know OO ABAP is similar with any OO lanugage.It is only big direction. Maybe I need more detial. When I try to use OO ABAP, there are some diffcult.