R_MATERIALLEDGERPRICECMPTBLTY
Material Ledger Price
R_MATERIALLEDGERPRICECMPTBLTY is a CDS View in S/4HANA. Material Ledger Price. It contains 1 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_MaterialValuationPrices | view | inner | COMPOSITE |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| InventoryValuationType | InventoryValuationType | 1 |
@AbapCatalog.sqlViewName: 'RMLPRICECMP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Material Ledger Price'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MIXED
define view R_MaterialLedgerPriceCmptblty
as select from P_MaterialLedgerPriceCmptblty
{
key CostEstimate,
key CurrencyRole,
key FiscalYear,
key FiscalPeriod,
Material,
ValuationArea,
InventoryValuationType,
SalesOrder,
SalesOrderItem,
Supplier,
WBSElementInternalID,
WBSElementExternalID,
InvtryValnSpecialStockType,
InventorySpecialStockValnType,
IsSupplierStockValuation,
FiscalYearPeriod,
PriceDeterminationControl,
MaterialPriceControl,
MaterialPriceUnitQty,
Currency,
MovingAveragePrice,
StandardPrice,
InventoryPrice,
// CurrentPlanPrice,
FuturePrice,
FuturePriceValidityStartDate,
PlannedPrice,
FutrCostEstValuationVariant,
FutureCostEstFiscalYear,
FutureCostEstimateFiscalPeriod,
FutureCostEstCostingVersion,
FutrPlanProjSlsOrdValnStrategy,
FixedPortionOfPlannedPrice
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_MATERIALLEDGERPRICECMPTBLTY"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/