C_SPQtnItmDmndDistrByPlant
Quotation Demand Distribution
C_SPQtnItmDmndDistrByPlant is a Consumption CDS View that provides data about "Quotation Demand Distribution" in SAP S/4HANA. It reads from 1 data source (P_SrcgProjQtnDmndDistrByPlant) and exposes 10 fields with key fields SrcgProjQtnItemUUID, ProcmtHubPlantUniqueID. It is exposed through 1 OData service (UI_SOURCING_PROJECT_COMPARE).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_SrcgProjQtnDmndDistrByPlant | P_SrcgProjQtnDmndDistrByPlant | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.representativeKey | SrcgProjQtnItemUUID | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Quotation Demand Distribution | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_SOURCING_PROJECT_COMPARE | UI_SRCGPROJ_COMPARE | V2 | C1 | NOT_RELEASED |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SrcgProjQtnItemUUID | SrcgProjQtnItemUUID | ||
| KEY | ProcmtHubPlantUniqueID | ProcmtHubPlantUniqueID | ||
| RequestedQuantity | RequestedQuantity | |||
| SrcgProjQtnOfferedQuantity | SrcgProjQtnOfferedQuantity | |||
| RequestedQuantityUnit | RequestedQuantityUnit | |||
| SourcingProjectItemUUID | _SrcgProjQtnItem | SourcingProjectItemUUID | ||
| SrcgProjQtnItemOfferingCode | _SrcgProjQtnItem | SrcgProjQtnItemOfferingCode | ||
| Plant | Plant | |||
| SourcingProjectQuotationUUID | SourcingProjectQuotationUUID | |||
| _SourcingProjectQuotation | _SourcingProjectQuotation |
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel: { representativeKey: 'SrcgProjQtnItemUUID',
usageType.dataClass: #TRANSACTIONAL,
usageType.serviceQuality: #C,
usageType.sizeCategory: #L
}
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Quotation Demand Distribution'
define view entity C_SPQtnItmDmndDistrByPlant
as select from P_SrcgProjQtnDmndDistrByPlant
{
@UI.hidden: true
key SrcgProjQtnItemUUID,
key ProcmtHubPlantUniqueID,
RequestedQuantity,
SrcgProjQtnOfferedQuantity,
RequestedQuantityUnit,
@UI.hidden: true
_SrcgProjQtnItem.SourcingProjectItemUUID,
@UI.hidden: true
_SrcgProjQtnItem.SrcgProjQtnItemOfferingCode,
@UI.hidden: true
Plant,
@UI.hidden: true
SourcingProjectQuotationUUID,
//DCL
_SourcingProjectQuotation
}
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