JEST table contains object status that is either system status or a user status. Field STAT corresponds to the Object Status. Field INACT identifies whether the status is currently active or inactive and field CHGNR is the change number that identifies the change documents for an object and is incremented serially.
TJ02 table contains the list of system status and description. All statuses in this table are internal. This means they are consistent across objects and clients. A single object can have multiple active system statuses and user statuses & inactive ones.
TJ30 table contains the list of user status and TJ30T contains their description.
You could use function module STATUS_READ read active object status and STATUS_OBJECT_READ to retrieve the status profile of an object number.







