I_PURREQVALUATIONAREA

CDS View

Valuation Area

I_PURREQVALUATIONAREA is a CDS View in S/4HANA. Valuation Area. It contains 2 fields. 13 CDS views read from this table.

CDS Views using this table (13)

ViewTypeJoinVDMDescription
C_ProductValuationAreaVH view from CONSUMPTION Product Valuation Area Value Help view
C_PurOrdMaintainPlantValHelp view inner CONSUMPTION PO Maintenance: Value Help for Plant
I_CustomerCompanyByPlant view_entity inner COMPOSITE Customer Company by Plant
I_PlantCompanyCodeCurrency view left_outer COMPOSITE Plant company code currency
I_ProductValuationAreaVH view from BASIC Product Valuation Area
I_SupplierCompanyByPlant view_entity inner COMPOSITE Supplier Company by Plant
I_VisualAnalysis view left_outer COMPOSITE Visual Analysis
I_VisualNominations view left_outer COMPOSITE Visual Nominations
P_BR_ReportingPlant view inner CONSUMPTION EFD - Plants
P_DMVCCompanyCodeByPlant view inner COMPOSITE
P_DMVCMaterialActivity view inner COMPOSITE
P_PlntCompanyCodePurchasingOrg view from COMPOSITE
P_Salesview_Fs view left_outer COMPOSITE

Fields (2)

KeyField CDS FieldsUsed in Views
KEY CompanyCode CompanyCode 10
ValuationArea ValuationArea 2

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.

-- Valuation Area
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PURREQVALUATIONAREA (
    COMPANYCODE,
    VALUATIONAREA,
    PRIMARY KEY (COMPANYCODE)
);