Application Development and Automation Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only
Former Member
7,341 Views
4 Comments

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

4 Comments