I_CustomerPurchaseOrderType

DDL: I_CUSTOMERPURCHASEORDERTYPE SQL: ICUSTPOTYPE Type: view BASIC Package: VDM_SD_SLS_GF

Customer Purchase Order Type

I_CustomerPurchaseOrderType is a Basic CDS View (Dimension) that provides data about "Customer Purchase Order Type" in SAP S/4HANA. It reads from 1 data source (t176) and exposes 2 fields with key field CustomerPurchaseOrderType. It has 1 association to related views. It is exposed through 5 OData services (C_SALESORDERMANAGE_SD, UI_RFM_PRVSNLSLSCONTR, UI_RFM_SLSORD_PRGS_MONITOR, ...). Part of development package VDM_SD_SLS_GF.

Data Sources (1)

SourceAliasJoin Type
t176 t176 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CustomerPurchaseOrderTypeTxt _Text $projection.CustomerPurchaseOrderType = _Text.CustomerPurchaseOrderType

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName ICUSTPOTYPE view
EndUserText.label Customer Purchase Order Type view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey CustomerPurchaseOrderType view
ObjectModel.sapObjectNodeType.name PurchaseOrderTypeByCustomer view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
Consumption.ranked true view

OData Services (5)

ServiceBindingVersionContractRelease
C_SALESORDERMANAGE_SD C_SALESORDERMANAGE_SRV V4 C1 NOT_RELEASED
UI_RFM_PRVSNLSLSCONTR UI_RFM_PRVSNLSLSCONTR V2 C1 NOT_RELEASED
UI_RFM_SLSORD_PRGS_MONITOR UI_RFM_SLSORD_PRGS_MONITOR V2 C1 NOT_RELEASED
UI_SALESDOCUMENTMANAGE UI_SALESDOCUMENTMANAGE V4 C1 NOT_RELEASED
UI_SLSORDERWITHOUTCHARGEMANAGE UI_SLSORDERWITHOUTCHARGEMANAGE V4 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CustomerPurchaseOrderType t176 bsark
_Text _Text
@AbapCatalog.sqlViewName: 'ICUSTPOTYPE'
@EndUserText.label: 'Customer Purchase Order Type'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
  representativeKey: 'CustomerPurchaseOrderType',
  sapObjectNodeType.name: 'PurchaseOrderTypeByCustomer',
  usageType: {
    dataClass: #META,
    serviceQuality: #A,
    sizeCategory: #S
  },
  supportedCapabilities: [ #ANALYTICAL_DIMENSION, 
                           #CDS_MODELING_ASSOCIATION_TARGET,
                           #SQL_DATA_SOURCE,
                           #CDS_MODELING_DATA_SOURCE,
                           #EXTRACTION_DATA_SOURCE,
                           #SEARCHABLE_ENTITY ],
  modelingPattern: #ANALYTICAL_DIMENSION
}
@Analytics: { 
  dataCategory: #DIMENSION,
  dataExtraction.enabled: true,
  internalName: #LOCAL
}
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations:true
@Search.searchable: true
@Consumption.ranked: true
define view I_CustomerPurchaseOrderType 
  as select from t176
  association [0..*] to I_CustomerPurchaseOrderTypeTxt as _Text on $projection.CustomerPurchaseOrderType = _Text.CustomerPurchaseOrderType
{
   @ObjectModel.text.association: '_Text'
   @Search: {
    defaultSearchElement: true,
    fuzzinessThreshold: 0.8,
    ranking: #HIGH
  }
   key t176.bsark as CustomerPurchaseOrderType,
   
   _Text 
}