I_MaterialDscontnTypeText

DDL: I_MATERIALDSCONTNTYPETEXT SQL: IMATLDISCTYPETXT Type: view BASIC

Material Discontinuation Type Text

I_MaterialDscontnTypeText is a Basic CDS View that provides data about "Material Discontinuation Type Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields MatlCompDiscontinuationType, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

NameValueLevelField
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Material Discontinuation Type Text view
AbapCatalog.sqlViewName IMATLDISCTYPETXT view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
AccessControl.authorizationCheck #NOT_ALLOWED view
ObjectModel.representativeKey MatlCompDiscontinuationType view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY MatlCompDiscontinuationType
KEY Language
MatlCompDscontnTypeName ddtext
_Language _Language
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Material Discontinuation Type Text'
@AbapCatalog.sqlViewName: 'IMATLDISCTYPETXT'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@AccessControl.authorizationCheck: #NOT_ALLOWED 
@ObjectModel.representativeKey: 'MatlCompDiscontinuationType'
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true 

/*+[hideWarning] { "IDS" : [ "KEY_CHECK", "CALCULATED_FIELD_CHECK" ]  } */
define view I_MaterialDscontnTypeText as select from dd07t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
  @ObjectModel.text.element: 'MatlCompDscontnTypeName'
  key cast(substring( domvalue_l, 1, 1) as kzaus) as MatlCompDiscontinuationType,
  @Semantics.language
  @ObjectModel.foreignKey.association: '_Language'
  key cast( ddlanguage as spras ) as Language,
  @Semantics.text:true
  ddtext as MatlCompDscontnTypeName,
  _Language

}
where domname = 'KZAUS' and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/