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

Equipment Class Table

Former Member
0 Likes
17,198

Hi,

I would like to ask what are the tables related to equipment class? When I go to IE03 then enter the equipment number and click classfication, there's a class number for that equipment. I'm using tables EQUI, EQUZ but I don't know what and how these tables will be linked to equipment class number. Your response is highly much appreciated.

Thanks a lot!

Hi,

I would like to ask what are the tables related to equipment class? When I go to IE03 then enter the equipment number and click classfication, there's a class number for that equipment. I'm using tables EQUI, EQUZ but I don't know what and how these tables will be linked to equipment class number. Your response is highly much appreciated.

Thanks a lot!

4 REPLIES 4
Read only

Clemenss
Active Contributor
0 Likes
7,334

Hi ysera,

call function BAPI_EQUI_GETDETAIL. Probably it provides the information required and releases you from finding out the complex relationships.

Regards,

Clemens

Read only

Former Member
0 Likes
7,334

Hi,

If you want to get the characteristic values from the equipement class->

Try EQUI-EQUNR as OBJEK of AUSP table and

Also use EQUI-CUOBJ in IBIN-INSTANCE - > IBIN-IN_RECNO to IBINVALUES-IN_RECNO

then IBINVALUES-SYMBOLID to IBSYMBOL-SYMBOLID.

You can also use BAPI 'BAPI_OBJCL_GETCLASSES'.

Thanks,

Anmol.

Read only

Former Member
0 Likes
7,334

Thanks for the answers but I found the tables. EQUI link to KSSK then KSSK link to KLAH table.

Read only

0 Likes
7,334

Hi ysera,

I am looking for the same, can you pls tell me how EQUI and KSSK are link.

Thanks for your Help

Girdhar A.