I_BILLOFMATERIALUSAGETEXT

CDS View

Bill of Material Usage - Text

I_BILLOFMATERIALUSAGETEXT is a CDS View in S/4HANA. Bill of Material Usage - Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_BillOfMaterialUsageText view_entity from BASIC Usage Description
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Bill of Material Usage - Text'
@ObjectModel.dataCategory:#TEXT
@ObjectModel.supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT ]
@Analytics.technicalName: 'IBOMUSAGETEXT'
@VDM.viewType: #BASIC
@ObjectModel.usageType: {serviceQuality: #B, sizeCategory: #L, dataClass: #CUSTOMIZING}
@ObjectModel.representativeKey: 'BillOfMaterialVariantUsage'
@Metadata.ignorePropagatedAnnotations: true

define view entity I_BillOfMaterialUsageText
  as select from t416t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key spras as Language,
      _Language,

  key stlan as BillOfMaterialVariantUsage,
      @EndUserText.label: 'Usage Text'
      @Semantics.text: true
      antxt as BillOfMaterialVariantUsageDesc

}