The other day a developer has shown me how to find standard constants that have been created as attributes of global interfaces.
I found that helpfull since sometimes we need to use those constands and because we dont find them, we create a new global constant in a new interface.
In the following example, I will show how to find the class and the attribute of constant 'BUS2200', that in SRM is BID Bussines Object.
In transaction SE16, search table VSEOATTRIB with field ATTVALUE = 'BUS2200'
Then you will see all the the classes and attributes that have that value..
You could do something similar to find the class of a method.
Table VSEOMETHOD field CMPNAME.
Don´t hesitate to contact me for further clarifications.....
Regards,
Lisandro