PRCD_ELEMENTS

Transparent Table Application Table

Pricing Elements

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

CDS Views using this table (7)

ViewTypeJoinVDMDescription
Fclm_Mmpd_Dcost view inner Delivery Cost of MM Items
I_PricingElement view from BASIC Pricing Element
P_CustCndnTypesPercentage view from BASIC Percentage of Customer defined Condition Types in Pricing
P_NmbrOfPricingItems view from BASIC Number of Items for a Pricing Document
v_konv view from CDS-View for PRCD_ELEM_DRAFT to KONV conversion
V_WB2_VBRK_VBRP_3 view inner Business Volume from Billing Document for Chargeback
WB2_PRCD_ELEM_PART_SETTK view from Entries in PRCD_ELEMENTS

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
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE PRCD_ELEMENTS (
    CLIENT,  -- Client [mandt]
    PRIMARY KEY (CLIENT)
);