I_PURCHASECONTRACTTYPE

CDS View

Purchase Contract Type

I_PURCHASECONTRACTTYPE is a CDS View in S/4HANA. Purchase Contract Type. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_PurchaseContractTypeDP view_entity from CONSUMPTION Purchase Contract Type
@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'