C_PurchaseOrderTypeDP

DDL: C_PURCHASEORDERTYPEDP Type: view_entity CONSUMPTION Package: MM_PUR_MASTER_DATA_BDC

Purchase Order Type

C_PurchaseOrderTypeDP is a Consumption CDS View that provides data about "Purchase Order Type" in SAP S/4HANA. It reads from 1 data source (I_PurchaseOrderType) and exposes 6 fields with key field PurchaseOrderType. 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_PurchaseOrderType I_PurchaseOrderType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] C_PurchasingDocumentTypeTextDP _Text $projection.PurchaseOrderType = _Text.PurchasingDocumentType and _Text.PurchasingDocumentCategory = 'F'

Annotations (11)

NameValueLevelField
Metadata.allowExtensions true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Purchase Order Type view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #EXTERNAL_DATA_PROVIDER view
ObjectModel.representativeKey PurchaseOrderType view
ObjectModel.sapObjectNodeType.name PurchaseOrderType view
ObjectModel.usageType.dataClass #CUSTOMIZING 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 (6)

KeyFieldSource TableSource FieldDescription
KEY PurchaseOrderType PurchaseOrderType
PurchasingDocumentSubtype PurchasingDocumentSubtype
PurgDocFieldSelControlKey PurgDocFieldSelControlKey
PurgHasFlxblWorkflowApproval PurgHasFlxblWorkflowApproval
PartnerDeterminationProcedure PartnerDeterminationProcedure
_Text _Text
@Metadata.allowExtensions: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Purchase Order Type'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #EXTERNAL_DATA_PROVIDER
@ObjectModel.representativeKey: 'PurchaseOrderType'
@ObjectModel.sapObjectNodeType.name: 'PurchaseOrderType'
@ObjectModel.supportedCapabilities: [ #EXTERNAL_DATA_PROVIDER ]
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #CONSUMPTION
define root view entity C_PurchaseOrderTypeDP
  as select from I_PurchaseOrderType
  association [0..*] to C_PurchasingDocumentTypeTextDP as _Text on $projection.PurchaseOrderType = _Text.PurchasingDocumentType and _Text.PurchasingDocumentCategory = 'F'
{
  @ObjectModel.text.association: '_Text'
  key PurchaseOrderType,
  PurchasingDocumentSubtype,
  PurgDocFieldSelControlKey,
  @Semantics.booleanIndicator: true
  PurgHasFlxblWorkflowApproval,
  PartnerDeterminationProcedure,
  _Text
}