FGL_BCF_PURE_PLACC
Pure P&L account for bcf
FGL_BCF_PURE_PLACC is a CDS View that provides data about "Pure P&L account for bcf" in SAP S/4HANA. It reads from 3 data sources (FGL_BCF_REACC, ska1, skb1).
Data Sources (3)
| Source | Alias | Join Type |
|---|---|---|
| FGL_BCF_REACC | FGL_BCF_REACC | inner |
| ska1 | ska1 | inner |
| skb1 | skb1 | inner |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | BCFV_PURE_PLACC | view | |
| EndUserText.label | Pure P&L account for bcf | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #P | view |
@AbapCatalog.sqlViewName: 'BCFV_PURE_PLACC'
@EndUserText.label: 'Pure P&L account for bcf'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #P
define view FGL_BCF_PURE_PLACC as
select distinct
key t001.mandt, key t001.bukrs, key ska1.saknr as racct, t001.ktopl ,ska1.xbilk, ska1.gvtyp, '' as fixacct, FGL_BCF_REACC.vtkon
from t001 inner join ska1 on ska1.ktopl = t001.ktopl
inner join skb1 on skb1.bukrs = t001.bukrs
and skb1.saknr = ska1.saknr
inner join FGL_BCF_REACC on FGL_BCF_REACC.bukrs = t001.bukrs
and FGL_BCF_REACC.ktopl = t001.ktopl
and FGL_BCF_REACC.gvtyp = ska1.gvtyp
where ska1.xbilk = '' and ska1.gvtyp <> ''
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