I_VALUATIONAREA
Valuation Area
I_VALUATIONAREA is a CDS View in S/4HANA. Valuation Area. It contains 1 fields. 17 CDS views read from this table.
CDS Views using this table (17)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_RO_SAFTOwner | view | inner | CONSUMPTION | RO SAFT Owner IDs |
| finoc_rt_mat_fill | view | inner | Orgl Change: Fill Runtime for Material | |
| 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_ActlCostRsltActyClsgBase | view_entity | inner | COMPOSITE | Actual Costing Run Result Closing Line for Activity |
| P_ActlCostRsltActyTranBase | view_entity | inner | COMPOSITE | Actual Costing Run Result Transactional Data Base |
| P_ActlCostRsltActyTranWIP | view_entity | inner | COMPOSITE | Actual Costing Run Result Transactional WIP Data |
| P_CO_DIANInventoryGLAccount | view | inner | CONSUMPTION | All Formats - Inventory G/L Account |
| P_CoCodeCrcyByStore_F4674 | view | inner | CONSUMPTION | Stores enriched by their company code currency |
| P_DACRActualCostingPeriods | view | inner | COMPOSITE | DACR Actual Costing Periods |
| P_JP_GRBASEDGRLIST | view | inner | COMPOSITE | Goods Receipt Document List(GR Based ) |
| P_JP_POBASEDGRLIST | view | inner | COMPOSITE | Goods Receipt Document List(PO Based ) |
| P_ProdCmplncPlant | view_entity | inner | COMPOSITE | Substance Volume Tracking Plants |
| P_RO_SAFTAllProducts | view_entity | inner | COMPOSITE | RO SAFT All productss |
| P_RO_SAFTProductsFilter | view_entity | inner | COMPOSITE | RO SAFT filtered products |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | CompanyCode | CompanyCode | 10 |
@AbapCatalog.entityBuffer.definitionAllowed: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Valuation Area'
@ObjectModel: {
representativeKey: 'ValuationArea',
usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #M
},
dataCategory: #VALUE_HELP,
supportedCapabilities: [#SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #ANALYTICAL_DIMENSION, #EXTRACTION_DATA_SOURCE],
sapObjectNodeType.name: 'ValuationArea'
}
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Metadata.ignorePropagatedAnnotations: true
@Analytics: {
dataExtraction.enabled: true,
dataCategory: #DIMENSION,
internalName: #LOCAL,
technicalName: 'IVALUATIONAREA'
}
define view entity I_ValuationArea
as select from t001k
association [1..1] to I_CompanyCode as _CompanyCode on $projection.CompanyCode = _CompanyCode.CompanyCode
{
key bwkey as ValuationArea,
@ObjectModel.foreignKey.association: '_CompanyCode'
bukrs as CompanyCode,
_CompanyCode
}