I_LCMCtxIntContactTP

DDL: I_LCMCTXINTCONTACTTP Type: view_entity TRANSACTIONAL

Tr. Process. view for LCM Int. Contact

I_LCMCtxIntContactTP is a Transactional CDS View that provides data about "Tr. Process. view for LCM Int. Contact" in SAP S/4HANA. It reads from 1 data source (I_LCMCtxIntContact) and exposes 16 fields with key field LglCntntMCntxtIntCntctUUID. It has 5 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_LCMCtxIntContact I_LCMCtxIntContact from

Associations (5)

CardinalityTargetAliasCondition
[0..*] I_LglCntntMCstmIntCntctTypeTxt _LglCntntMCstmIntCntctTypeTxt $projection.LglCntntMIntCntctType = _LglCntntMCstmIntCntctTypeTxt.LglCntntMIntCntctType
[0..1] I_LglCntntMUserValueHelp _LCMUserValueHelp _LCMUserValueHelp.UserID = $projection.LglCntntMIntCntctUser
[0..1] I_LCMUserContactCard _CreatedByContactCard _CreatedByContactCard.ContactCardType = 'User' and _CreatedByContactCard.ContactCardID = $projection.LglCntntMIntCntctUser and _CreatedByContactCard.ContactCardRole = 'Creator'
[0..*] I_LglCntntMIntCntctUsrTypeText _LglCntntMIntCntctUsrTypeText $projection.LglCntntMIntContactUserType = _LglCntntMIntCntctUsrTypeText.LglCntntMIntContactUserType
[0..1] I_LglCntntMIntContactTeam _LglCntntMIntContactTeam $projection.LglCntntMIntContactTeam = _LglCntntMIntContactTeam.LglCntntMIntContactTeam

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
VDM.viewType #TRANSACTIONAL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
EndUserText.label Tr. Process. view for LCM Int. Contact view

Fields (16)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMCntxtIntCntctUUID LglCntntMCntxtIntCntctUUID
LglCntntMContextUUID LglCntntMContextUUID
LglCntntMRank LglCntntMRank
LglCntntMIntCntctUser LglCntntMIntCntctUser
LglCntntMIntContactTeam LglCntntMIntContactTeam
LglCntntMIntCntctType LglCntntMIntCntctType
LglCntntMIntContactUserType LglCntntMIntContactUserType
LglCntntMIsMandatory LglCntntMIsMandatory
LglCntntMIsIntegRelevant LglCntntMIsIntegRelevant
_LglCntntMContext _LglCntntMContext
_LCMContextTP _LCMContextTP
_LglCntntMCstmIntCntctTypeTxt _LglCntntMCstmIntCntctTypeTxt
_CreatedByContactCard _CreatedByContactCard
_LCMUserValueHelp _LCMUserValueHelp
_LglCntntMIntCntctUsrTypeText _LglCntntMIntCntctUsrTypeText
_LglCntntMIntContactTeam _LglCntntMIntContactTeam
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED
@VDM.viewType : #TRANSACTIONAL
@ObjectModel:{
              usageType.dataClass:  #TRANSACTIONAL,
              usageType.serviceQuality: #C,
              usageType.sizeCategory: #L


                                                        }
@AccessControl.privilegedAssociations:  [ '_CreatedByContactCard','_LCMUserValueHelp' ]
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Tr. Process. view for LCM Int. Contact'
define view entity I_LCMCtxIntContactTP
  as select from I_LCMCtxIntContact
  association        to parent I_LCMContextTP          as _LCMContextTP                 on  $projection.LglCntntMContextUUID = _LCMContextTP.LglCntntMContextUUID


  association [0..*] to I_LglCntntMCstmIntCntctTypeTxt as _LglCntntMCstmIntCntctTypeTxt on  $projection.LglCntntMIntCntctType = _LglCntntMCstmIntCntctTypeTxt.LglCntntMIntCntctType
  association [0..1] to I_LglCntntMUserValueHelp       as _LCMUserValueHelp             on  _LCMUserValueHelp.UserID = $projection.LglCntntMIntCntctUser
  association [0..1] to I_LCMUserContactCard           as _CreatedByContactCard         on  _CreatedByContactCard.ContactCardType = 'User'
                                                                                        and _CreatedByContactCard.ContactCardID   = $projection.LglCntntMIntCntctUser
                                                                                        and _CreatedByContactCard.ContactCardRole = 'Creator'

  association [0..*] to I_LglCntntMIntCntctUsrTypeText as _LglCntntMIntCntctUsrTypeText on  $projection.LglCntntMIntContactUserType = _LglCntntMIntCntctUsrTypeText.LglCntntMIntContactUserType
  association [0..1] to I_LglCntntMIntContactTeam      as _LglCntntMIntContactTeam      on  $projection.LglCntntMIntContactTeam = _LglCntntMIntContactTeam.LglCntntMIntContactTeam

{

  key    LglCntntMCntxtIntCntctUUID,

         @ObjectModel.foreignKey.association: '_LCMContextTP'
         LglCntntMContextUUID,

         LglCntntMRank,

         LglCntntMIntCntctUser,

         LglCntntMIntContactTeam,

         LglCntntMIntCntctType,

         LglCntntMIntContactUserType,

         LglCntntMIsMandatory,

         LglCntntMIsIntegRelevant,

         //Authorization

         _LglCntntMContext,

         //Draft


         _LCMContextTP,

         _LglCntntMCstmIntCntctTypeTxt,
         _CreatedByContactCard,
         _LCMUserValueHelp,

         _LglCntntMIntCntctUsrTypeText,
         _LglCntntMIntContactTeam
}