I_MltplSpecObjectType

DDL: I_MLTPLSPECOBJECTTYPE Type: view_entity BASIC Package: VDM_QM_PLANNING

Multiple Specification Object Type

I_MltplSpecObjectType is a Basic CDS View that provides data about "Multiple Specification Object Type" in SAP S/4HANA. It reads from 1 data source (tqms1) and exposes 2 fields with key field MultipleSpecificationObjType. It has 1 association to related views. Part of development package VDM_QM_PLANNING.

Data Sources (1)

SourceAliasJoin Type
tqms1 tqms1 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MltplSpecObjectTypeText _Text $projection.MultipleSpecificationObjType = _Text.MultipleSpecificationObjType

Annotations (9)

NameValueLevelField
EndUserText.label Multiple Specification Object Type view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #CHECK view
ObjectModel.representativeKey MultipleSpecificationObjType view
Analytics.technicalName IMLTPLSPECOBJTYP view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MultipleSpecificationObjType objecttype
_Text _Text
@EndUserText.label: 'Multiple Specification Object Type'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.representativeKey: 'MultipleSpecificationObjType'
@Analytics.technicalName: 'IMLTPLSPECOBJTYP'
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #M, dataClass: #TRANSACTIONAL }
@Metadata.ignorePropagatedAnnotations: true

define view entity I_MltplSpecObjectType
  as select from tqms1
  association [0..*] to I_MltplSpecObjectTypeText as _Text on $projection.MultipleSpecificationObjType = _Text.MultipleSpecificationObjType
{
      @ObjectModel.text.association: '_Text'
  key objecttype as MultipleSpecificationObjType,

      //Associations

      _Text
}