V_VBFA_P1
Document Flow Predecessor on Path Level 1
V_VBFA_P1 is a CDS View in S/4HANA. Document Flow Predecessor on Path Level 1. It contains 3 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| V_Vbfa_P_Union | view | from | Document Flow Predecessor Union | |
| V_Vbfa_P2 | view | inner | Document Flow Predecessor on Path Level 2 |
Fields (3)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| root_posnr | root_posnr | 1 | |
| root_vbeln | root_vbeln | 1 | |
| root_vbtyp | root_vbtyp | 1 |
@AbapCatalog.sqlViewName: 'V_VBFA_P1_CDS'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Document Flow Predecessor on Path Level 1'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #MIXED
@ClientHandling.algorithm: #SESSION_VARIABLE
define view V_Vbfa_P1
as select from vbfa
{
vbeln as root_vbeln,
posnn as root_posnr,
vbtyp_n as root_vbtyp,
vbelv,
posnv,
vbtyp_v,
vbeln,
posnn,
vbtyp_n,
'01' as path_length
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"VBFA"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/