R_LegalDocAgreementTP
LCM Document Agreement
R_LegalDocAgreementTP is a Transactional CDS View that provides data about "LCM Document Agreement" in SAP S/4HANA. It reads from 1 data source (I_LglCntntMDocAgreement) and exposes 13 fields with key field LglCntntMAgreementUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_LglCntntMDocAgreement | I_LglCntntMDocAgreement | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| EndUserText.label | LCM Document Agreement | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LglCntntMAgreementUUID | LglCntntMAgreementUUID | ||
| LglCntntMDocumentUUID | LglCntntMDocumentUUID | |||
| LglCntntMContractTypeName | LglCntntMContractTypeName | |||
| LglCntntMAgreementTemplateID | LglCntntMAgreementTemplateID | |||
| LglCntntMAgreementSystemID | LglCntntMAgreementSystemID | |||
| LglCntntMLogHandler | LglCntntMLogHandler | |||
| LglCntntMCreatedUTCDateTime | LglCntntMCreatedUTCDateTime | |||
| LglCntntMCreatedByUser | LglCntntMCreatedByUser | |||
| LglCntntMChangedByUser | LglCntntMChangedByUser | |||
| _ChangedBy | _ChangedBy | |||
| _CreatedBy | _CreatedBy | |||
| _DocumentAuth | _DocumentAuth | |||
| _Document | _Document |
@AccessControl:{
authorizationCheck:#MANDATORY,
personalData.blocking: #BLOCKED_DATA_EXCLUDED
}
@EndUserText.label: 'LCM Document Agreement'
@ObjectModel: {
usageType: {
sizeCategory: #L,
serviceQuality: #C,
dataClass:#TRANSACTIONAL
}
}
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Metadata.ignorePropagatedAnnotations:true
define view entity R_LegalDocAgreementTP
as select from I_LglCntntMDocAgreement
association to parent R_LegalDocumentTP as _Document on $projection.LglCntntMDocumentUUID = _Document.LglCntntMDocumentUUID
{
key LglCntntMAgreementUUID,
LglCntntMDocumentUUID,
LglCntntMContractTypeName,
LglCntntMAgreementTemplateID,
LglCntntMAgreementSystemID,
LglCntntMLogHandler,
LglCntntMCreatedUTCDateTime,
LglCntntMCreatedByUser,
// LglCntntMChangedUTCDateTime,
LglCntntMChangedByUser,
/* Associations */
_ChangedBy,
_CreatedBy,
_DocumentAuth,
_Document
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LGLCNTNTMDOCAGREEMENT"
],
"ASSOCIATED":
[
"I_LCMDOCUMENT",
"I_LCMUSERADDRESSASSIGNMENT",
"R_LEGALDOCUMENTTP"
],
"BASE":
[
"I_LGLCNTNTMDOCAGREEMENT"
],
"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