I_PurchasingObjectCategory

DDL: I_PURCHASINGOBJECTCATEGORY SQL: IMMPUROBJCAT Type: view BASIC Package: VDM_MM_GF

Purchasing Object Category

I_PurchasingObjectCategory is a Basic CDS View (Dimension) that provides data about "Purchasing Object Category" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field PurchasingDocumentCategory. It has 1 association to related views. Part of development package VDM_MM_GF.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PurchasingObjectCategoryText _Text $projection.PurchasingDocumentCategory = _Text.PurchasingDocumentCategory

Annotations (22)

NameValueLevelField
AbapCatalog.sqlViewName IMMPUROBJCAT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Purchasing Object Category view
ObjectModel.sapObjectNodeType.name PurchasingDocumentCategory view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.compositionRoot true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey PurchasingDocumentCategory view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PurchasingDocumentCategory
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'IMMPUROBJCAT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory:#DIMENSION
@Analytics.dataExtraction.enabled: true 
@Analytics.internalName: #LOCAL         
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Purchasing Object Category'
@ObjectModel.sapObjectNodeType.name:'PurchasingDocumentCategory'
@Metadata.ignorePropagatedAnnotations: true 
@ObjectModel.compositionRoot: true 
@ObjectModel.dataCategory: #VALUE_HELP  
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION   
@ObjectModel.representativeKey: 'PurchasingDocumentCategory'
@ObjectModel.resultSet.sizeCategory: #XS  
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION,
                                     #CDS_MODELING_ASSOCIATION_TARGET,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #EXTRACTION_DATA_SOURCE,
                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE,
                                     #VALUE_HELP_PROVIDER]  
@ObjectModel.usageType.dataClass: #META  
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true 
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API  
@VDM.viewType: #BASIC
define view I_PurchasingObjectCategory
  as select from dd07l
  association [0..*] to I_PurchasingObjectCategoryText as _Text on $projection.PurchasingDocumentCategory = _Text.PurchasingDocumentCategory
{
  key cast ( substring( domvalue_l, 1, 1 ) as ebstyp ) as PurchasingDocumentCategory,
      @Analytics.hidden: true      
      @Consumption.hidden: true 
      @Search.defaultSearchElement: true 
      @Search.ranking: #HIGH
      dd07l.domvalue_l                                 as DomainValue, 
      @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]  
      _Text
}
where
      domname  = 'BSTYP'
  and as4local = 'A'
  and as4vers  = '0000'