C_SrcgProjItmDemandDistrTP

DDL: C_SRCGPROJITMDEMANDDISTRTP Type: view_entity CONSUMPTION

Demand Distr for Srcg Proj Item - TP

C_SrcgProjItmDemandDistrTP is a Consumption CDS View that provides data about "Demand Distr for Srcg Proj Item - TP" in SAP S/4HANA. It reads from 1 data source (R_SrcgProjItmDemandDistrTP) and exposes 39 fields with key field SrcgProjDmndDistributionUUID. It is exposed through 1 OData service (UI_SOURCINGPROJECT_MANAGE). It is used in 3 Fiori applications: Manage Sourcing Projects, Display Sourcing Project, Contribute to Sourcing Projects.

Data Sources (1)

SourceAliasJoin Type
R_SrcgProjItmDemandDistrTP R_SrcgProjItmDemandDistrTP projection

Annotations (15)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
Metadata.allowExtensions true view
ObjectModel.representativeKey SrcgProjDmndDistributionUUID view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
VDM.viewType #CONSUMPTION view
EndUserText.label Demand Distr for Srcg Proj Item - TP view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.elementSuffix SPD view
AbapCatalog.extensibility.quota.maximumFields 404 view
AbapCatalog.extensibility.quota.maximumBytes 40400 view
AbapCatalog.extensibility.allowNewCompositions true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_SOURCINGPROJECT_MANAGE UI_SOURCINGPROJECT_MANAGE V2 C1 NOT_RELEASED

Fiori Apps (3)

App IDApp NameTypeDescription
F4861 Manage Sourcing Projects Transactional An application to create and manage sourcing projects.
F5934 Display Sourcing Project Transactional An application to approve Sourcing Projects.
F7757 Contribute to Sourcing Projects Transactional The app is an application to contribute to sourcing projects as an additional user.

Manage Sourcing Projects

Business Role: Sourcing Manager

Key functionalities:1. Support for "strategic" and "demand driven" sourcing processes2. Determine and invite suppliers as per "preferred supplier list"3. Create/add legal and other co-applicable documents to the sourcing project4. Evaluate and negotiate supplier quotations5. Create awarding scenarios to award the most suitable supplier quotations6. Create follow-on documents for the awarded quotations – purchase orders or central purchase contractsFor more information, see Product Sourcing.

Display Sourcing Project

Business Role: Purchasing Manager

Key functionalities:1. Support for "strategic" and "demand driven" sourcing processes2. Determine and invite suppliers as per "preferred supplier list"3. Create/add legal and other co-applicable documents to the sourcing project4. Evaluate and negotiate supplier quotations5. Create awarding scenarios to award the most suitable supplier quotations6. Create follow-on documents for the awarded quotations – purchase orders or central purchase contractsFor more information, see Product Sourcing.

Contribute to Sourcing Projects

Business Role: Employee - Sourcing

With this release, if the sourcing managers invite you to contribute, you can support them by enhancing the sourcing projects that they have created. For example, you can add attachments to the sourcing projects that you are invited to contribute to.

Fields (39)

KeyFieldSource TableSource FieldDescription
KEY SrcgProjDmndDistributionUUID SrcgProjDmndDistributionUUID
SourcingProjectUUID SourcingProjectUUID
SourcingProjectItemUUID SourcingProjectItemUUID
ProcurementProject ProcurementProject
ProcurementProjectUUID ProcurementProjectUUID
Plant Plant
SourcingProjectType _SourcingProject SourcingProjectType
MaxAnnualRequestedQuantity MaxAnnualRequestedQuantity
RequestedQuantityUnit _SourcingProjectItem RequestedQuantityUnit
RequestedQuantity RequestedQuantity
PlantName _Plant PlantName
ProcurementProjectName
ProductionStartDate _ProcurementProjectPlant ProductionStartDate
ProductionEndDate _ProcurementProjectPlant ProductionEndDate
CompanyCode CompanyCode
CompanyCodeName _ProcmtHubCompanyCode CompanyCodeName
PurchasingOrganization PurchasingOrganization
ProcmtHubPurgOrgName _ProcmtHubPurgOrg ProcmtHubPurgOrgName
PurchasingGroup PurchasingGroup
StorageLocation StorageLocation
ProcurementHubSourceSystem ProcurementHubSourceSystem
ProcurementHubSourceSystemName _ProcmtHubCompanyCode ProcurementHubSourceSystemName
ProcmtHubPlantUniqueID ProcmtHubPlantUniqueID
SrcgProjFollowOnDocumentCat SrcgProjFollowOnDocumentCat
SrcgProjFollowOnDocumentType SrcgProjFollowOnDocumentType
CentralPurchaseContract CentralPurchaseContract
CentralPurchaseContractItem CentralPurchaseContractItem
DistributionKey DistributionKey
SourcingOrigin SourcingOrigin
SrcgProjSourcingOriginTextlocalized
SourcingScenario SourcingScenario
SrcgProjSourcingScenarioTextlocalized
ProcmtPlanningPlantIsFixed ProcmtPlanningPlantIsFixed
SrcgProjItemUnconfdDemandRsn SrcgProjItemUnconfdDemandRsn
SrcgProjItemDemandConfCodeNamelocalized
SrcgProjItemDemandConfCode SrcgProjItemDemandConfCode
_PurchasingDocumentCategory _PurchasingDocumentCategory
_PurchasingDocumentType _PurchasingDocumentType
_ProcurementProjectPlant _ProcurementProjectPlant
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED

