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

Classes Vs Method table

Former Member
0 Likes
1,583

Hi Experts,

Where can I take methods of a corresponding class( BAdi classes ). I am not asking about SE19.

In which table I can find class Vs method. or Is there any function module which will return all the methods for

a class.

Thanks and regards,

Venkat

3 REPLIES 3
Read only

Former Member
0 Likes
752

Use Funtion module SAUNIT_GET_CLASS_METHODS

pass your class name and you will get methods assigned to class.

Read only

Former Member
0 Likes
752

Transp. Table SEOCOMPO

With CLSNAME = <Class name>

CMPTYPE = 1 (For method)

Function Module SEO_METHOD_READ_ALL

CIFKEY = <Class name>

Will get you the list of methods

Explore package "SEO" for more methods, function modules and tables for class data.

Edited by: mrugesh phatak on Dec 22, 2009 11:53 AM

Edited by: mrugesh phatak on Dec 22, 2009 12:11 PM

Read only

Former Member
0 Likes
752

HAI Venkat,

Use this FM: F4_OBJECTS_CLASS_METHOD, it returns all the methods of a particular class.

Best Regards,

rama