CRVE_A

Transparent Table Application Table

Assignment PRT data - equipment

CRVE_A is an SAP database table in S/4HANA. Assignment PRT data - equipment. It contains 4 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_EquipmentPRTByInternalKey view inner BASIC Equipment PRT by internal key
P_ProdnRtgEquipPRTAssgmtDEX view_entity inner BASIC Production Routing Equipment PRT

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY objty cr_objty Object Type
KEY objid cr_objid Object ID
KEY equnr equnr Equipment

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.

-- Assignment PRT data - equipment
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CRVE_A (
    MANDT,  -- Client [mandt]
    OBJTY,  -- Object Type [cr_objty]
    OBJID,  -- Object ID [cr_objid]
    EQUNR,  -- Equipment [equnr]
    PRIMARY KEY (MANDT, OBJTY, OBJID, EQUNR)
);