I_UNITIZEDMATERIALTYPE

CDS View

Unitized Material types configured for parameter effectivity

I_UNITIZEDMATERIALTYPE is a CDS View in S/4HANA. Unitized Material types configured for parameter effectivity. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_ManageProjectForEndItem view inner COMPOSITE Project Details For End Item
I_UnitizedMaterial view inner COMPOSITE Unitized Materials for Parameter Effectivity
@AbapCatalog.sqlViewName: 'IUNTZDMATLTYPE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING}
@EndUserText.label: 'Unitized Material types configured for parameter effectivity'
define view I_UnitizedMaterialType
  as select from mpe_cm_mattyp_at as UnitizedMatlType
{

  key  UnitizedMatlType.material_type as MaterialType,
       UnitizedMatlType.efftyp        as EffectivityType,
       UnitizedMatlType.catyp         as ComplexAssemblyType

}