I_LCMCtxIntContactTP
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)
| Source | Alias | Join Type |
|---|---|---|
| I_LCMCtxIntContact | I_LCMCtxIntContact | from |
Associations (5)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [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)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA