I_LCMCtxExtContactTP

DDL: I_LCMCTXEXTCONTACTTP Type: view_entity TRANSACTIONAL

Tr. Process. view for LCM Ext. Contact

I_LCMCtxExtContactTP is a Transactional CDS View that provides data about "Tr. Process. view for LCM Ext. Contact" in SAP S/4HANA. It reads from 1 data source (I_LCMCtxExtContact) and exposes 11 fields with key field LglCntntMCntxtExtCntctUUID. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_LCMCtxExtContact I_LCMCtxExtContact from

Associations (2)

CardinalityTargetAliasCondition
[0..*] I_BusinessPartnerDefaultAddr _DefaultAddress $projection.LglCntntMExtCntctBP = _DefaultAddress.BusinessPartner
[0..*] I_LCMExtContactTypeText _LCMExtContactTypeText $projection.LglCntntMExtCntctType = _LCMExtContactTypeText.LglCntntMExtCntctType

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_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 Ext. Contact view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMCntxtExtCntctUUID LglCntntMCntxtExtCntctUUID
LglCntntMContextUUID LglCntntMContextUUID
LglCntntMRank LglCntntMRank
LglCntntMExtCntctBP LglCntntMExtCntctBP
LglCntntMExtCntctType LglCntntMExtCntctType
LglCntntMIsMandatory LglCntntMIsMandatory
LglCntntMIsIntegRelevant LglCntntMIsIntegRelevant
_LglCntntMContext _LglCntntMContext
_LCMContextTP _LCMContextTP
_DefaultAddress _DefaultAddress
_LCMExtContactTypeText _LCMExtContactTypeText
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM.viewType : #TRANSACTIONAL
@ObjectModel:{


              usageType.dataClass:  #TRANSACTIONAL,
              usageType.serviceQuality: #C,
              usageType.sizeCategory: #L

                                                        }
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Tr. Process. view for LCM Ext. Contact'
define view entity I_LCMCtxExtContactTP
  as select from I_LCMCtxExtContact
  association        to parent I_LCMContextTP        as _LCMContextTP          on $projection.LglCntntMContextUUID = _LCMContextTP.LglCntntMContextUUID
  //  association [0..1] to I_BusinessPartner            as _BusinessPartner       on $projection.LglCntntMExtCntctBP = _BusinessPartner.BusinessPartner

  association [0..*] to I_BusinessPartnerDefaultAddr as _DefaultAddress        on $projection.LglCntntMExtCntctBP = _DefaultAddress.BusinessPartner
  association [0..*] to I_LCMExtContactTypeText      as _LCMExtContactTypeText on $projection.LglCntntMExtCntctType = _LCMExtContactTypeText.LglCntntMExtCntctType
{

  key  LglCntntMCntxtExtCntctUUID,

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

       LglCntntMRank,

       LglCntntMExtCntctBP,


       LglCntntMExtCntctType,

       LglCntntMIsMandatory,

       LglCntntMIsIntegRelevant,

       //       concat_with_space( _BusinessPartner.FirstName, _BusinessPartner.LastName, 1 ) as LglCntntMExtCntctBPName,


       //Authorization

       _LglCntntMContext,

       //Draft


       _LCMContextTP,

       _DefaultAddress,

       _LCMExtContactTypeText

       //       _BusinessPartner

}