C_SPQtnItmDmndDistrByPlant

DDL: C_SPQTNITMDMNDDISTRBYPLANT Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
P_SrcgProjQtnDmndDistrByPlant P_SrcgProjQtnDmndDistrByPlant from

Annotations (7)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
UI_SOURCING_PROJECT_COMPARE UI_SRCGPROJ_COMPARE V2 C1 NOT_RELEASED

Fields (10)

KeyFieldSource TableSource FieldDescription
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
}