I_CustomerPurchaseOrderType
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)
| Source | Alias | Join Type |
|---|---|---|
| t176 | t176 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_CustomerPurchaseOrderTypeTxt | _Text | $projection.CustomerPurchaseOrderType = _Text.CustomerPurchaseOrderType |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA