I_ProductProfileCode
Product Profile Code
I_ProductProfileCode is a Basic CDS View (Dimension) that provides data about "Product Profile Code" in SAP S/4HANA. It reads from 1 data source (t141) and exposes 2 fields with key field ProductProfileCode. It has 1 association to related views. Part of development package VDM_MD_PRODUCT_DDIC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t141 | t141 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ProductProfileCodeText | _Text | $projection.ProductProfileCode = _Text.ProductProfileCode |
Annotations (18)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Product Profile Code | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AbapCatalog.entityBuffer.definitionAllowed | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.representativeKey | ProductProfileCode | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.sapObjectNodeType.name | ProductProfileCode | view | |
| ObjectModel.modelingPattern | #NONE | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.dataExtraction.delta.changeDataCapture.automatic | true | view | |
| VDM.viewType | #BASIC | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProductProfileCode | |||
| _Text | _Text |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Product Profile Code'
@Metadata.ignorePropagatedAnnotations: true
@AbapCatalog.entityBuffer.definitionAllowed: true
@ObjectModel: {
usageType:{
serviceQuality: #A,
sizeCategory: #M,
dataClass: #CUSTOMIZING
},
representativeKey: 'ProductProfileCode',
dataCategory: #VALUE_HELP,
sapObjectNodeType.name:'ProductProfileCode',
modelingPattern:#NONE
}
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#VALUE_HELP_PROVIDER,
#SEARCHABLE_ENTITY,
#ANALYTICAL_DIMENSION,
#EXTRACTION_DATA_SOURCE
]
@Analytics: {
dataCategory: #DIMENSION ,
internalName:#LOCAL,
dataExtraction: {
enabled: true,
delta.changeDataCapture.automatic: true
}
}
@VDM.viewType: #BASIC
@Search.searchable: true
@Consumption.ranked: true
define view entity I_ProductProfileCode as select from t141
association [0..*] to I_ProductProfileCodeText as _Text on $projection.ProductProfileCode = _Text.ProductProfileCode
{
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key cast(t141.mmsta as profilecode preserving type ) as ProductProfileCode,
_Text
}
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