P_BUSSOLNORDENTPROJECTFLWLVL3

CDS View

Solution Order Enterprise Project Flow: Level 3

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_BusSolnOrdEntProjectFlwLvl4 view from CONSUMPTION Solution Order Enterprise Project Flow: Level4

Fields (3)

KeyField CDS FieldsUsed in Views
KEY SubsequentDocument PrecedingDocument 1
KEY SubsequentDocumentCategory PrecedingDocumentCategory 1
KEY SubsequentDocumentItem PrecedingDocumentItem 1
@AbapCatalog: {
    sqlViewName:            'PBSOEPFLWLVL3',
    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: Level 3'

// Sales Order -> PBDR

define view P_BusSolnOrdEntProjectFlwLvl3
  as select from P_BusSolnOrdEntProjectFlwLvl2 as Level2
    inner join   I_BillingDocumentRequestItem  as _BillingDocumentRequestItem   on _BillingDocumentRequestItem.SalesDocument = Level2.SubsequentDocument
                                                                                and _BillingDocumentRequestItem.SalesDocumentItem = Level2.SubsequentDocumentItem
{

  key Level2.SubsequentDocument                                                      as PrecedingDocument,
  key Level2.SubsequentDocumentItem                                                  as PrecedingDocumentItem,
  key Level2.SubsequentDocumentCategory                                              as PrecedingDocumentCategory,
  key _BillingDocumentRequestItem.BillingDocumentRequest                             as SubsequentDocument,
  key _BillingDocumentRequestItem.BillingDocumentRequestItem                         as SubsequentDocumentItem,
  key 'PBDR'                                                                         as SubsequentDocumentCategory,

      // For filtering

     Level2.BusinessSolutionOrder,
     ServiceObjectType,
     CustomerProject,
     CustomerProjectItem 

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BILLINGDOCUMENTREQUESTITEM",
"P_BUSSOLNORDENTPROJECTFLWLVL2"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/