I_LglTransEntityAPI01
Entities of Legal Transaction
I_LglTransEntityAPI01 is a Composite CDS View that provides data about "Entities of Legal Transaction" in SAP S/4HANA. It reads from 1 data source (I_LegalTransactionEntity) and exposes 11 fields with key field LegalTransactionEntityUUID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_LegalTransactionEntity | I_LegalTransactionEntity | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_LegalTransactionAPI01 | _LegalTransaction | $projection.LegalTransactionUUID = _LegalTransaction.LegalTransactionUUID |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | ILTENTITYAPI01 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.representativeKey | LegalTransactionEntityUUID | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| EndUserText.label | Entities of Legal Transaction | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LegalTransactionEntityUUID | LegalTransactionEntityUUID | ||
| LglCntntMRank | LglCntntMRank | |||
| LglCntntMEntity | LglCntntMEntity | |||
| LglCntntMEntityType | LglCntntMEntityType | |||
| LglCntntMTechEntityType | LglCntntMTechEntityType | |||
| LegalTransactionUUID | I_LegalTransactionEntity | LegalTransactionUUID | ||
| LegalTransactionMandatoryFlag | LegalTransactionMandatoryFlag | |||
| LglCntntMIsMainEntity | LglCntntMIsMainEntity | |||
| LglCntntMIsIntegRelevant | LglCntntMIsIntegRelevant | |||
| LglCntntMIsAddedByIntegVarbl | LglCntntMIsAddedByIntegVarbl | |||
| _LegalTransaction | _LegalTransaction |
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'ILTENTITYAPI01'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType : #COMPOSITE
@ObjectModel: {
representativeKey: 'LegalTransactionEntityUUID',
usageType.serviceQuality: #C,
usageType.sizeCategory: #L,
usageType.dataClass: #TRANSACTIONAL
}
@Metadata.ignorePropagatedAnnotations:true
@AccessControl.personalData.blocking: #REQUIRED
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.supportedCapabilities:[ #SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET ]
@EndUserText.label: 'Entities of Legal Transaction'
define view I_LglTransEntityAPI01
as select from I_LegalTransactionEntity
association [1..1] to I_LegalTransactionAPI01 as _LegalTransaction on $projection.LegalTransactionUUID = _LegalTransaction.LegalTransactionUUID
{
key LegalTransactionEntityUUID,
LglCntntMRank,
LglCntntMEntity,
LglCntntMEntityType,
LglCntntMTechEntityType,
I_LegalTransactionEntity.LegalTransactionUUID,
LegalTransactionMandatoryFlag,
LglCntntMIsMainEntity,
LglCntntMIsIntegRelevant,
@Semantics.booleanIndicator: true
LglCntntMIsAddedByIntegVarbl,
/* Associations */
_LegalTransaction
}
where
_LegalTransaction.IsEndOfPurposeBlocked = ''
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