I_PurchaseRequisitionType

DDL: I_PURCHASEREQUISITIONTYPE SQL: IPURREQNTYPE Type: view BASIC

Purchase Requisition Document Type

I_PurchaseRequisitionType is a Basic CDS View (Dimension) that provides data about "Purchase Requisition Document Type" in SAP S/4HANA. It reads from 1 data source (I_PurchasingDocumentType) and exposes 5 fields with key field PurchaseRequisitionType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingDocumentType I_PurchasingDocumentType from

Associations (1)

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

Annotations (17)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey PurchaseRequisitionType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
AbapCatalog.sqlViewName IPURREQNTYPE view
EndUserText.label Purchase Requisition Document Type view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
Search.searchable true view
Analytics.dataExtraction.enabled true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY PurchaseRequisitionType PurchasingDocumentType
PurchasingDocumentSubtype PurchasingDocumentSubtype
PurgHasFlxblWorkflowApproval PurgHasFlxblWorkflowApproval
IsPurReqnOvrlRel IsPurReqnOvrlRel Is Overall Release Enabled
_Text _Text
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'PurchaseRequisitionType'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@AbapCatalog.sqlViewName: 'IPURREQNTYPE'
@EndUserText.label: 'Purchase Requisition Document Type'
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName:#LOCAL
@AccessControl.authorizationCheck:#NOT_REQUIRED
@VDM.viewType : #BASIC
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, 
                                     #CDS_MODELING_ASSOCIATION_TARGET, #SEARCHABLE_ENTITY,
                                     #EXTRACTION_DATA_SOURCE ]
@Search.searchable: true
@Analytics.dataExtraction.enabled: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Metadata.ignorePropagatedAnnotations:true

define view I_PurchaseRequisitionType
  as select from I_PurchasingDocumentType

  association [0..*] to I_PurchasingDocumentTypeText as _Text on  $projection.PurchaseRequisitionType    = _Text.PurchasingDocumentType
                                                              and _Text.PurchasingDocumentCategory = 'B'

{

      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key PurchasingDocumentType as PurchaseRequisitionType,
      PurchasingDocumentSubtype,
      PurgHasFlxblWorkflowApproval,
      @EndUserText.label: 'Is Overall Release Enabled'
      IsPurReqnOvrlRel,
      _Text
}
where
  PurchasingDocumentCategory = 'B'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PURCHASINGDOCUMENTTYPE"
],
"ASSOCIATED":
[
"I_PURCHASINGDOCUMENTTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/