Posted: Sun Jan 03, 2010 1:37 pm Post subject: Store Individual Object Status - Table JEST
SAP: table JEST (Individual Object Status)
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.
Pass the OBJNR to the table JEST you will get System Status Number.
Once you get System Status Number pass it to table TJ02T you will get System Status text.
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.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.