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: 

Details about Methods / Classes

Former Member
0 Kudos

Hi,

I want to get complete data about Classes & Methods(Import/Export/Exception etc) in a class. Is there any Function module or table available for the same.

for eg if we want to get details about any particular FM then we can get it using FM FUNCTION_IMPORT_INTERFACE.

Regards

1 ACCEPTED SOLUTION

uwe_schieferstein
Active Contributor
0 Kudos

Hello Gaurav

I assume you are looking for method GET_COMPONENT_SIGNATURE of class CL_OO_CLASS (CL_OO_INTERFACE).

Regards

Uwe

1 REPLY 1

uwe_schieferstein
Active Contributor
0 Kudos

Hello Gaurav

I assume you are looking for method GET_COMPONENT_SIGNATURE of class CL_OO_CLASS (CL_OO_INTERFACE).

Regards

Uwe