JSTO

Transparent Table Application Table

Informationen zum Statusobjekt

JSTO is an SAP database table in S/4HANA. Informationen zum Statusobjekt. It contains 7 fields. 14 CDS views read from this table.

CDS Views using this table (14)

ViewTypeJoinVDMDescription
I_EAMObjectUsrStatusWithNumber view_entity from BASIC EAM Object User Status with Number
I_ProcessOrderStatusInfo view_entity from BASIC Process Orders Status Management Info
I_ProcOrdOpStatusInfo view_entity from BASIC Process Order Operations Status Info
I_RSHOperationStatusObject view inner BASIC Status Object and Codes for PM Operations
I_StatusObject view from BASIC Status Object
P_RSHUserStatusBasic view inner BASIC User Status
P_SDControllingObjectStatus1 view from BASIC SD Controlling Object Status
P_SDDocControllingObjectSts1 view from BASIC SD Document Controlling Object
vfco_dll_cj8g_l1 view inner CDS-View for transaction CJ8GH - first step
vfco_dll_cjb1_l1 view inner CDS-View for transaction CJB1H - first step
vfco_dll_co88_with_op_l1 view inner CDS-View for transaction CO88H - first step
vfco_dll_co88_wo_op_l1 view inner CDS-View for transaction CO88 - first step
vfco_dll_ko8g_l1 view inner CDS View for transaction KO8GH - first step
vfco_dll_va88_l1 view inner CDS-View for transaction VA88H - first step

Fields (7)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY objnr j_objnr Object number
obtyp j_obtyp Object Type
stsma j_stsma Status Profile
chgkz j_chgkz Change Docs
chgnr j_chgnr Change number
_dataaging data_temperature Data Aging

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Informationen zum Statusobjekt
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE JSTO (
    MANDT,       -- Client [mandt]
    OBJNR,       -- Object number [j_objnr]
    OBTYP,       -- Object Type [j_obtyp]
    STSMA,       -- Status Profile [j_stsma]
    CHGKZ,       -- Change Docs [j_chgkz]
    CHGNR,       -- Change number [j_chgnr]
    _DATAAGING,  -- Data Aging [data_temperature]
    PRIMARY KEY (MANDT, OBJNR)
);