WB2_D_PRASP

Transparent Table Application Table

Trading Contract: pricing aspects

WB2_D_PRASP is an SAP database table in S/4HANA. Trading Contract: pricing aspects. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_WBHK_PRASP_ValueHelp view from BASIC Trading Contract with Pricing Aspects ValueHelp

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.

-- Trading Contract: pricing aspects
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE WB2_D_PRASP (
    CLIENT,  -- Client [mandt]
    PRIMARY KEY (CLIENT)
);