C_PurgProdMktbltyStatusTextDP
Purg Product Marketability Status - Text
C_PurgProdMktbltyStatusTextDP is a Consumption CDS View that provides data about "Purg Product Marketability Status - Text" in SAP S/4HANA. It reads from 1 data source (I_PurgProductMarketabilityStsT) and exposes 5 fields with key fields Language, PurgProductMarketabilityStatus. It has 1 association to related views. It is exposed through 1 OData service (DP_PROCMTCONFIGURATIONDATA). Part of development package MM_PUR_MASTER_DATA_BDC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PurgProductMarketabilityStsT | I_PurgProductMarketabilityStsT | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| Metadata.allowExtensions | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Purg Product Marketability Status - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #EXTERNAL_DATA_PROVIDER | view | |
| ObjectModel.representativeKey | PurgProductMarketabilityStatus | view | |
| ObjectModel.sapObjectNodeType.name | PurgProdMarketabilityStatusTxt | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #CONSUMPTION | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| DP_PROCMTCONFIGURATIONDATA | DP_PROCMTCONFIGURATIONDATA | C2 | NOT_RELEASED |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | Language | ||
| KEY | PurgProductMarketabilityStatus | PurgProductMarketabilityStatus | ||
| PurgProdMarketabilityStsName | PurgProdMarketabilityStsName | |||
| _PurgProductMarketabilitySts | _PurgProductMarketabilitySts | |||
| _Language | _Language |
@Metadata.allowExtensions: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Purg Product Marketability Status - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #EXTERNAL_DATA_PROVIDER
@ObjectModel.representativeKey: 'PurgProductMarketabilityStatus'
@ObjectModel.sapObjectNodeType.name: 'PurgProdMarketabilityStatusTxt'
@ObjectModel.supportedCapabilities: [ #EXTERNAL_DATA_PROVIDER ]
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #CONSUMPTION
define view entity C_PurgProdMktbltyStatusTextDP
as select from I_PurgProductMarketabilityStsT
association to parent C_PurgProdMktbltyStatusDP as _PurgProductMarketabilitySts on $projection.PurgProductMarketabilityStatus = _PurgProductMarketabilitySts.PurgProductMarketabilityStatus
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_Language'
@ObjectModel.sapObjectNodeTypeReference: ''
@Semantics.language: true
key Language,
@ObjectModel.foreignKey.association: '_PurgProductMarketabilitySts'
@ObjectModel.sapObjectNodeTypeReference: 'PurgProductMarketabilityStatus'
@ObjectModel.text.element: [ 'PurgProdMarketabilityStsName' ]
key PurgProductMarketabilityStatus,
@Semantics.text: true
PurgProdMarketabilityStsName,
_PurgProductMarketabilitySts,
_Language
}
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