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: 

classification of the equipment in equipment master

Former Member
0 Kudos

In which table the classification of equipment is maintained.

1 REPLY 1

Former Member
0 Kudos

I don't have a system in front of me, but here's how I would approach the problem:

1. Execute the standard SAP transaction that shows you this data and see if the field being displayed gives you a hint i.e. show the System > Status > Technical information for the screen, and have a look through the program too.

2. Run SQL trace / Performance trace for the transaction and look to see which database table are being accessed - you can also drill down into the ABAP code for each select to see how SAP are doing their selections (e.g. there may be a function module you can call to return the results).