P_BUSSOLNORDENTPROJECTFLWLVL4

CDS View

Solution Order Enterprise Project Flow: Level4

P_BUSSOLNORDENTPROJECTFLWLVL4 is a CDS View in S/4HANA. Solution Order Enterprise Project Flow: Level4. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_BusSolnOrdEntProjectFlwLvl5 view from CONSUMPTION Solution Order Enterprise Project Flow: Level5

Fields (3)

KeyField CDS FieldsUsed in Views
KEY SubsequentDocument PrecedingDocument 1
KEY SubsequentDocumentCategory PrecedingDocumentCategory 1
KEY SubsequentDocumentItem PrecedingDocumentItem 1
@AbapCatalog: {
    sqlViewName:            'PBSOEPFLWLVL4',
    compiler.compareFilter: true,
    preserveKey:            true
}

@AccessControl.authorizationCheck: #NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.usageType: {
    dataClass:      #MIXED,
    serviceQuality: #C,
    sizeCategory:   #XL
}

@VDM: {
    viewType: #CONSUMPTION,
    private:  true
}

@EndUserText.label: 'Solution Order Enterprise Project Flow: Level4'
// PBDR -> Invoice

define view P_BusSolnOrdEntProjectFlwLvl4
  as select from P_BusSolnOrdEntProjectFlwLvl3 as Level3
    inner join   I_SDDocumentProcessFlow       as Level4 on  Level4.PrecedingDocument          = Level3.SubsequentDocument
                                                         and Level4.PrecedingDocumentItem      = Level3.SubsequentDocumentItem
                                                         and Level4.SubsequentDocumentCategory = 'M'
{
  key Level3.SubsequentDocument         as PrecedingDocument,
  key Level3.SubsequentDocumentItem     as PrecedingDocumentItem,
  key Level3.SubsequentDocumentCategory as PrecedingDocumentCategory,
  key Level4.SubsequentDocument         as SubsequentDocument,
  key Level4.SubsequentDocumentItem     as SubsequentDocumentItem,
  key Level4.SubsequentDocumentCategory as SubsequentDocumentCategory,

      // For filtering

      BusinessSolutionOrder,
      ServiceObjectType ,
      CustomerProject,
      CustomerProjectItem
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SDDOCUMENTPROCESSFLOW",
"P_BUSSOLNORDENTPROJECTFLWLVL3"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/