I_CPDPRProcessingStatus
Purchase Requisition Processing Status
I_CPDPRProcessingStatus is a Basic CDS View (Dimension) that provides data about "Purchase Requisition Processing Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field PurReqnReleaseStatus.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICPDPRSTATUS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Purchase Requisition Processing Status | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | PurReqnReleaseStatus | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.buffering.status | #SWITCHED_OFF | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurReqnReleaseStatus | domvalue_l | ||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'ICPDPRSTATUS'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Purchase Requisition Processing Status'
@Analytics : {dataCategory: #DIMENSION, dataExtraction.enabled : true}
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'PurReqnReleaseStatus'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.buffering.status: #SWITCHED_OFF
define view I_CPDPRProcessingStatus as select from dd07l
association[0..*] to I_CPDPRProcessingStatusText as _Text on $projection.PurReqnReleaseStatus = _Text.PurReqnReleaseStatus
{
@ObjectModel.text.association: '_Text'
key domvalue_l as PurReqnReleaseStatus,
_Text
}
where
domname = 'BANPR' and domvalue_l <> ''
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