I_PurchaseContractType

DDL: I_PURCHASECONTRACTTYPE SQL: IMMPURCONTRTYPE Type: view BASIC Package: VDM_MM_PUR_CON

Purchase Contract Type

I_PurchaseContractType is a Basic CDS View (Dimension) that provides data about "Purchase Contract Type" in SAP S/4HANA. It reads from 1 data source (I_PurchasingDocumentType) and exposes 2 fields with key field PurchaseContractType. It has 1 association to related views. Part of development package VDM_MM_PUR_CON.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingDocumentType I_PurchasingDocumentType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PurchasingDocumentTypeText _Text $projection.PurchaseContractType = _Text.PurchasingDocumentType and _Text.PurchasingDocumentCategory = 'K'

Annotations (19)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey PurchaseContractType view
ObjectModel.sapObjectNodeType.name PurchaseContractType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
AbapCatalog.sqlViewName IMMPURCONTRTYPE view
EndUserText.label Purchase Contract 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
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PurchaseContractType PurchasingDocumentType
_Text _Text
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE 
@ObjectModel.representativeKey: 'PurchaseContractType'
@ObjectModel.sapObjectNodeType.name: 'PurchaseContractType'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #ANALYTICAL_DIMENSION ]
@AbapCatalog.sqlViewName: 'IMMPURCONTRTYPE'
@EndUserText.label: 'Purchase Contract Type'
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName:#LOCAL
@AccessControl.authorizationCheck:#NOT_REQUIRED
@VDM.viewType : #BASIC
@Search.searchable: true
@Analytics.dataExtraction.enabled: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
define root view I_PurchaseContractType as select from I_PurchasingDocumentType
association [0..*] to I_PurchasingDocumentTypeText as _Text on  $projection.PurchaseContractType = _Text.PurchasingDocumentType
                                                            and _Text.PurchasingDocumentCategory = 'K'
 {
 
    @ObjectModel.text.association: '_Text'
    @Search.defaultSearchElement: true
    @Search.fuzzinessThreshold: 0.8
    @Search.ranking: #HIGH
    key PurchasingDocumentType as PurchaseContractType,
    _Text 

}
where
       PurchasingDocumentCategory = 'K'