C_SrcgProjProcurementProjectVH
Procurement Project in Sourcing Project
C_SrcgProjProcurementProjectVH is a Consumption CDS View that provides data about "Procurement Project in Sourcing Project" in SAP S/4HANA. It reads from 1 data source (I_SrcgProjProcurementProjectVH) and exposes 6 fields with key field SrcgProjProcmtProjectUUID. It is exposed through 2 OData services (UI_SOURCINGPROJECT_MANAGE, UI_SRCGPROJ_CONTRIBUTE). Part of development package ODATA_MM_PUR_SRCGPROJ_MAINTAIN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SrcgProjProcurementProjectVH | I_SrcgProjProcurementProjectVH | from |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CSPPPROJVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.representativeKey | SrcgProjProcmtProjectUUID | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Procurement Project in Sourcing Project | view |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_SOURCINGPROJECT_MANAGE | UI_SOURCINGPROJECT_MANAGE | V2 | C1 | NOT_RELEASED |
| UI_SRCGPROJ_CONTRIBUTE | UI_SRCGPROJ_CONTRIBUTE | V2 | C1 | NOT_RELEASED |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SrcgProjProcmtProjectUUID | SrcgProjProcmtProjectUUID | ||
| SourcingProjectUUID | SourcingProjectUUID | |||
| SrcgProjProcurementProject | SrcgProjProcurementProject | |||
| ProcurementProjectName | _ProcurementProject | ProcurementProjectName | ||
| _SourcingProject | _SourcingProject | |||
| _ProcurementProject | _ProcurementProject |
@AbapCatalog.sqlViewName: 'CSPPPROJVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.personalData.blocking: #NOT_REQUIRED
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel: { semanticKey: ['SrcgProjProcurementProject'],
representativeKey: 'SrcgProjProcmtProjectUUID',
dataCategory: #VALUE_HELP,
usageType.dataClass: #MIXED,
usageType.serviceQuality: #C,
usageType.sizeCategory: #L,
resultSet.sizeCategory: #XS
}
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations:true
@EndUserText.label: 'Procurement Project in Sourcing Project'
define view C_SrcgProjProcurementProjectVH
as select from I_SrcgProjProcurementProjectVH
{
@UI.hidden: true
key SrcgProjProcmtProjectUUID,
@Consumption.filter.hidden: true
SourcingProjectUUID,
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
@ObjectModel.text.element: ['ProcurementProjectName']
SrcgProjProcurementProject,
@Semantics.text: true
_ProcurementProject.ProcurementProjectName,
_SourcingProject,
_ProcurementProject
}
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