I_PLMSIChgObjType

DDL: I_PLMSICHGOBJTYPE Type: view_entity BASIC Package: PLMS_BO_CO_ODATA

PLMSI Change Object Type Values

I_PLMSIChgObjType is a Basic CDS View that provides data about "PLMSI Change Object Type Values" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field PLMSIChgObjSAPType. It has 1 association to related views. Part of development package PLMS_BO_CO_ODATA.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PLMSIChgObjTypeText _Text

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label PLMSI Change Object Type Values view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey PLMSIChgObjSAPType view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PLMSIChgObjSAPType
DomainValue dd07l domvalue_l
_Text _Text
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'PLMSI Change Object Type Values'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.representativeKey: 'PLMSIChgObjSAPType'
//@Analytics.technicalName: 'PPLMSICOTYPE'

@Search.searchable: true

/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ]  } */
define root view entity I_PLMSIChgObjType
  as select from dd07l
  composition [0..*] of I_PLMSIChgObjTypeText as _Text
{
      @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as /plmf/co_type ) as PLMSIChgObjSAPType,

      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @Search.fuzzinessThreshold: 0.8
      dd07l.domvalue_l                          as DomainValue,
      _Text
}
where
      dd07l.domname  = '/PLMF/CO_TYPE'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'