I_LegalTransactionIntContact
Basic View for LCM LT Internal Contact
I_LegalTransactionIntContact is a Basic CDS View that provides data about "Basic View for LCM LT Internal Contact" in SAP S/4HANA. It reads from 1 data source (lcm_lt_intcont) and exposes 15 fields with key field LegalTransactionIntCntctUUID. It has 5 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| lcm_lt_intcont | lcm_lt_intcont | from |
Associations (5)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_LegalTransaction | _LegalTransaction | $projection.LegalTransactionUUID = _LegalTransaction.LegalTransactionUUID |
| [0..1] | I_LCMIntContactTypeText | _IntContactTypeText | $projection.LglCntntMIntCntctType = _IntContactTypeText.LglCntntMIntCntctType and _IntContactTypeText.Language = $session.system_language |
| [0..1] | I_LCMUserAddressAssignment | _InternalContact | $projection.LglCntntMIntCntctUser = _InternalContact.ContactCardID |
| [0..1] | I_LglCntntMIntCntctUsrTypeText | _LglCntntMIntCntctUsrTypeText | $projection.LglCntntMIntContactUserType = _LglCntntMIntCntctUsrTypeText.LglCntntMIntContactUserType and Language = $session.system_language |
| [0..*] | I_LglCntntMTeamUserList | _LglCntntMTeamUserList | $projection.LglCntntMIntContactTeam = _LglCntntMTeamUserList.LglCntntMIntContactTeam |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ILEGALTRINTCONT | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #BASIC | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ObjectModel.representativeKey | LegalTransactionIntCntctUUID | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| EndUserText.label | Basic View for LCM LT Internal Contact | view |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LegalTransactionIntCntctUUID | lcm_lt_intcont | legaltransactionintcntctuuid | |
| LglCntntMRank | lcm_lt_intcont | lglcntntmrank | ||
| LglCntntMIntCntctUser | lcm_lt_intcont | lglcntntmintcntctuser | ||
| LglCntntMIntContactTeam | lcm_lt_intcont | lglcntntmintcontactteam | ||
| LglCntntMIntCntctType | lcm_lt_intcont | lglcntntmintcntcttype | ||
| LglCntntMIntContactUserType | lcm_lt_intcont | lglcntntmintcontactusertype | ||
| LegalTransactionUUID | lcm_lt_intcont | legaltransactionuuid | ||
| LegalTransactionMandatoryFlag | lcm_lt_intcont | legaltransactionmandatoryflag | ||
| LglCntntMIsIntegRelevant | lcm_lt_intcont | lglcntntmisintegrelevant | ||
| LglCntntMIsAddedByIntegVarbl | lcm_lt_intcont | lglcntntmisaddedbyintegvarbl | ||
| _LegalTransaction | _LegalTransaction | |||
| _IntContactTypeText | _IntContactTypeText | |||
| _InternalContact | _InternalContact | |||
| _LglCntntMIntCntctUsrTypeText | _LglCntntMIntCntctUsrTypeText | |||
| _LglCntntMTeamUserList | _LglCntntMTeamUserList |
@AbapCatalog.sqlViewName: 'ILEGALTRINTCONT'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck:#CHECK
@VDM.viewType : #BASIC
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.personalData.blocking: #REQUIRED
@ObjectModel: {
representativeKey: 'LegalTransactionIntCntctUUID',
usageType.serviceQuality: #A,
usageType.sizeCategory: #L,
usageType.dataClass: #TRANSACTIONAL
}
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Basic View for LCM LT Internal Contact'
define view I_LegalTransactionIntContact
as select from lcm_lt_intcont
association [1..1] to I_LegalTransaction as _LegalTransaction on $projection.LegalTransactionUUID = _LegalTransaction.LegalTransactionUUID
//ESH associations
association [0..1] to I_LCMIntContactTypeText as _IntContactTypeText on $projection.LglCntntMIntCntctType = _IntContactTypeText.LglCntntMIntCntctType
and _IntContactTypeText.Language = $session.system_language
association [0..1] to I_LCMUserAddressAssignment as _InternalContact on $projection.LglCntntMIntCntctUser = _InternalContact.ContactCardID
association [0..1] to I_LglCntntMIntCntctUsrTypeText as _LglCntntMIntCntctUsrTypeText on $projection.LglCntntMIntContactUserType = _LglCntntMIntCntctUsrTypeText.LglCntntMIntContactUserType
and Language = $session.system_language
association [0..*] to I_LglCntntMTeamUserList as _LglCntntMTeamUserList on $projection.LglCntntMIntContactTeam = _LglCntntMTeamUserList.LglCntntMIntContactTeam
{
key lcm_lt_intcont.legaltransactionintcntctuuid as LegalTransactionIntCntctUUID,
lcm_lt_intcont.lglcntntmrank as LglCntntMRank,
lcm_lt_intcont.lglcntntmintcntctuser as LglCntntMIntCntctUser,
lcm_lt_intcont.lglcntntmintcontactteam as LglCntntMIntContactTeam,
lcm_lt_intcont.lglcntntmintcntcttype as LglCntntMIntCntctType,
lcm_lt_intcont.lglcntntmintcontactusertype as LglCntntMIntContactUserType,
lcm_lt_intcont.legaltransactionuuid as LegalTransactionUUID,
lcm_lt_intcont.legaltransactionmandatoryflag as LegalTransactionMandatoryFlag,
lcm_lt_intcont.lglcntntmisintegrelevant as LglCntntMIsIntegRelevant,
@Semantics.booleanIndicator: true
lcm_lt_intcont.lglcntntmisaddedbyintegvarbl as LglCntntMIsAddedByIntegVarbl,
_LegalTransaction,
_IntContactTypeText,
_InternalContact,
_LglCntntMIntCntctUsrTypeText,
_LglCntntMTeamUserList
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"LCM_LT_INTCONT"
],
"ASSOCIATED":
[
"I_LCMINTCONTACTTYPETEXT",
"I_LCMUSERADDRESSASSIGNMENT",
"I_LEGALTRANSACTION",
"I_LGLCNTNTMINTCNTCTUSRTYPETEXT",
"I_LGLCNTNTMTEAMUSERLIST"
],
"BASE":
[],
"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