P_BSQPMBILLGDOCTOSDINVC
P_BSQPMBILLGDOCTOSDINVC is a CDS View in S/4HANA. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_BSQPMSolnQtanItmProcFlw | view_entity | union | COMPOSITE | |
| P_BSQPMSolnQtanProcFlw | view_entity | union | COMPOSITE |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #B,
sizeCategory: #XL,
dataClass: #TRANSACTIONAL
}
@VDM.private: true
@VDM.viewType: #COMPOSITE
define view entity P_BSQPMBillgDocToSDInvc
as select from I_SDDocumentProcessFlow
{
key DocRelationshipUUID,
PrecedingDocument,
PrecedingDocumentItem,
'CABD' as PrecedingDocumentCategory,
SubsequentDocument,
SubsequentDocumentItem,
SubsequentDocumentCategory
}
where
PrecedingDocumentCategory = '2'
and SubsequentDocumentCategory = 'M'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SDDOCUMENTPROCESSFLOW"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/