I_SrcgProjItemDemandConfCode

DDL: I_SRCGPROJITEMDEMANDCONFCODE Type: view_entity BASIC

Demand Conf Code for Srcg Proj Item

I_SrcgProjItemDemandConfCode is a Basic CDS View that provides data about "Demand Conf Code for Srcg Proj Item" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field SrcgProjItemDemandConfCode. 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
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SrcgProjItemDmndConfCodeText _Text

Annotations (15)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
Analytics.technicalName ISRCGPROJIUDCC view
ObjectModel.representativeKey SrcgProjItemDemandConfCode view
ObjectModel.sapObjectNodeType.name SrcgProjItemDemandConfCode view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.modelingPattern #NONE view
VDM.viewType #BASIC view
Search.searchable true view
Consumption.ranked true view
EndUserText.label Demand Conf Code for Srcg Proj Item 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 (3)

KeyFieldSource TableSource FieldDescription
KEY SrcgProjItemDemandConfCode
DomainValue dd07l domvalue_l
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true

@Analytics.technicalName: 'ISRCGPROJIUDCC'              

@ObjectModel:{
    representativeKey: 'SrcgProjItemDemandConfCode',
    sapObjectNodeType.name: 'SrcgProjItemDemandConfCode',
    dataCategory: #VALUE_HELP,
    resultSet.sizeCategory: #XS,
    usageType:{
        dataClass: #MASTER,
        serviceQuality: #A,
        sizeCategory: #S},
    supportedCapabilities: [#SEARCHABLE_ENTITY,#SQL_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE,#CDS_MODELING_ASSOCIATION_TARGET, #VALUE_HELP_PROVIDER],
    modelingPattern: #NONE
    }

@VDM.viewType: #BASIC

@Search.searchable: true
@Consumption.ranked:true

@EndUserText.label: 'Demand Conf Code for Srcg Proj Item'
define root view entity I_SrcgProjItemDemandConfCode
  as select from dd07l
  composition [0..*] of I_SrcgProjItemDmndConfCodeText as _Text
{
      @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as vdm_srcgprojectitmdmndconfcode ) as SrcgProjItemDemandConfCode,
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l                                    as DomainValue,
      _Text

}
where domname  = 'VDM_SRCGPROJECTITMDMNDCONFCODE'
  and as4local = 'A'
  and as4vers  = '0000'