R_SrcgProjPubdSuplrListBPDraft

DDL: R_SRCGPROJPUBDSUPLRLISTBPDRAFT Type: view_entity BASIC

BP in Pubd Suplr List in SProj - Draft

R_SrcgProjPubdSuplrListBPDraft is a Basic CDS View that provides data about "BP in Pubd Suplr List in SProj - Draft" in SAP S/4HANA. It reads from 1 data source (mmsppubdsplrl_d) and exposes 31 fields with key field SrcgProjPubdSuplrListUUID. It has 6 associations to related views.

Data Sources (1)

SourceAliasJoin Type
mmsppubdsplrl_d SrcgProjPubdSuplrListBPDraft from

Associations (6)

CardinalityTargetAliasCondition
[1..1] R_SourcingProject _SourcingProject $projection.SourcingProjectUUID = _SourcingProject.SourcingProjectUUID
[1..1] R_SupplierList _SupplierList $projection.SourcingSupplierListUUID = _SupplierList.SupplierListUUID
[1..1] R_SrcgSuplrListBusinessPartner _SrcgSuplrListBusinessPartner $projection.SrcgSuplrListBusPartUUID = _SrcgSuplrListBusinessPartner.SrcgSuplrListBusPartUUID
[1..1] I_BusinessPartner _BusinessPartner $projection.BusinessPartner = _BusinessPartner.BusinessPartner
[1..1] I_Supplier _Supplier $projection.Supplier = _Supplier.Supplier
[1..1] E_SrcgProjPubdSupplierListD _Extension $projection.SrcgProjPubdSuplrListUUID = _Extension.SrcgProjPubdSuplrListUUID

Annotations (15)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
ObjectModel.representativeKey SrcgProjPubdSuplrListUUID view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
EndUserText.label BP in Pubd Suplr List in SProj - Draft view
Analytics.technicalName RSPPUBDSPLLSTD view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.elementSuffix SPS view
AbapCatalog.extensibility.quota.maximumFields 204 view
AbapCatalog.extensibility.quota.maximumBytes 4080 view

Fields (31)

KeyFieldSource TableSource FieldDescription
KEY SrcgProjPubdSuplrListUUID srcgprojpubdsuplrlistuuid Published Supplier List UUID
SourcingProjectUUID sourcingprojectuuid Sourcing Project UUID
SourcingSupplierListUUID sourcingsupplierlistuuid UUID of Sourcing Supplier List
SupplierListUUID supplierlistuuid Supplier List UUID
SrcgSuplrListBusPartUUID srcgsuplrlistbuspartuuid Business Partner GUID
SrcgProjSupplierLockStatus srcgprojsupplierlockstatus Supplier Lock Status
SrcgProjParticipationStatus srcgprojparticipationstatus Supplier Participation Status
QtnExtendedLatestSubmsnDteTime qtnextendedlatestsubmsndtetime Submission Deadline
SrcgProjSuplrPartcipnDclnRsn srcgprojsuplrpartcipndclnrsn Reason
SrcgProjPubdSuplrListSuplrSts srcgprojpubdsuplrlistsuplrsts Supplier Status
SrcgProjPubdSuplrInsrtDateTime srcgprojpubdsuplrinsrtdatetime Added On
SourcingOrigin sourcingorigin Sourcing Origin
SourcingScenario sourcingscenario Integration Scenario
SourcingProjectIsRefused sourcingprojectisrefused Participation Declined
Supplier supplier Supplier
BusinessPartner businesspartner Issuing Authority
AddressID addressid Ship-to address
SupplierCountryGroup suppliercountrygroup Country/Region Group
SuplrListSupplierIsMandatory suplrlistsupplierismandatory Mandatory Supplier
BusinessPartnerIsBlocked businesspartnerisblocked Central Block
DraftEntityCreationDateTime draftentitycreationdatetime Draft Created On
DraftEntityLastChangeDateTime draftentitylastchangedatetime Draft Last Changed On
DraftAdministrativeDataUUID draftadministrativedatauuid UUID
DraftEntityOperationCode draftentityoperationcode Draft - Operation Code
HasActiveEntity hasactiveentity TRUE
DraftFieldChanges draftfieldchanges Field Changes
_SourcingProject _SourcingProject
_SupplierList _SupplierList
_SrcgSuplrListBusinessPartner _SrcgSuplrListBusinessPartner
_BusinessPartner _BusinessPartner
_Supplier _Supplier

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 R_SrcgProjPubdSuplrListBPDraft.
-- 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 R_SrcgProjPubdSuplrListBPDraft AS
SELECT
  SrcgProjPubdSuplrListUUID,
  SourcingProjectUUID,
  SourcingSupplierListUUID,
  SupplierListUUID,
  SrcgSuplrListBusPartUUID,
  SrcgProjSupplierLockStatus,
  SrcgProjParticipationStatus,
  QtnExtendedLatestSubmsnDteTime,
  SrcgProjSuplrPartcipnDclnRsn,
  SrcgProjPubdSuplrListSuplrSts,
  SrcgProjPubdSuplrInsrtDateTime,
  SourcingOrigin,
  SourcingScenario,
  SourcingProjectIsRefused,
  Supplier,
  BusinessPartner,
  AddressID,
  SupplierCountryGroup,
  SuplrListSupplierIsMandatory,
  BusinessPartnerIsBlocked,
  DraftEntityCreationDateTime,
  DraftEntityLastChangeDateTime,
  DraftAdministrativeDataUUID,
  DraftEntityOperationCode,
  HasActiveEntity,
  DraftFieldChanges
FROM mmsppubdsplrl_d AS SrcgProjPubdSuplrListBPDraft
LEFT OUTER JOIN R_SourcingProject AS _SourcingProject ON SourcingProjectUUID = _SourcingProject.SourcingProjectUUID  -- association [1..1]
LEFT OUTER JOIN R_SupplierList AS _SupplierList ON SourcingSupplierListUUID = _SupplierList.SupplierListUUID  -- association [1..1]
LEFT OUTER JOIN R_SrcgSuplrListBusinessPartner AS _SrcgSuplrListBusinessPartner ON SrcgSuplrListBusPartUUID = _SrcgSuplrListBusinessPartner.SrcgSuplrListBusPartUUID  -- association [1..1]
LEFT OUTER JOIN I_BusinessPartner AS _BusinessPartner ON BusinessPartner = _BusinessPartner.BusinessPartner  -- association [1..1]
LEFT OUTER JOIN I_Supplier AS _Supplier ON Supplier = _Supplier.Supplier  -- association [1..1]
LEFT OUTER JOIN E_SrcgProjPubdSupplierListD AS _Extension ON SrcgProjPubdSuplrListUUID = _Extension.SrcgProjPubdSuplrListUUID  -- association [1..1]
;