I_SrcgProjLifecycleStatus
Lifecycle Status of Sourcing Project
I_SrcgProjLifecycleStatus is a Basic CDS View that provides data about "Lifecycle Status of Sourcing Project" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field SrcgProjLifecycleStatus. It has 1 association to related views. It is exposed through 2 OData services (UI_SOURCING_PROJECT_COMPARE, UI_SOURCINGPROJECT_MANAGE). It is used in 3 Fiori applications: Manage Sourcing Projects, Display Sourcing Project, Contribute to Sourcing Projects.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_SrcgProjLifecycleStatusText | _SrcgProjLifecycleStatusText | |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.representativeKey | SrcgProjLifecycleStatus | view | |
| ObjectModel.sapObjectNodeType.name | SrcgProjLifecycleStatus | 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 | Lifecycle Status of Sourcing Project | view |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_SOURCING_PROJECT_COMPARE | UI_SRCGPROJ_COMPARE | V2 | C1 | NOT_RELEASED |
| UI_SOURCINGPROJECT_MANAGE | UI_SOURCINGPROJECT_MANAGE | V2 | C1 | NOT_RELEASED |
Fiori Apps (3)
| App ID | App Name | Type | Description |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SrcgProjLifecycleStatus | |||
| DomainValue | dd07l | domvalue_l | ||
| _SrcgProjLifecycleStatusText | _SrcgProjLifecycleStatusText |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
representativeKey: 'SrcgProjLifecycleStatus',
sapObjectNodeType.name: 'SrcgProjLifecycleStatus',
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: 'Lifecycle Status of Sourcing Project'
define root view entity I_SrcgProjLifecycleStatus
as select from dd07l
composition [0..*] of I_SrcgProjLifecycleStatusText as _SrcgProjLifecycleStatusText
{
@ObjectModel.text.association: '_SrcgProjLifecycleStatusText'
key cast( dd07l.domvalue_l as vdm_srcgprojectlfcycsts ) as SrcgProjLifecycleStatus,
@Consumption.hidden: true
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
dd07l.domvalue_l as DomainValue,
_SrcgProjLifecycleStatusText
}
where domname = 'VDM_SRCGPROJECTLFCYCSTS'
and as4local = 'A'
and as4vers = '0000'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA