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

Class / Method

Former Member
0 Likes
1,238

What is the best way to find a suitable class and method, for a desired functionality.

Say with FM we normally try to search with updatemara*

if i have update Mara table.

Or is there a better place like in Java Documnetation to find methods and classes?

Cheers,

Mano Sri

9 REPLIES 9
Read only

Former Member
0 Likes
1,190

Transaction SE84 for METHOD

Transaction CLABAP for CLASS

Max

Message was edited by: max bianchi

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,190

Not sure how to answer. You kinda have to now what you want and look at the names of the class and descriptions. Then look thru the methods of the class to see how you can access the class.

For example, you want to use the OO ALV GRID, go to SE24, then do search for ALVGRID

Regards,

Rich Heilman

Read only

0 Likes
1,190

Transaction SE24 will list out all the classes. Buut its very diffcult to findout what you are looking for ...its not as simple as a search in se37. Coz here u have to diginto the classes to get the methods !

Read only

0 Likes
1,190

Hi,

Your best bet would be SE81 wherein youy can find all the classes per module (FI,HR etc...)

Good Luck,

Suresh Datti

Read only

Former Member
0 Likes
1,190

Mano,

I dont think So becoz the OO are the approaches. They are independent of the Applications(MM,SD,PM,WM etc)!!!!

Thanks

Kam

Read only

Former Member
0 Likes
1,190

Hi,

First check the BADI in SE18 or you can check the class in T.code SE24 try with generic search Material or PO

Or try with package. Means Goto MM02 program by using Menubar --> status . Get the attributes of Material change/update program Attirbutes --> check the package.

Then use Transaction SE18/Se24 and search for classes/Badis for that package.

I hope this helps you.

Read only

Former Member
0 Likes
1,190

Hi Mano,

I generally search using se24 transaction with keywords. There may be a better way to search for the classes and methods. Lets wait for some expert advice.

Regards,

Ravi

Read only

Former Member
0 Likes
1,190

Hi,

Classes usually are grouped by objects or functionality so the best way to look for them through SE24 is you know classes that treat this object. Another way and usually the best way for me is to look it up in the SDN through documentation or directly at SAP help.

Hope this helps you a little.

Regards

Jorge

Read only

Former Member
0 Likes
1,190

Hi,

SEOCOMPODF is the table that contains the components of a class.You can get F4 help for method name. You can get method names as well descriptions of them.

All classes related data lies in tables starting with <b>SEO*</b>.

Regards,

Sailaja.

Dont forget to reward points, if answer helps you.