I_LCMCtxExtContactTP
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)
| Source | Alias | Join Type |
|---|---|---|
| I_LCMCtxExtContact | I_LCMCtxExtContact | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_BusinessPartnerDefaultAddr | _DefaultAddress | $projection.LglCntntMExtCntctBP = _DefaultAddress.BusinessPartner |
| [0..*] | I_LCMExtContactTypeText | _LCMExtContactTypeText | $projection.LglCntntMExtCntctType = _LCMExtContactTypeText.LglCntntMExtCntctType |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LCMCTXEXTCONTACT"
],
"ASSOCIATED":
[
"I_BUSINESSPARTNERDEFAULTADDR",
"I_LCMCONTEXT",
"I_LCMCONTEXTTP",
"I_LCMEXTCONTACTTYPETEXT"
],
"BASE":
[
"I_LCMCTXEXTCONTACT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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