2006 Aug 24 8:21 AM
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
2006 Aug 24 10:28 AM
Hi Mark,
I have sent the documents to ur mail id,
Refer them and if you feel gud,
Reward points.
Regards,
Sowjanya
2006 Aug 24 8:23 AM
2006 Aug 24 8:23 AM
mark check this link below
http://help.sap.com/saphelp_erp2005vp/helpdata/en/ce/b518b6513611d194a50000e8353423/frameset.htm
2006 Aug 24 8:28 AM
Hi Mark,
http://help.sap.com/saphelp_nw04/helpdata/en/ca/c035baa6c611d1b4790000e8a52bed/content.htm
Check this link which has example for Abap Classes
http://sap.genieholdings.com/abap/OO/index.htm
Regards,
Sridhar
2006 Aug 24 9:22 AM
Hi Mark,
Please go through these documents.
<u>Object Oriented ABAP link</u>
http://esnips.com/doc/5c65b0dd-eddf-4512-8e32-ecd26735f0f2/prefinalppt.ppt
http://esnips.com/doc/448e8302-68b1-4046-9fef-8fa8808caee0/abap-objects-by-helen.pdf
<u>About Class Builder (SE24)</u>
http://esnips.com/doc/39fdc647-1aed-4b40-a476-4d3042b6ec28/class_builder.ppt
Award points if found useful.
Regards,
SP.
2006 Aug 24 9:40 AM
Hi,
send your mail id i will send you good material
Regards,
Sowjanya
2006 Aug 24 10:22 AM
Hi Sowjanya,
My mail id is vincent_as2004@yahoo.com.
Thanks.
Mark K
2007 Jul 12 2:42 PM
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.
2007 Jul 13 5:46 AM
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.
2006 Aug 24 10:28 AM
Hi Mark,
I have sent the documents to ur mail id,
Refer them and if you feel gud,
Reward points.
Regards,
Sowjanya
2007 Jul 12 3:03 PM
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