I_MltplSpecObjectTypeText

DDL: I_MLTPLSPECOBJECTTYPETEXT SQL: IMLTPLSPECOBTYPT Type: view BASIC

Multiple Specification Obj Type - Text

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

Data Sources (1)

SourceAliasJoin Type
tqms1t tqms1t from

Associations (2)

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

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IMLTPLSPECOBTYPT view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Multiple Specification Obj Type - Text view
VDM.viewType #BASIC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey MultipleSpecificationObjType 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 MultipleSpecificationObjType objecttype
KEY Language langu
MltplSpecObjectTypeText description
_Language _Language
_MltplSpecObjectType _MltplSpecObjectType
@AbapCatalog.sqlViewName: 'IMLTPLSPECOBTYPT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Multiple Specification Obj Type - Text'
@VDM.viewType: #BASIC
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'MultipleSpecificationObjType'
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING }
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT

define view I_MltplSpecObjectTypeText
  as select from tqms1t
  association [0..1] to I_MltplSpecObjectType as _MltplSpecObjectType on $projection.MultipleSpecificationObjType = _MltplSpecObjectType.MultipleSpecificationObjType

  association [0..1] to I_Language            as _Language            on $projection.Language = _Language.Language
{
  key objecttype  as MultipleSpecificationObjType,
      @Semantics.language: true
  key langu       as Language,
      @Semantics.text: true
      description as MltplSpecObjectTypeText,

      //Association

      _Language,
      _MltplSpecObjectType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TQMS1T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_MLTPLSPECOBJECTTYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/