I_RenegttnSourceReferenceType
Renegotiation Source Reference Type
I_RenegttnSourceReferenceType is a Basic CDS View (Dimension) that provides data about "Renegotiation Source Reference Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field RenegotiationSourceRefType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_RenegttnSrceRefTypeText | _Text | |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Renegotiation Source Reference Type | view | |
| Analytics.internalName | #LOCAL | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.representativeKey | RenegotiationSourceRefType | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Analytics.technicalName | IRNGNSRCREFTYPE | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RenegotiationSourceRefType | |||
| _Text | _Text |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Renegotiation Source Reference Type'
@Analytics.internalName:#LOCAL
@Analytics.dataCategory:#DIMENSION
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel:{representativeKey: 'RenegotiationSourceRefType',
usageType.dataClass: #MASTER,
usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ] }
@VDM:{
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@Metadata.ignorePropagatedAnnotations: true
@Analytics.technicalName: 'IRNGNSRCREFTYPE'
define root view entity I_RenegttnSourceReferenceType
as select from dd07l
composition [0..*] of I_RenegttnSrceRefTypeText as _Text
{
@ObjectModel.text.association: '_Text'
key cast ( domvalue_l as mmpur_renegosourcereftype ) as RenegotiationSourceRefType ,
_Text
}
where
domname = 'MMPUR_RENEGOSOURCEREFTYPE'
and as4local = 'A'
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