ETO_PROBJ

Transparent Table Application Table

ETO: Process Object

ETO_PROBJ is an SAP database table in S/4HANA. ETO: Process Object. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ETOProcessObject view from BASIC Basic View for ETO Process Object

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY client abap.clnt
KEY etoprocessobjectuuid eto_probj_uuid ETO Item ID

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.

-- ETO: Process Object
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ETO_PROBJ (
    CLIENT,                -- abap.clnt
    ETOPROCESSOBJECTUUID,  -- ETO Item ID [eto_probj_uuid]
    PRIMARY KEY (CLIENT, ETOPROCESSOBJECTUUID)
);