I_IMFGORDEROBJPGCONTACTS

CDS View

Manufacturing Order Contacts

I_IMFGORDEROBJPGCONTACTS is a CDS View in S/4HANA. Manufacturing Order Contacts. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_MfgOrderObjPgContacts view_entity inner CONSUMPTION Mfg Order Object Page Contacts
C_Pproutingobjpgcont view_entity inner CONSUMPTION Routing Object Page Contacts

Fields (2)

KeyField CDS FieldsUsed in Views
KEY InteractionContactType InteractionContactType 2
ContactCard ContactCard 1
@EndUserText.label: 'Manufacturing Order Contacts'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #L, dataClass: #MIXED}
@Metadata.ignorePropagatedAnnotations: true
define view entity I_IMfgOrderObjPgContacts
  as select from I_Mfgorderobjpgconttype

  association [0..*] to I_MfgOrderObjPgContTypeText as _Text on $projection.InteractionContactType = _Text.InteractionContactType
{
  key     InteractionContactType,
  key     DomainValue,
  key     _Text.Language,
          @Semantics.text: true
          _Text.ContactCard as ContactCard,
          _Text
} 
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MFGORDEROBJPGCONTTYPE",
"I_MFGORDEROBJPGCONTTYPETEXT"
],
"ASSOCIATED":
[
"I_MFGORDEROBJPGCONTTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/