C_SrcgProjPLMCollabnContactVH

DDL: C_SRCGPROJPLMCOLLABNCONTACTVH Type: view_entity CONSUMPTION

SP PLM Collaboration Participants

C_SrcgProjPLMCollabnContactVH is a Consumption CDS View that provides data about "SP PLM Collaboration Participants" in SAP S/4HANA. It reads from 1 data source (R_SourcingProjectContact) and exposes 7 fields with key fields SourcingProjectContactUUID, BusinessPartner. It has 1 association 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_SourcingProjectContact R_SourcingProjectContact from

Associations (1)

CardinalityTargetAliasCondition
[1..1] R_SourcingProject _SourcingProject $projection.SourcingProjectUUID = _SourcingProject.SourcingProjectUUID

Annotations (13)

NameValueLevelField
VDM.viewType #CONSUMPTION view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label SP PLM Collaboration Participants view
Metadata.ignorePropagatedAnnotations true view
AccessControl.personalData.blocking #REQUIRED view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey BusinessPartner view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
Consumption.ranked true view
Search.searchable true view
Feature SW:SPPLM_COLLAB 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 (7)

KeyFieldSource TableSource FieldDescription
KEY SourcingProjectContactUUID SourcingProjectContactUUID
KEY BusinessPartner BusinessPartner
SourcingProjectUUID SourcingProjectUUID
BusinessPartnerName _BusinessPartner BusinessPartnerName Business Partner Name
FirstName _BusinessPartner FirstName
LastName _BusinessPartner LastName
_SourcingProject _SourcingProject
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'SP PLM Collaboration Participants'
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.personalData.blocking: #REQUIRED
@ObjectModel:{
  dataCategory: #VALUE_HELP,
  semanticKey: ['SourcingProjectContactUUID'],
  representativeKey: 'BusinessPartner',
  usageType: {
    serviceQuality: #C,
    sizeCategory: #L,
    dataClass: #MASTER
  }
}
@Consumption.ranked: true
@Search.searchable: true
@Feature: 'SW:SPPLM_COLLAB'
define view entity C_SrcgProjPLMCollabnContactVH
  as select from R_SourcingProjectContact
  association [1..1] to R_SourcingProject as _SourcingProject on $projection.SourcingProjectUUID = _SourcingProject.SourcingProjectUUID
{
      @UI.hidden: true
  key SourcingProjectContactUUID,
      @UI.lineItem: [{ position: 10 }]
      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
      @ObjectModel.text.element: [ 'BusinessPartnerName' ]
  key BusinessPartner,
      @UI.hidden: true
      SourcingProjectUUID,
      @UI.lineItem: [{ position: 20 }]
      @Semantics.text: true
      @EndUserText.label: 'Business Partner Name'
      _BusinessPartner.BusinessPartnerName,
      @UI.hidden: true
      @Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.7 }
      _BusinessPartner.FirstName,
      @UI.hidden: true
      @Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.7 }
      _BusinessPartner.LastName,

      // Associations

      _SourcingProject

}
where
  SrcgProjContactIsContributor = 'X' and
  BusinessPartner is not initial