I_SourcingProjectQuotationTP

DDL: I_SOURCINGPROJECTQUOTATIONTP Type: view_entity TRANSACTIONAL Package: APPL_MM_PUR_SRCGPROJQTN_TR

Quotation for Sourcing Project - TP

I_SourcingProjectQuotationTP is a Transactional CDS View that provides data about "Quotation for Sourcing Project - TP" in SAP S/4HANA. It reads from 1 data source (R_SourcingProjectQuotationTP) and exposes 39 fields with key field SourcingProjectQuotationUUID. Part of development package APPL_MM_PUR_SRCGPROJQTN_TR.

Data Sources (1)

SourceAliasJoin Type
R_SourcingProjectQuotationTP R_SourcingProjectQuotationTP projection

Annotations (17)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey SourcingProjectQuotationUUID view
ObjectModel.sapObjectNodeType.name SourcingProjectQuotation view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
EndUserText.label Quotation for Sourcing Project - TP view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.elementSuffix SQH view
AbapCatalog.extensibility.quota.maximumFields 204 view
AbapCatalog.extensibility.quota.maximumBytes 4080 view
AbapCatalog.extensibility.allowNewCompositions true view

Fields (39)

KeyFieldSource TableSource FieldDescription
KEY SourcingProjectQuotationUUID SourcingProjectQuotationUUID Supplier Quotation UUID
SourcingProjectQuotation SourcingProjectQuotation Supplier Quotation
SrcgProjQuotationVersion SrcgProjQuotationVersion Version
SourcingProjectQuotationType SourcingProjectQuotationType Sourcing Project Quotation Type
SourcingProjectQuotationName SourcingProjectQuotationName Name
SrcgProjQuotationIsSimulated SrcgProjQuotationIsSimulated Simulated
Bidder Bidder Business Partner
CompanyCode CompanyCode Receiver Company Code
PurchasingGroup PurchasingGroup Purchasing Group
PurchasingOrganization PurchasingOrganization Purchasing Organization
SrcgProjQtnOfferCurrency SrcgProjQtnOfferCurrency Quotation Currency
SrcgProjQtnTotNetAmt SrcgProjQtnTotNetAmt Total Amount
SrcgProjQtnLifecycleStatus SrcgProjQtnLifecycleStatus Status
SrcgProjQtnRevisionSts SrcgProjQtnRevisionSts Revision Status
SrcgProjQtnActvtnSts SrcgProjQtnActvtnSts Activation Status
SrcgProjQtnSubmsnSts SrcgProjQtnSubmsnSts Submission Status
SrcgProjQtnAwardingStatus SrcgProjQtnAwardingStatus Awarding Status
SourcingProjectUUID SourcingProjectUUID Sourcing Project UUID
SourcingProjectNegotiationUUID SourcingProjectNegotiationUUID Negotiation UUID
PricingProcedure PricingProcedure Procedure
LastChangedByUser LastChangedByUser User Name
CreatedByUser CreatedByUser User Name
LastChangeDateTime LastChangeDateTime Timestamp
CreationDateTime CreationDateTime Timestamp
SrcgProjAttchsAreForbidden SrcgProjAttchsAreForbidden Forbid Attachments
SrcgProjNotesAreForbidden SrcgProjNotesAreForbidden Forbid Notes
SourcingOrigin SourcingOrigin Sourcing Origin
ExternalSourcingProjectQtnRef ExternalSourcingProjectQtnRef External Reference
QtnLatestSubmissionDateTime QtnLatestSubmissionDateTime Submission Deadline
LogicalSystem LogicalSystem Logical System
IsEndOfPurposeBlocked IsEndOfPurposeBlocked Busin. Purp. Cmpltd.
CashDiscount1Days CashDiscount1Days Days from Baseline Date for Payment
CashDiscount2Days CashDiscount2Days Days from Baseline Date for Payment
CashDiscount1Percent CashDiscount1Percent Disc. Percent 1
CashDiscount2Percent CashDiscount2Percent Disc. Percent 2
NetPaymentDays NetPaymentDays Net Pmt Terms Period
MaterialGroup MaterialGroup Product Group
SourcingAwardingDate SourcingAwardingDate Awarded On
SourcingProjectNegotiationType SourcingProjectNegotiationType Negotiation Type

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 I_SourcingProjectQuotationTP.
-- 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 I_SourcingProjectQuotationTP AS
SELECT
  SourcingProjectQuotationUUID,
  SourcingProjectQuotation,
  SrcgProjQuotationVersion,
  SourcingProjectQuotationType,
  SourcingProjectQuotationName,
  SrcgProjQuotationIsSimulated,
  Bidder,
  CompanyCode,
  PurchasingGroup,
  PurchasingOrganization,
  SrcgProjQtnOfferCurrency,
  SrcgProjQtnTotNetAmt,
  SrcgProjQtnLifecycleStatus,
  SrcgProjQtnRevisionSts,
  SrcgProjQtnActvtnSts,
  SrcgProjQtnSubmsnSts,
  SrcgProjQtnAwardingStatus,
  SourcingProjectUUID,
  SourcingProjectNegotiationUUID,
  PricingProcedure,
  LastChangedByUser,
  CreatedByUser,
  LastChangeDateTime,
  CreationDateTime,
  SrcgProjAttchsAreForbidden,
  SrcgProjNotesAreForbidden,
  SourcingOrigin,
  ExternalSourcingProjectQtnRef,
  QtnLatestSubmissionDateTime,
  LogicalSystem,
  IsEndOfPurposeBlocked,
  CashDiscount1Days,
  CashDiscount2Days,
  CashDiscount1Percent,
  CashDiscount2Percent,
  NetPaymentDays,
  MaterialGroup,
  SourcingAwardingDate,
  SourcingProjectNegotiationType
FROM R_SourcingProjectQuotationTP
;