C_SrcgProjProcmtProjDocVarbl

DDL: C_SRCGPROJPROCMTPROJDOCVARBL SQL: CSPPROCMTPROJVB Type: view CONSUMPTION Package: APPL_MM_PUR_SRCGPROJ_AI

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)

SourceAliasJoin Type
I_SrcgProjProcurementProject I_SrcgProjProcurementProject from

Associations (1)

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

Annotations (11)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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

}