2023 Jan 31 7:25 AM
I am able to get all status of a particullar Equipment, but how to determine the current status of the equipmen whether it's Active or In Active?
---Anil Kumar
2023 Jan 31 12:19 PM
(Don't forget the conversion exit on status format, STATUS_NUMBER_CONVERSION, STATUS_TEXT_CONVERSION)
2023 Jan 31 12:07 PM
Hi Anil,
try check table JEST (Individual Object Status) and there field INACT (Indicator: Status Is Inactive).
Is this what you are looking for?
2023 Feb 01 4:45 AM
There are two records in JEST Table for the Equipment and Actual status are INAC & INST. In JEST Table this is showing STATUS is I0099(AVLB) & I0100(INST).
2023 Jan 31 12:19 PM
(Don't forget the conversion exit on status format, STATUS_NUMBER_CONVERSION, STATUS_TEXT_CONVERSION)
2023 Feb 01 6:39 AM
I am able to extract the system statust of equipment by using 'BAPI_EQUI_GETSTATUS' which gives me the all status for this equipment. But still the changed system status is not reflecting in JEST table.
By the way, we have resolved my issue.
Thanks to All.