v_Vbfa_s2
Document Flow Successor on Path Length 2
v_Vbfa_s2 is a CDS View that provides data about "Document Flow Successor on Path Length 2" in SAP S/4HANA. It reads from 2 data sources (v_Vbfa_S1, vbfa) and exposes 10 fields.
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | V_VBFA_S2_CDS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Document Flow Successor on Path Length 2 | 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_S2_CDS'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Document Flow Successor on Path Length 2'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #MIXED
@ClientHandling.algorithm: #SESSION_VARIABLE
define view v_Vbfa_s2
as select from vbfa as v2
inner join v_Vbfa_S1 as v1 on v1.vbeln = v2.vbelv
and v1.posnn = v2.posnv
and v1.vbtyp_n = v2.vbtyp_v
{
v1.root_vbeln,
v1.root_posnr,
v1.root_vbtyp,
v2.vbelv,
v2.posnv,
v2.vbtyp_v,
v2.vbeln,
v2.posnn,
v2.vbtyp_n,
'02' as path_length
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"V_VBFA_S1",
"VBFA"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA