I_ProductDistributionProfile
Product Distribution Profile
I_ProductDistributionProfile is a Basic CDS View that provides data about "Product Distribution Profile" in SAP S/4HANA. It reads from 1 data source (tmfpf) and exposes 2 fields with key field ProductDistributionProfile. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tmfpf | tmfpf | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ProductDistributionProfileT | _Text | |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPRODDISTRPROF | view | |
| EndUserText.label | Product Distribution Profile | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.compositionRoot | true | view | |
| ObjectModel.sapObjectNodeType.name | ProductDistributionProfile | view | |
| ObjectModel.representativeKey | ProductDistributionProfile | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #BASIC | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProductDistributionProfile | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IPRODDISTRPROF'
@EndUserText.label: 'Product Distribution Profile'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel: {
supportedCapabilities: [#SQL_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE,#VALUE_HELP_PROVIDER],
compositionRoot: true,
sapObjectNodeType.name: 'ProductDistributionProfile',
representativeKey: 'ProductDistributionProfile',
usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
usageType.dataClass: #CUSTOMIZING
}
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
define root view I_ProductDistributionProfile
as select from tmfpf
composition [0..*] of I_ProductDistributionProfileT as _Text
{
@ObjectModel.text.association: '_Text'
key cast(fprfm as productdistributionprofile preserving type ) as ProductDistributionProfile,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TMFPF"
],
"ASSOCIATED":
[
"I_PRODUCTDISTRIBUTIONPROFILET"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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