I_BILLINGDOCUMENTITEMCUBE

CDS View

Sales Volume - Cube

I_BILLINGDOCUMENTITEMCUBE is a CDS View in S/4HANA. Sales Volume - Cube. It contains 3 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
C_RevenueFromInvoiceQry view from CONSUMPTION Sales Volume Flexible Analysis - Query
C_SalesVolumeAnalysisQuery view from CONSUMPTION Analytics - Sales Volume Detailed Analysis
C_SalesVolumeAnalyticsQry view from CONSUMPTION Sales Volume - Query
P_SlsVolumeNetAmtByDateRange view from CONSUMPTION

Fields (3)

KeyField CDS FieldsUsed in Views
DisplayCurrency DisplayCurrency 1
SalesOrganization SalesOrganization 1
SoldToParty SoldToParty 1

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.

-- Sales Volume - Cube
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_BILLINGDOCUMENTITEMCUBE (
    DISPLAYCURRENCY,
    SALESORGANIZATION,
    SOLDTOPARTY
);