I_VALUATIONAREA

CDS View

Valuation Area

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

CDS Views using this table (13)

ViewTypeJoinVDMDescription
C_RO_SAFTOwner view inner CONSUMPTION RO SAFT Owner IDs
finoc_rt_mat_fill view inner Orgl Change: Fill Runtime for Material
I_DCBBaseLocationFilter view inner COMPOSITE Base Location filter
I_JVAValuationArea view from COMPOSITE JVA Valuation Area
I_MaterialValuationHist view inner COMPOSITE Material Valuation History
I_QltyMgmtPlantCostCenterVH view inner COMPOSITE Cost Center By Plant
I_RO_SAFTMatlValuationHistory view inner COMPOSITE Material Value History for Romania SAFT
P_CoCodeCrcyByStore_F4674 view inner CONSUMPTION
P_DACRActualCostingPeriods view inner COMPOSITE DACR Actual Costing Periods
P_JP_GRBASEDGRLIST view inner COMPOSITE
P_JP_POBASEDGRLIST view inner COMPOSITE Goods Receipt Document List(PO Based )
P_ProdCmplncPlant view_entity inner COMPOSITE
P_RO_SAFTAllProducts view_entity inner COMPOSITE RO SAFT All productss

Fields (1)

KeyField CDS FieldsUsed in Views
KEY CompanyCode CompanyCode 6

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_VALUATIONAREA (
    COMPANYCODE,
    PRIMARY KEY (COMPANYCODE)
);