C_SrcgProjProcmtProjDocVarbl
Doc Varbl for Procmnt Proj in Srcg Proj
C_SrcgProjProcmtProjDocVarbl is a Consumption CDS View that provides data about "Doc Varbl for Procmnt Proj in Srcg Proj" in SAP S/4HANA. It reads from 1 data source (I_SrcgProjProcurementProject) and exposes 6 fields with key field SrcgProjProcmtProjectUUID. It has 1 association to related views. Part of development package APPL_MM_PUR_SRCGPROJ_AI.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SrcgProjProcurementProject | I_SrcgProjProcurementProject | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | C_SourcingProjectDocVarbl | _SourcingProject | $projection.SourcingProjectUUID = _SourcingProject.SourcingProjectUUID |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CSPPROCMTPROJVB | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.representativeKey | SrcgProjProcmtProjectUUID | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Doc Varbl for Procmnt Proj in Srcg Proj | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SrcgProjProcmtProjectUUID | SrcgProjProcmtProjectUUID | ||
| SourcingProjectUUID | SourcingProjectUUID | |||
| SrcgProjProcurementProject | SrcgProjProcurementProject | |||
| SourcingOrigin | SourcingOrigin | |||
| SourcingScenario | SourcingScenario | |||
| _SourcingProject | _SourcingProject |
@AbapCatalog.sqlViewName: 'CSPPROCMTPROJVB'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel:{ representativeKey: 'SrcgProjProcmtProjectUUID',
semanticKey: ['SrcgProjProcurementProject'],
usageType.dataClass: #TRANSACTIONAL,
usageType.serviceQuality: #C,
usageType.sizeCategory: #M }
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Doc Varbl for Procmnt Proj in Srcg Proj'
define view C_SrcgProjProcmtProjDocVarbl
as select from I_SrcgProjProcurementProject
association [1..1] to C_SourcingProjectDocVarbl as _SourcingProject on $projection.SourcingProjectUUID = _SourcingProject.SourcingProjectUUID
{
key SrcgProjProcmtProjectUUID as SrcgProjProcmtProjectUUID,
SourcingProjectUUID as SourcingProjectUUID,
SrcgProjProcurementProject as SrcgProjProcurementProject,
SourcingOrigin as SourcingOrigin,
SourcingScenario as SourcingScenario,
_SourcingProject
}
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