C_SrcgProjQuotationFacet

DDL: C_SRCGPROJQUOTATIONFACET Type: view_entity CONSUMPTION

Quotation for Sourcing Project

C_SrcgProjQuotationFacet is a Consumption CDS View that provides data about "Quotation for Sourcing Project" in SAP S/4HANA. It reads from 1 data source (R_SourcingProjectQuotation) and exposes 29 fields with key field SourcingProjectQuotationUUID. It has 3 associations to related views. 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_SourcingProjectQuotation R_SourcingProjectQuotation from

Associations (3)

CardinalityTargetAliasCondition
[0..1] I_BuPaIdentification _BuPaIdentification $projection.Bidder = _BuPaIdentification.BusinessPartner and _BuPaIdentification.BPIdentificationType = 'BUP001'
[0..1] P_SrcgProjOfferedQtnItemRatio _SrcgProjOfferedQtnItemRatio $projection.SourcingProjectQuotationUUID = _SrcgProjOfferedQtnItemRatio.SourcingProjectQuotationUUID
[0..*] I_SrcgProjQtnLifecycleStsText _SrcgProjQtnLifecycleStsText $projection.SrcgProjQtnLifecycleStatus = _SrcgProjQtnLifecycleStsText.SrcgProjQtnLifecycleStatus

Annotations (9)

NameValueLevelField
AccessControl.personalData.blocking #NOT_REQUIRED view
AccessControl.authorizationCheck #MANDATORY view
Metadata.allowExtensions true view
ObjectModel.representativeKey SourcingProjectQuotationUUID view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
VDM.viewType #CONSUMPTION view
EndUserText.label Quotation for Sourcing Project 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 (29)

KeyFieldSource TableSource FieldDescription
KEY SourcingProjectQuotationUUID SourcingProjectQuotationUUID Supplier Quotation UUID
SourcingProjectQuotation SourcingProjectQuotation Supplier Quotation
SrcgProjQuotationVersion SrcgProjQuotationVersion Version
SourcingProjectQuotationName SourcingProjectQuotationName Name
SrcgProjQuotationIsSimulated SrcgProjQuotationIsSimulated Simulated
QtnLatestSubmissionDateTime QtnLatestSubmissionDateTime Submission Deadline
SourcingAwardingDate SourcingAwardingDate Awarded On
SrcgProjQtnLifecycleStatus SrcgProjQtnLifecycleStatus Status
CreationDateTime CreationDateTime Timestamp
SourcingProjectUUID SourcingProjectUUID Sourcing Project UUID
Bidder Bidder Business Partner
BusinessPartnerName _BusinessPartner BusinessPartnerName Extracted Customer Name
Country
BPIdentificationNumber
BPIdnNmbrIssuingInstitute _BuPaIdentification BPIdnNmbrIssuingInstitute Institution
NumberOfAttachments
NumberOfNotes
NumberOfOfferedSrcgProjQtnItem _SrcgProjOfferedQtnItemRatio NumberOfOfferedSrcgProjQtnItem
NumberOfRefusedSrcgProjQtnItem _SrcgProjOfferedQtnItemRatio NumberOfRefusedSrcgProjQtnItem
NumberOfSrcgProjQtnItem _SrcgProjOfferedQtnItemRatio NumberOfSrcgProjQtnItem
CompanyCode CompanyCode Receiver Company Code
MaterialGroup MaterialGroup Product Group
IsEndOfPurposeBlocked IsEndOfPurposeBlocked Busin. Purp. Cmpltd.
SourcingProjectQuotationType SourcingProjectQuotationType Sourcing Project Quotation Type
PurchasingGroup PurchasingGroup Purchasing Group
PurchasingOrganization PurchasingOrganization Purchasing Organization
_SourcingProject _SourcingProject
_SrcgProjQtnLifecycleSts _SrcgProjQtnLifecycleSts
_SrcgProjQtnLifecycleStsText _SrcgProjQtnLifecycleStsText

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_SrcgProjQuotationFacet.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW C_SrcgProjQuotationFacet AS
SELECT
  SourcingProjectQuotationUUID,
  SourcingProjectQuotation,
  SrcgProjQuotationVersion,
  SourcingProjectQuotationName,
  SrcgProjQuotationIsSimulated,
  QtnLatestSubmissionDateTime,
  SourcingAwardingDate,
  SrcgProjQtnLifecycleStatus,
  CreationDateTime,
  SourcingProjectUUID,
  Bidder,
  _BusinessPartner.BusinessPartnerName AS BusinessPartnerName,
  _BusinessPartner._DefaultAddress._Address.Country AS Country,
  cast(_BuPaIdentification.BPIdentificationNumber as vdm_business_partner_id) AS BPIdentificationNumber,
  _BuPaIdentification.BPIdnNmbrIssuingInstitute AS BPIdnNmbrIssuingInstitute,
  cast(0 as vdm_numberofattachments) AS NumberOfAttachments,
  cast(0 as vdm_numberofnotes) AS NumberOfNotes,
  _SrcgProjOfferedQtnItemRatio.NumberOfOfferedSrcgProjQtnItem AS NumberOfOfferedSrcgProjQtnItem,
  _SrcgProjOfferedQtnItemRatio.NumberOfRefusedSrcgProjQtnItem AS NumberOfRefusedSrcgProjQtnItem,
  _SrcgProjOfferedQtnItemRatio.NumberOfSrcgProjQtnItem AS NumberOfSrcgProjQtnItem,
  CompanyCode,
  MaterialGroup,
  IsEndOfPurposeBlocked,
  SourcingProjectQuotationType,
  PurchasingGroup,
  PurchasingOrganization
FROM R_SourcingProjectQuotation
LEFT OUTER JOIN I_BuPaIdentification AS _BuPaIdentification ON Bidder = _BuPaIdentification.BusinessPartner AND _BuPaIdentification.BPIdentificationType = 'BUP001'  -- association [0..1]
LEFT OUTER JOIN P_SrcgProjOfferedQtnItemRatio AS _SrcgProjOfferedQtnItemRatio ON SourcingProjectQuotationUUID = _SrcgProjOfferedQtnItemRatio.SourcingProjectQuotationUUID  -- association [0..1]
LEFT OUTER JOIN I_SrcgProjQtnLifecycleStsText AS _SrcgProjQtnLifecycleStsText ON SrcgProjQtnLifecycleStatus = _SrcgProjQtnLifecycleStsText.SrcgProjQtnLifecycleStatus  -- association [0..*]
;