I_ProductDistributionProfile

DDL: I_PRODUCTDISTRIBUTIONPROFILE SQL: IPRODDISTRPROF Type: view BASIC

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)

SourceAliasJoin Type
tmfpf tmfpf from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProductDistributionProfileT _Text

Annotations (15)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/