Status object information — the header record linking a general object number (OBJNR) to its object category (TJ03) and status profile (TJ20), and flagging whether change documents are active for its status transitions. JEST holds the individual status flags for the same OBJNR; JSTO is the one-row-per-object anchor above it. SAP's real JSTO carries all its fields; this definition carries the table complete.
Hover a canonical name to see the legacy SAP field name
| Canonical name | Concept | Description | Data element | Type | Check table |
|---|---|---|---|---|---|
| CLI key | cliens | Client | MANDT | CLNT 3 | T000 |
| OBI_NUM_CLV key | obiectum numerus clavis | Object number — shared key with JEST | J_OBJNR | CHAR 22 | ONR00 |
| OBI_CTG | obiectum categoria | Object Category — links to TJ03 | J_OBTYP | CHAR 3 | TJ03 |
| STA | status | Status Profile | J_STSMA | CHAR 8 | TJ20 |
| IDX | index | Indicator: Change documents are active | J_CHGKZ | CHAR 1 | — |
| NUM | numerus | Change number | J_CHGNR | NUMC 3 | — |
Foreign keys
| Field | Check table | Check field |
|---|---|---|
MANDT | T000 | MANDT |
OBJNR | ONR00 | OBJNR |
OBTYP | TJ03 | OBTYP |
STSMA | TJ20 | STSMA |