cancel
Showing results for 
Search instead for 
Did you mean: 

Equipment system status

Former Member
0 Kudos

Hi,

Can any one tell me how do i know what all statuses exist for a particular equipment other than ie03 transaction.

I mean from which table can i get this information.

Accepted Solutions (0)

Answers (2)

Answers (2)

GauthamV
Active Contributor
0 Kudos

Use this fm.

BAPI_EQUI_GETSTATUS

Also tables : EQUI,JEST.

Former Member
0 Kudos

Use EQUI, JSTO and JEST table to know the Equipment status. In table JSTO pass object number as * with Equipment number (from EQUI table) eg. *26795586 and Object Category as IEQ, get object number from JSTO and pass it to JEST table, there you will get status of the Equipment.

Hope this answers your query.