SAP Table JCDS
Change Documents for System/User Statuses (Table JEST)
JCDS (Change Documents for System/User Statuses (Table JEST)) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.
Additionally we provide an overview of foreign key relationships, if any, that link JCDS to other SAP tables.
JCDS table fields
Field | Data element | Checktable | Datatype | Length | Decimals | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
MANDT | Client | MANDT | T000 | CLNT | 3 | 0 | ||||||
OBJNR | Object number | J_OBJNR | JEST | CHAR | 22 | 0 | ||||||
STAT | Object status | J_STATUS | CHAR | 5 | 0 | |||||||
CHGNR | Change number | J_CHGNR | NUMC | 3 | 0 | |||||||
USNAM | User name of the person responsible in change document | CDUSERNAME | CHAR | 12 | 0 | |||||||
UDATE | Creation date of the change document | CDDATUM | DATS | 8 | 0 | |||||||
UTIME | Time changed | CDUZEIT | TIMS | 6 | 0 | |||||||
TCODE | Transaction code | OLD_TCODE | CHAR | 4 | 0 | |||||||
CDTCODE | Transaction in which a change was made | CDTCODE | TSTC | CHAR | 20 | 0 | ||||||
INACT | Indicator: Status Is Inactive | J_INACT | CHAR | 1 | 0 |
Possible values
|
||||||
CHIND | Change Indicator | J_CHIND | CHAR | 1 | 0 |
Possible values
|
JCDS foreign key relationships
Table | Field | Foreign key table | Foreign key field | Check table | Check field | |
---|---|---|---|---|---|---|
JCDS | CDTCODE | JCDS | CDTCODE | TSTC | SAP Transaction Codes | TCODE |
JCDS | MANDT | JCDS | MANDT | T000 | Clients | MANDT |
JCDS | OBJNR | JCDS | MANDT | JEST | Individual Object Status | MANDT |
JCDS | OBJNR | JCDS | OBJNR | JEST | Individual Object Status | OBJNR |
JCDS | OBJNR | JCDS | STAT | JEST | Individual Object Status | STAT |