@Metadata.allowExtensions: true

@ObjectModel: { semanticKey: ['Plant', 'CompanyCode', 'ProcurementHubSourceSystem', 'ProcurementProject'],
                representativeKey: 'SrcgProjDmndDistributionUUID',
                usageType.dataClass: #MIXED,
                usageType.serviceQuality: #C,
                usageType.sizeCategory: #M }

@VDM: { viewType:#CONSUMPTION,
        usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]  }

@EndUserText.label: 'Demand Distr for Srcg Proj Item - TP'
@AbapCatalog.extensibility: {
  extensible: true,
  dataSources: ['SrcgProjDemandDistributionTP'],
  allowNewDatasources: false,
  elementSuffix: 'SPD',
  quota: { maximumFields: 404,
           maximumBytes: 40400 },
  allowNewCompositions: true }

define view entity C_SrcgProjItmDemandDistrTP
  as projection on R_SrcgProjItmDemandDistrTP as SrcgProjDemandDistributionTP
{
  key      SrcgProjDmndDistributionUUID,
           SourcingProjectUUID,
           SourcingProjectItemUUID,

           @ObjectModel.text.element: ['ProcurementProjectName']
           ProcurementProject,
           ProcurementProjectUUID,

           @ObjectModel.text.element: ['PlantName']
           Plant,

           _SourcingProject.SourcingProjectType,

           @Semantics.quantity.unitOfMeasure: 'RequestedQuantityUnit'
           MaxAnnualRequestedQuantity,
           _SourcingProjectItem.RequestedQuantityUnit,

           @Semantics.quantity.unitOfMeasure: 'RequestedQuantityUnit'
           RequestedQuantity,

           _Plant.PlantName,

           cast( _ProcurementProject.ProcurementProjectName as vdm_procurementprojectnamelong preserving type ) as ProcurementProjectName,
           _ProcurementProjectPlant.ProductionStartDate,
           _ProcurementProjectPlant.ProductionEndDate,

           CompanyCode,
           _ProcmtHubCompanyCode.CompanyCodeName,

           @ObjectModel.text.element: ['ProcmtHubPurgOrgName']
           PurchasingOrganization,
           _ProcmtHubPurgOrg.ProcmtHubPurgOrgName,

           PurchasingGroup,
           StorageLocation,

           ProcurementHubSourceSystem,
           _ProcmtHubCompanyCode.ProcurementHubSourceSystemName,
           ProcmtHubPlantUniqueID,

           @UI.hidden: true
           SrcgProjFollowOnDocumentCat,
           @UI.hidden: true
           SrcgProjFollowOnDocumentType,

           CentralPurchaseContract,
           CentralPurchaseContractItem,
           DistributionKey,

           @ObjectModel.text.element: ['SrcgProjSourcingOriginText']
           SourcingOrigin,
           _SrcgProjSourcingOriginText.SrcgProjSourcingOriginText                                                                            : localized,
           @ObjectModel.text.element: ['SrcgProjSourcingScenarioText']
           SourcingScenario,
           _SrcgProjSourcingScenarioText.SrcgProjSourcingScenarioText                                                                        : localized,

           ProcmtPlanningPlantIsFixed,
           
           _SourcingProjectReasonText.ProductSourcingReasonText                                                 as SourcingProjectReasonText : localized,
           @ObjectModel.text.element: ['SourcingProjectReasonText']
           @Feature: 'BF:SOURCINGPROJECTREASONCODES'
           SrcgProjItemUnconfdDemandRsn,
           _SrcgProjItemDmndConfCodeText.SrcgProjItemDemandConfCodeName                                                                      : localized,
           @ObjectModel.text.element: ['SrcgProjItemDemandConfCodeName']
           SrcgProjItemDemandConfCode,

           @ObjectModel.virtualElement: true
           @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_MM_SRCGPROJ_DD_TRANS_EXIT'
  virtual  SrcgProjItmDmndConfCodeCritlty : mm_pur_srcgproj_uncnfdmdcrilty,

           @UI.hidden: true
           @ObjectModel.virtualElement: true
           @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_MM_SRCGPROJ_DD_TRANS_EXIT'
  virtual  UICT_ConfirmDmndIsDisabled     : abap_boolean,

           @UI.hidden: true
           @ObjectModel.virtualElement: true
           @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_MM_SRCGPROJ_DD_TRANS_EXIT'
  virtual  UICT_ConfirmDmndRsnIsEnabled   : abap_boolean,

           @UI.hidden: true
           @ObjectModel.virtualElement: true
           @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_MM_SRCGPROJ_DD_TRANS_EXIT'
  virtual  UICT_ConfirmDmndRsnIsDsbld     : abap_boolean,

           _PurchasingDocumentCategory,
           _PurchasingDocumentType,
           _ProcurementProjectPlant,

           _SrcgProjDmndDistrDetails : redirected to composition child C_SrcgProjItmDmndDistrDetailTP,
           @ObjectModel: { filter.enabled: false, sort.enabled: false }
           _SourcingProjectItem      : redirected to parent C_SourcingProjectItemTP,
           _SourcingProject          : redirected to C_SourcingProjectTP
}