R_LegalTransExternalContactTP
Legal Transaction External Contacts
R_LegalTransExternalContactTP is a Transactional CDS View that provides data about "Legal Transaction External Contacts" in SAP S/4HANA. It reads from 1 data source (I_LegalTransactionExtContact) and exposes 9 fields with key field LegalTransactionExtCntctUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_LegalTransactionExtContact | I_LegalTransactionExtContact | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Legal Transaction External Contacts | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LegalTransactionExtCntctUUID | LegalTransactionExtCntctUUID | ||
| LglCntntMRank | LglCntntMRank | |||
| LglCntntMExtCntctBP | LglCntntMExtCntctBP | |||
| LglCntntMExtCntctType | LglCntntMExtCntctType | |||
| LegalTransactionUUID | LegalTransactionUUID | |||
| LegalTransactionMandatoryFlag | LegalTransactionMandatoryFlag | |||
| LglCntntMIsIntegRelevant | LglCntntMIsIntegRelevant | |||
| LglCntntMIsAddedByIntegVarbl | LglCntntMIsAddedByIntegVarbl | |||
| _LegalTransaction | _LegalTransaction |
@AccessControl:{
authorizationCheck: #CHECK,
personalData.blocking: #BLOCKED_DATA_EXCLUDED
}
@ObjectModel: {
usageType: {
sizeCategory: #L,
serviceQuality: #A,
dataClass:#TRANSACTIONAL
}
}
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Metadata.ignorePropagatedAnnotations:true
@EndUserText.label: 'Legal Transaction External Contacts'
define view entity R_LegalTransExternalContactTP
as select from I_LegalTransactionExtContact
association to parent R_LegalTransactionTP as _LegalTransaction on $projection.LegalTransactionUUID = _LegalTransaction.LegalTransactionUUID
{
key LegalTransactionExtCntctUUID as LegalTransactionExtCntctUUID,
LglCntntMRank as LglCntntMRank,
LglCntntMExtCntctBP as LglCntntMExtCntctBP,
LglCntntMExtCntctType as LglCntntMExtCntctType,
LegalTransactionUUID as LegalTransactionUUID,
LegalTransactionMandatoryFlag as LegalTransactionMandatoryFlag,
@Semantics.booleanIndicator: true
LglCntntMIsIntegRelevant as LglCntntMIsIntegRelevant,
@Semantics.booleanIndicator: true
LglCntntMIsAddedByIntegVarbl as LglCntntMIsAddedByIntegVarbl,
/* Associations */
_LegalTransaction
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LEGALTRANSACTIONEXTCONTACT"
],
"ASSOCIATED":
[
"R_LEGALTRANSACTIONTP"
],
"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