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 from BASIC Usage Description
@AbapCatalog.sqlViewName: 'IBOMUSAGETEXT'
@ClientHandling.type : #INHERITED
@ClientHandling.algorithm : #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Bill of Material Usage Text'
@ObjectModel.dataCategory:#TEXT
@VDM.viewType: #BASIC
@ObjectModel.usageType: {serviceQuality: #B, sizeCategory: #L, dataClass: #CUSTOMIZING}
@ObjectModel.representativeKey: 'BillOfMaterialVariantUsage'

define view 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

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T416T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/