cancel
Showing results for 
Search instead for 
Did you mean: 

Equipment Status

Former Member
0 Kudos

Dear Experts,

I want the status of equipment available in my P-System.

Based on it, I wanted to make changes to those for which there is no "DLFL" meaning flagged for deletion.

Please let me know how to get that data from SAP.

Thanks in advance.

Anitha Pauline

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member662213
Contributor
0 Kudos

Hi,

you can get the status for the equipment from the function module : STATUS_OBJECT_READ

Or you can get from the table JEST and JSTO.

Apart from this, create a selection profile which have status not equal to DLFL. Use this selection profile in T.Code: IE05 to fetch the equipments.

The selection profile can be created in customization.

Regards,