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: 

Class

Former Member
0 Kudos
122

Hi Friends,

Can any one explain me about the Class, Methods and objects in ABAP.

Pls explain how to create them and what is the importance of the same. Also, pls give some simple examples to understand them better.

TIA.

Regards,

Mark K

1 ACCEPTED SOLUTION

Former Member
0 Kudos
78

Hi Mark,

I have sent the documents to ur mail id,

Refer them and if you feel gud,

Reward points.

Regards,

Sowjanya

10 REPLIES 10

Former Member

sridharreddy_kondam
Active Contributor
0 Kudos
78

Former Member
0 Kudos
78

Former Member
0 Kudos
78

Hi,

send your mail id i will send you good material

Regards,

Sowjanya

0 Kudos
78

Hi Sowjanya,

My mail id is vincent_as2004@yahoo.com.

Thanks.

Mark K

0 Kudos
78

hi soujanya ,

i am abhilash, i saw ur reply in this thread, if u have the material on classes and interfaces could u please send me a copy also?

my mail ID : abhilash_velamanchi@yahoo.com

thanx in advance,

abhilash.

0 Kudos
78

Hi

I am also insearch of OOABAP material, luckily I found this link please send me material to mail id bysani.s@genisys-group.com/ bysanisrinu@gmail.com.

Ponts will be rewarded for the right answer.

Regards.

B.Sreenivasulu.

Former Member
0 Kudos
79

Hi Mark,

I have sent the documents to ur mail id,

Refer them and if you feel gud,

Reward points.

Regards,

Sowjanya

former_member239282
Active Participant
0 Kudos
78

Briefly,

In object-oriented programming, the term method refers to a subroutine that is exclusively associated either with a class (called class methods, static methods, or factory methods) or with an object (called instance methods). Like a procedure in procedural programming languages, a method usually consists of a sequence of statements to perform an action, a set of input parameters to customize those actions, and possibly an output value (called return value) of some kind. The purpose of methods is to provide a mechanism for accessing (for both reading and writing) the private data stored in an object or a class.

You can find simple examples on ABAP objects book.

    • if helpful rewards points are appreciated