I_MltplSpecObjectText

DDL: I_MLTPLSPECOBJECTTEXT SQL: IMLTPLSPECOBJT Type: view BASIC

Multiple Specification Object - Text

I_MltplSpecObjectText is a Basic CDS View that provides data about "Multiple Specification Object - Text" in SAP S/4HANA. It reads from 1 data source (tqms2t) and exposes 5 fields with key fields MultipleSpecificationObject, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
tqms2t tqms2t from

Associations (2)

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

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IMLTPLSPECOBJT view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Multiple Specification Object - Text view
VDM.viewType #BASIC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey MultipleSpecificationObject view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY MultipleSpecificationObject object
KEY Language langu
MltplSpecObjectText description
_Language _Language
_MltplSpecObject _MltplSpecObject
@AbapCatalog.sqlViewName: 'IMLTPLSPECOBJT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Multiple Specification Object - Text'
@VDM.viewType: #BASIC
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'MultipleSpecificationObject'
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING }
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT

define view I_MltplSpecObjectText
  as select from tqms2t
  association [0..1] to I_MltplSpecObject as _MltplSpecObject on $projection.MultipleSpecificationObject = _MltplSpecObject.MultipleSpecificationObject

  association [0..1] to I_Language        as _Language        on $projection.Language = _Language.Language
{
  key object      as MultipleSpecificationObject,
      @Semantics.language: true
  key langu       as Language,
      @Semantics.text: true
      description as MltplSpecObjectText,
      //Association

      _Language,
      _MltplSpecObject
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TQMS2T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_MLTPLSPECOBJECT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/