V_Vbfa_P_Union

DDL: V_VBFA_P_UNION SQL: V_VBFA_P_UNION_C Type: view

Document Flow Predecessor Union

V_Vbfa_P_Union is a CDS View that provides data about "Document Flow Predecessor Union" in SAP S/4HANA. It reads from 3 data sources (V_Vbfa_P1, V_Vbfa_P2, V_Vbfa_P3).

Data Sources (3)

SourceAliasJoin Type
V_Vbfa_P1 V_Vbfa_P1 from
V_Vbfa_P2 V_Vbfa_P2 union_all
V_Vbfa_P3 V_Vbfa_P3 union_all

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName V_VBFA_P_UNION_C view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Document Flow Predecessor Union view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
ClientHandling.algorithm #SESSION_VARIABLE view
@AbapCatalog.sqlViewName: 'V_VBFA_P_UNION_C'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Document Flow Predecessor Union'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #MIXED
@ClientHandling.algorithm: #SESSION_VARIABLE
define view V_Vbfa_P_Union
  as select from V_Vbfa_P1
{
  *
}
union all select from V_Vbfa_P2
{
  *
}
union all select from V_Vbfa_P3
{
  *
} 
  
  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"V_VBFA_P1",
"V_VBFA_P2",
"V_VBFA_P3"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/