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: 

which transction to find class

Former Member
0 Kudos

hallow

in which transction i find class and all defntion of calss like in function module

u have se37 and when u open function u see import export tables...

somethihg like that but of class

regards

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Goto Tcode<b> SE24</b>

press F4

select some std class

see its Methods, atributes,interfaces etc and the code written in methods

<b>Reward points for useful Answers</b>

Regards

Anji

3 REPLIES 3

Former Member
0 Kudos

Hi

Goto Tcode<b> SE24</b>

press F4

select some std class

see its Methods, atributes,interfaces etc and the code written in methods

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

Hi Shnya,

<b>SE24</b> is the transaction code for class definitions and implementations. Give the class name in SE24 and it will show the list of methods,interfaces,attributes which it holds.

Thanks,

Vinay

Former Member
0 Kudos

Hi,

Class Builder is used for creating global classes.Almost everything that we can do in classes using SE38 can be done in SE24. It includes defining and implementing classes including creation of attributes, methods ,interfaces and even events.

THE GIVEN LINK IS ON HOW TO WORK WITH SE24 TO CREATE CLASS

http://help.sap.com/saphelp_nw04/helpdata/en/ef/d94b78ebf811d295b100a0c94260a5/frameset.htm

reward if it helps..

Regards,

Omkar.