cancel
Showing results for 
Search instead for 
Did you mean: 

Relation between EQUI / KSSK / AUSP - need missing link ?

Former Member
0 Kudos

Hi guys!

I'm playing around with the three mentioned tables.

But i can't find the relation between these tables.

KSSK and AUSP haven an OBJEK as key

EQUI a OBJNR

How can i get to the AUSP and KSSK data with my objnr from the equipment`??

once more, i need the kssk and ausp data, what i have is a equipment key.

I need to know the connections between the tables.

thanks!!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

But

EQUI-OBJNR not equal KSSK-OBJEK or AUSP-OBJEK

so there must be "something between"

Former Member
0 Kudos

Go to Function module

BAPI_OBJCL_GET_KEY_OF_OBJECT.

Enter the Equipment details, and get the OBJEK (Object Key) and the check tables KSSK and AUSP

Former Member
0 Kudos

In the BAPI Provide Object table as "EQUI"

Former Member
0 Kudos

Are you able to get details now.

Answers (4)

Answers (4)

Former Member
0 Kudos

i found it, its all in the table INOB

thanks for your help

Former Member
0 Kudos

yes thanks, that works.

and do you also know a bapi to convert a OBJEK to a OBJNR of the Equi?

Former Member
0 Kudos

can you tell me the details for converting the objek to objnr

Former Member
0 Kudos

Thanks!

but which key i need to read the AUSP and KSSK data, when i have an EquipNr ?

Former Member
0 Kudos

Or try getting the data with CLFM_SELECT_AUSP.

All required data for selection can be found in KSSK.

Edited by: Maen Anachronos on Oct 9, 2008 10:30 AM

Former Member
0 Kudos

Have you got the OBJEK (Object number corresponding to the Equipment), if yes then this will be the key to both the tables.

Former Member
0 Kudos

Hi,

If a class/values is assigned to a material/equipment, a entry is put into KSSK table (meaning that class is assigned), and the respective characteristic values of that material/equipment is stored in AUSP table.

Thanks & Regards,

Navneeth K.