I'm not sure what you mean by "finding a class for a specific method in ABAP".
- If you want to know which class implements a particular interface method at design time, use SE80 to find the implements interface classes. If this does not suit your needs, take a look at the VSEOMETHOD view and filter out REFINTNAME (name of the associated interface) and REFCMPNAME (method name)
- , FOO , VSEOMETHOD.
- , , : -)
- , , - . RTTI - CL_ABAP_TYPEDESCR .