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

Methods to find interface

Former Member
0 Likes
2,764

Hi,

what are the methods to find interface....

Thanks in Advance.

regards,

kranthi.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,981

Hello,

Classes are composed by methods and attributes, some of these methods are in interfaces that are shared among classes.

I suggest you to take the class name and go to transaction SE24 in this you'll find the interfaces tab, and in this you can see the interfaces that compose the class.

Another way is go to the methods tab and find methods compose by a <interface_name>~<method>.

Regards,

1 REPLY 1
Read only

Former Member
0 Likes
1,982

Hello,

Classes are composed by methods and attributes, some of these methods are in interfaces that are shared among classes.

I suggest you to take the class name and go to transaction SE24 in this you'll find the interfaces tab, and in this you can see the interfaces that compose the class.

Another way is go to the methods tab and find methods compose by a <interface_name>~<method>.

Regards,