C_PurchaseRequisitionTypeDP

DDL: C_PURCHASEREQUISITIONTYPEDP Type: view_entity CONSUMPTION Package: MM_PUR_MASTER_DATA_BDC

Purchase Requisition Type

C_PurchaseRequisitionTypeDP is a Consumption CDS View that provides data about "Purchase Requisition Type" in SAP S/4HANA. It reads from 1 data source (I_PurchaseRequisitionType) and exposes 5 fields with key field PurchaseRequisitionType. 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_PurchaseRequisitionType I_PurchaseRequisitionType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] C_PurchasingDocumentTypeTextDP _Text $projection.PurchaseRequisitionType = _Text.PurchasingDocumentType and _Text.PurchasingDocumentCategory = 'B'

Annotations (11)

NameValueLevelField
Metadata.allowExtensions true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Purchase Requisition Type view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #EXTERNAL_DATA_PROVIDER view
ObjectModel.representativeKey PurchaseRequisitionType view
ObjectModel.sapObjectNodeType.name PurchaseRequisitionType 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 (5)

KeyFieldSource TableSource FieldDescription
KEY PurchaseRequisitionType PurchaseRequisitionType
PurchasingDocumentSubtype PurchasingDocumentSubtype Control Indicator
PurgHasFlxblWorkflowApproval PurgHasFlxblWorkflowApproval
IsPurReqnOvrlRel IsPurReqnOvrlRel Is Overall Release Enabled
_Text _Text
@Metadata.allowExtensions: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Purchase Requisition Type'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #EXTERNAL_DATA_PROVIDER
@ObjectModel.representativeKey: 'PurchaseRequisitionType'
@ObjectModel.sapObjectNodeType.name: 'PurchaseRequisitionType'
@ObjectModel.supportedCapabilities: [ #EXTERNAL_DATA_PROVIDER ]
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #CONSUMPTION
define view entity C_PurchaseRequisitionTypeDP
  as select from I_PurchaseRequisitionType
  association [0..*] to C_PurchasingDocumentTypeTextDP as _Text on $projection.PurchaseRequisitionType = _Text.PurchasingDocumentType and _Text.PurchasingDocumentCategory = 'B'
{
  @ObjectModel.text.association: '_Text'
  key PurchaseRequisitionType,
  @EndUserText.label: 'Control Indicator'
  PurchasingDocumentSubtype,
  @Semantics.booleanIndicator: true
  PurgHasFlxblWorkflowApproval,
  @EndUserText.label: 'Is Overall Release Enabled'
  @Semantics.booleanIndicator: true
  IsPurReqnOvrlRel,
  _Text
}