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: 

Relation Ship Between Equipment number and Class

Former Member
0 Kudos

Hi,

I want to know in which table we can find the relation ship between Equipment Number and the Class to which it belongs.

2 REPLIES 2

Former Member
0 Kudos

Table is AUSP ,EQUI ,CABN ,EQBS .

Please reward if useful.

former_member214131
Active Contributor
0 Kudos

Hi,

You find the link in table KSSK with the internal class number. You can get the actual class details in header table KLAH.

For ex: if you have an equipment "4019599" linked to a class "XYZ" with Class type "002" ( SAP Standard ), give the following keys in table KSSK in SE16

OBJEK: 000000000004019599 - Internal number of the Eq.

MAFID: O -Object

KLART: 002 - SAP Std., value for the Class type

CLINT: 0000000145 - Internal number for a particular class.

  • Pass this value of CLINT into KLAH to get the CLASS details (class "XYZ").

To read characteristics, Use FM BAPI_OBJCL_GETDETAIL or other FMs of FuGr: CLBPA.

Hope this explains the relationship @ table level.

Best Regards, Murugesh AS