I_HDMRelationTP
HDM Relation - TP
I_HDMRelationTP is a Transactional CDS View that provides data about "HDM Relation - TP" in SAP S/4HANA. It reads from 1 data source (R_HDMRelationTP) and exposes 10 fields with key fields SAPObjectNodeType, LinkedSAPObjectKey, BaseObjectType, BaseObjectKey. Part of development package SECM_HDM_RAP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_HDMRelationTP | R_HDMRelationTP | projection |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | HDM Relation - TP | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.modelingPattern | #TRANSACTIONAL_INTERFACE | view | |
| ObjectModel.representativeKey | BaseObjectKey | view | |
| ObjectModel.sapObjectNodeType.name | HDMRelation | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SAPObjectNodeType | SAPObjectNodeType | ||
| KEY | LinkedSAPObjectKey | LinkedSAPObjectKey | ||
| KEY | BaseObjectType | BaseObjectType | ||
| KEY | BaseObjectKey | BaseObjectKey | ||
| HDMRelationIsLocked | HDMRelationIsLocked | |||
| CreatedByUserName | CreatedByUserName | |||
| HDMCreatedAtDateTime | HDMCreatedAtDateTime | |||
| ChangedByUserName | ChangedByUserName | |||
| HDMChangedAtDateTime | HDMChangedAtDateTime | |||
| _UserContactCard | _UserContactCard |
@EndUserText.label: 'HDM Relation - TP'
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@AccessControl.privilegedAssociations: ['_HarmonizedDocument',
'_UserContactCard' ]
@VDM :{ viewType: #TRANSACTIONAL,
lifecycle.contract.type: #PUBLIC_LOCAL_API,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]}
@ObjectModel: {usageType: { serviceQuality: #A,
sizeCategory: #S,
dataClass: #TRANSACTIONAL },
modelingPattern: #TRANSACTIONAL_INTERFACE,
supportedCapabilities: [#TRANSACTIONAL_PROVIDER],
representativeKey: 'BaseObjectKey',
sapObjectNodeType.name: 'HDMRelation',
semanticKey: [ 'SAPObjectNodeType', 'LinkedSAPObjectKey', 'BaseObjectType', 'BaseObjectKey' ]}
@Metadata.ignorePropagatedAnnotations: true
define root view entity I_HDMRelationTP
provider contract transactional_interface
as projection on R_HDMRelationTP
{
key SAPObjectNodeType,
key LinkedSAPObjectKey,
key BaseObjectType,
key BaseObjectKey,
//@Semantics.booleanIndicator: true
//HDMRelationIsFinal,
HDMRelationIsLocked,
CreatedByUserName,
@Semantics.systemDateTime.createdAt: true
HDMCreatedAtDateTime,
ChangedByUserName,
@Semantics.systemDateTime.lastChangedAt: true
HDMChangedAtDateTime,
/* Associations */
@ObjectModel.filter.enabled:false
@ObjectModel.sort.enabled:false
_HarmonizedDocument : redirected to I_HarmonizedDocumentTP,
@ObjectModel.filter.enabled: false
@ObjectModel.sort.enabled: false
_UserContactCard
}
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