I_ProdProcurementType

DDL: I_PRODPROCUREMENTTYPE SQL: IPRDPROCTYPE Type: view BASIC

Product Procurement Type

I_ProdProcurementType is a Basic CDS View (Dimension) that provides data about "Product Procurement Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field ProcurementType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProdProcurementTypeText _Text $projection.ProcurementType = _Text.ProcurementType

Annotations (20)

NameValueLevelField
AbapCatalog.sqlViewName IPRDPROCTYPE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Product Procurement Type view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey ProcurementType view
ObjectModel.dataCategory #VALUE_HELP view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
Search.searchable true view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
ObjectModel.sapObjectNodeType.name ProcurementType view
Consumption.ranked true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ProcurementType
DomainValue domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'IPRDPROCTYPE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Product Procurement Type'
@ObjectModel: {
  usageType : {
    serviceQuality: #A,
    sizeCategory : #S,
    dataClass: #META
    },
  resultSet.sizeCategory: #XS,
  representativeKey: 'ProcurementType',
  dataCategory: #VALUE_HELP
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@Search.searchable: true
@Analytics:{
  dataCategory: #DIMENSION,
  internalName: #LOCAL
}
@ObjectModel.sapObjectNodeType.name:'ProcurementType'
@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations: true 
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_ASSOCIATION_TARGET,
                                      #ANALYTICAL_DIMENSION,
                                      #SQL_DATA_SOURCE,
                                      #CDS_MODELING_DATA_SOURCE,
                                      #SEARCHABLE_ENTITY ]
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
define view I_ProdProcurementType
  as select from dd07l
  association [0..*] to I_ProdProcurementTypeText as _Text on $projection.ProcurementType = _Text.ProcurementType
{
       @ObjectModel.text.association: '_Text'
  key  cast ( domvalue_l as beskz ) as ProcurementType,
       @Search: {
         defaultSearchElement: true,
         fuzzinessThreshold: 0.8,
         ranking: #HIGH
       }
       @Consumption.hidden: true
       domvalue_l                   as DomainValue,
       _Text
}
where
      dd07l.domname  = 'BESKZ'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PRODPROCUREMENTTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/