I_SPECTYPEBASEUNITOFMEASURE
Base UoM for Specification Type
I_SPECTYPEBASEUNITOFMEASURE is a CDS View in S/4HANA. Base UoM for Specification Type. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ProdSpecComponentBaseUoM | view | inner | COMPOSITE | Prod Specification Component Base UoM |
@AbapCatalog.sqlViewName: 'ISPCTYPBUOM'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC
@EndUserText.label: 'Base UoM for Specification Type'
define view I_SpecTypeBaseUnitOfMeasure
as select from /plmi/spc_ty_bu
{
key prodspeccmpstnspectype as ProdSpecCmpstnSpecType,
prodspecbaseunitvalassgmttype as ProdSpecBaseUnitValAssgmtType,
prodspecbaseunitcharacteristic as ProdSpecBaseUnitCharacteristic,
prodspeccmpstnhdrrating as ProdSpecCmpstnHdrRating,
prodspeccmpstnhdrvalidityarea as ProdSpecCmpstnHdrValidityArea
}