I_SRCGPROJPROCUREMENTPROJECTVH

CDS View

Procurement Project in Srcg Proj - Draft

I_SRCGPROJPROCUREMENTPROJECTVH is a CDS View in S/4HANA. Procurement Project in Srcg Proj - Draft. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_SrcgProjProcurementProjectVH view from CONSUMPTION Procurement Project in Sourcing Project
//@AbapCatalog.sqlViewName: 'ISPPPROJVH'

//@ClientHandling.algorithm: #SESSION_VARIABLE

//@AbapCatalog.compiler.compareFilter: true

//@AbapCatalog.preserveKey: true

@AccessControl.authorizationCheck: #MANDATORY
@Analytics.internalName: #LOCAL
@Analytics.technicalName: 'ISPPPROJVH'
@ObjectModel:{representativeKey: 'SrcgProjProcmtProjectUUID',
              dataCategory: #VALUE_HELP,
              usageType.dataClass: #MIXED,
              usageType.serviceQuality: #A,
              usageType.sizeCategory: #S}

@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@Search.searchable
@EndUserText.label: 'Procurement Project in Srcg Proj - Draft'

define view entity I_SrcgProjProcurementProjectVH
  as select from mmspprocmtproj_d
  association [0..1] to R_SourcingProject as _SourcingProject on $projection.SourcingProjectUUID = _SourcingProject.SourcingProjectUUID
  association [0..1] to R_ProcurementProject as _ProcurementProject on  $projection.SrcgProjProcurementProject = _ProcurementProject.ProcurementProject
{
      @UI.hidden: true      
  key srcgprojprocmtprojectuuid  as SrcgProjProcmtProjectUUID,
      @UI.hidden: true 
      sourcingprojectuuid        as SourcingProjectUUID,
      @Search: { defaultSearchElement: true, ranking: #HIGH }
      srcgprojprocurementproject as SrcgProjProcurementProject,

      _SourcingProject,
      _ProcurementProject
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MMSPPROCMTPROJ_D"
],
"ASSOCIATED":
[
"R_PROCUREMENTPROJECT",
"R_SOURCINGPROJECT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/