PRCD_ELEM_DRAFT

Transparent Table Application Table

Pricing Elements Draft

PRCD_ELEM_DRAFT is an SAP database table in S/4HANA. Pricing Elements Draft. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
v_konv_draft view from CDS-View for PRCD_ELEM_DRAFT to KONV conversion

Fields (1)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client

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.

-- Pricing Elements Draft
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE PRCD_ELEM_DRAFT (
    CLIENT,  -- Client [mandt]
    PRIMARY KEY (CLIENT)
);