C_PricingDateControlDP

DDL: C_PRICINGDATECONTROLDP Type: view_entity CONSUMPTION Package: MM_PUR_MASTER_DATA_BDC

Pricing Date Control

C_PricingDateControlDP is a Consumption CDS View that provides data about "Pricing Date Control" in SAP S/4HANA. It reads from 1 data source (I_PricingDateControl) and exposes 2 fields with key field PricingDateControl. 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)

SourceAliasJoin Type
I_PricingDateControl I_PricingDateControl from

Associations (1)

CardinalityTargetAliasCondition
[0..*] C_PricingDateControlTextDP _Text

Annotations (11)

NameValueLevelField
Metadata.allowExtensions true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Pricing Date Control view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #EXTERNAL_DATA_PROVIDER view
ObjectModel.representativeKey PricingDateControl view
ObjectModel.sapObjectNodeType.name PricingDateControl view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
DP_PROCMTCONFIGURATIONDATA DP_PROCMTCONFIGURATIONDATA C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PricingDateControl PricingDateControl
_Text _Text
@Metadata.allowExtensions: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Pricing Date Control'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #EXTERNAL_DATA_PROVIDER
@ObjectModel.representativeKey: 'PricingDateControl'
@ObjectModel.sapObjectNodeType.name: 'PricingDateControl'
@ObjectModel.supportedCapabilities: [ #EXTERNAL_DATA_PROVIDER ]
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #CONSUMPTION
define root view entity C_PricingDateControlDP
  as select from I_PricingDateControl
  composition [0..*] of C_PricingDateControlTextDP as _Text
{
  @ObjectModel.text.association: '_Text'
  key PricingDateControl,
  _Text
}